Re: [Qemu-devel] [PATCH 0/9] Clear fd handlers

2010-03-09 Thread Anthony Liguori
On 03/09/2010 05:53 PM, malc wrote: On Tue, 9 Mar 2010, Juan Quintela wrote: Hi This series : - convert io_handlers to one QLIST - once there, qemu_set_fd_handlers2() has lots of arguments that are a lot of times NULL. Introduce a set of functions to not have to pass NULL values. - q

Re: [Qemu-devel] [PATCH 0/9] Clear fd handlers

2010-03-09 Thread malc
On Tue, 9 Mar 2010, Juan Quintela wrote: > Hi > > This series : > - convert io_handlers to one QLIST > - once there, qemu_set_fd_handlers2() has lots of arguments that are a lot of > times NULL. > Introduce a set of functions to not have to pass NULL values. > - qemu_clear_fd_handlers(): remo

[Qemu-devel] [PATCH 0/9] Clear fd handlers

2010-03-09 Thread Juan Quintela
Hi This series : - convert io_handlers to one QLIST - once there, qemu_set_fd_handlers2() has lots of arguments that are a lot of times NULL. Introduce a set of functions to not have to pass NULL values. - qemu_clear_fd_handlers(): remove it - qemu_set_fd_read_handler(): only read - qemu_set