On Thu, 05/14 11:36, Paolo Bonzini wrote: > On 14/05/2015 06:39, Fam Zheng wrote: > > 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/ > > Should I queue patches 9-12 now?
Yes if you want to, but I lean to leaving them for now: they are not complete (making the function return value unchecked) without the return type change in 13. So let's focus more on 1-8 :) Fam