Re: [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.

2013-01-12 Thread Blue Swirl
On Wed, Jan 9, 2013 at 9:44 PM, KONRAD Frédéric wrote: > On 09/01/2013 21:40, Blue Swirl wrote: >> >> On Mon, Jan 7, 2013 at 6:41 PM, wrote: >>> >>> From: KONRAD Frederic >>> >>> This remove the function pointer in VirtIODevice, and use only >>> VirtioDeviceClass function pointer. It should be

Re: [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.

2013-01-09 Thread KONRAD Frédéric
On 09/01/2013 21:40, Blue Swirl wrote: On Mon, Jan 7, 2013 at 6:41 PM, wrote: From: KONRAD Frederic This remove the function pointer in VirtIODevice, and use only VirtioDeviceClass function pointer. It should be applied after all the device have been refactored. Signed-off-by: KONRAD Freder

Re: [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.

2013-01-09 Thread Blue Swirl
On Mon, Jan 7, 2013 at 6:41 PM, wrote: > From: KONRAD Frederic > > This remove the function pointer in VirtIODevice, and use only > VirtioDeviceClass function pointer. It should be applied after all > the device have been refactored. > > Signed-off-by: KONRAD Frederic > --- > hw/9pfs/virtio-9p

[Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.

2013-01-07 Thread fred . konrad
From: KONRAD Frederic This remove the function pointer in VirtIODevice, and use only VirtioDeviceClass function pointer. It should be applied after all the device have been refactored. Signed-off-by: KONRAD Frederic --- hw/9pfs/virtio-9p-device.c | 2 -- hw/virtio-balloon.c| 8 --