On Thu, 05/14 11:34, Fam Zheng wrote: > Patch 1 adds a stub for qemu_set_fd_handler which will be referenced in coming > patches. > > Patch 2 converts qemu-nbd which compares two global numbers in the > fd_read_poll > callback. > > Patches 2~5 converts the four net devices, all of which checks > qemu_can_send_packet() in the callback.
s/2~5/3~6/ > > Patch 6 and 7 finally removes the function. s/6 and 7/7 and 8/ > > Please review! > > > Fam Zheng (13): > stubs: Add qemu_set_fd_handler > qemu-nbd: Switch to qemu_set_fd_handler > l2tpv3: Drop l2tpv3_can_send > netmap: Drop netmap_can_send > net/socket: Drop net_socket_can_send > tap: Drop tap_can_send > Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler > main-loop: Drop qemu_set_fd_handler2 > alsaaudio: Remove unused error handling of qemu_set_fd_handler > oss: Remove unused error handling of qemu_set_fd_handler > xen_backend: Remove unused error handling of qemu_set_fd_handler > event-notifier: Always return 0 for posix implementation > iohandler: Use AioContext internally
