Re: [Qemu-devel] [PATCHv4 07/12] virtio: move typedef to qemu-common

2010-03-04 Thread Amit Shah
On (Wed) Mar 03 2010 [19:16:28], Michael S. Tsirkin wrote: make it possible to use type without header include Why? Signed-off-by: Michael S. Tsirkin m...@redhat.com --- hw/virtio.h |1 - qemu-common.h |1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Qemu-devel] [PATCHv4 07/12] virtio: move typedef to qemu-common

2010-03-04 Thread Amit Shah
On (Thu) Mar 04 2010 [14:19:58], Michael S. Tsirkin wrote: On Thu, Mar 04, 2010 at 05:50:19PM +0530, Amit Shah wrote: On (Wed) Mar 03 2010 [19:16:28], Michael S. Tsirkin wrote: make it possible to use type without header include Why? So that vhost.h does not need to include virtio.h

Re: [Qemu-devel] [PATCHv4 07/12] virtio: move typedef to qemu-common

2010-03-04 Thread Michael S. Tsirkin
On Thu, Mar 04, 2010 at 05:59:11PM +0530, Amit Shah wrote: On (Thu) Mar 04 2010 [14:19:58], Michael S. Tsirkin wrote: On Thu, Mar 04, 2010 at 05:50:19PM +0530, Amit Shah wrote: On (Wed) Mar 03 2010 [19:16:28], Michael S. Tsirkin wrote: make it possible to use type without header include

[Qemu-devel] [PATCHv4 07/12] virtio: move typedef to qemu-common

2010-03-03 Thread Michael S. Tsirkin
make it possible to use type without header include Signed-off-by: Michael S. Tsirkin m...@redhat.com --- hw/virtio.h |1 - qemu-common.h |1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/virtio.h b/hw/virtio.h index 58b06bf..6f2fab0 100644 --- a/hw/virtio.h +++