summaryrefslogtreecommitdiffstats
path: root/iohandler.c
diff options
context:
space:
mode:
authorFam Zheng2015-06-04 08:45:18 +0200
committerStefan Hajnoczi2015-06-12 14:26:21 +0200
commit82e1cc4bf91a2e1c3b62297b10b0ab1d93adfc45 (patch)
treef7c9e240735dca99283f304f2843329d188adb71 /iohandler.c
parenttap: Drop tap_can_send (diff)
downloadqemu-82e1cc4bf91a2e1c3b62297b10b0ab1d93adfc45.tar.gz
qemu-82e1cc4bf91a2e1c3b62297b10b0ab1d93adfc45.tar.xz
qemu-82e1cc4bf91a2e1c3b62297b10b0ab1d93adfc45.zip
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Done with following Coccinelle semantic patch, plus manual cosmetic changes in net/*.c. @@ expression E1, E2, E3, E4; @@ - qemu_set_fd_handler2(E1, NULL, E2, E3, E4); + qemu_set_fd_handler(E1, E2, E3, E4); Signed-off-by: Fam Zheng <famz@redhat.com> Message-id: 1433400324-7358-8-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'iohandler.c')
0 files changed, 0 insertions, 0 deletions