[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v2 00/13] main-loop: Get rid of fd_read_poll
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] [RFC PATCH v2 00/13] main-loop: Get rid of fd_read_poll and qemu_set_fd_handler2 |
Date: |
Thu, 14 May 2015 21:43:54 +0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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
- [Qemu-devel] [RFC PATCH v2 08/13] main-loop: Drop qemu_set_fd_handler2, (continued)
- [Qemu-devel] [RFC PATCH v2 08/13] main-loop: Drop qemu_set_fd_handler2, Fam Zheng, 2015/05/13
- [Qemu-devel] [RFC PATCH v2 09/13] alsaaudio: Remove unused error handling of qemu_set_fd_handler, Fam Zheng, 2015/05/13
- [Qemu-devel] [RFC PATCH v2 11/13] xen_backend: Remove unused error handling of qemu_set_fd_handler, Fam Zheng, 2015/05/13
- [Qemu-devel] [RFC PATCH v2 10/13] oss: Remove unused error handling of qemu_set_fd_handler, Fam Zheng, 2015/05/13
- [Qemu-devel] [RFC PATCH v2 12/13] event-notifier: Always return 0 for posix implementation, Fam Zheng, 2015/05/13
- [Qemu-devel] [RFC PATCH v2 13/13] iohandler: Use AioContext internally, Fam Zheng, 2015/05/13
- Re: [Qemu-devel] [RFC PATCH v2 00/13] main-loop: Get rid of fd_read_poll and qemu_set_fd_handler2, Fam Zheng, 2015/05/14