[Qemu-devel] Re: [PATCH-RFC 03/13] virtio: add iofd/irqfd support

2010-01-13 Thread Michael S. Tsirkin
On Tue, Jan 12, 2010 at 04:36:45PM -0600, Anthony Liguori wrote: > On 01/11/2010 11:17 AM, Michael S. Tsirkin wrote: >> Add binding API to set iofd/irqfd support. >> Will be used by vhost. >> >> Signed-off-by: Michael S. Tsirkin >> --- >> hw/virtio.c | 13 ++--- >> hw/virtio.h |4 +

[Qemu-devel] Re: [PATCH-RFC 03/13] virtio: add iofd/irqfd support

2010-01-12 Thread Anthony Liguori
On 01/11/2010 11:17 AM, Michael S. Tsirkin wrote: Add binding API to set iofd/irqfd support. Will be used by vhost. Signed-off-by: Michael S. Tsirkin --- hw/virtio.c | 13 ++--- hw/virtio.h |4 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/hw/virtio.c b/h