Re: [Qemu-devel] [PATCHv2 05/12] virtio: add APIs for queue fields
> Bug. Ouch.
Re: [Qemu-devel] [PATCHv2 05/12] virtio: add APIs for queue fields
On 2/25/10, Michael S. Tsirkin wrote: > vhost needs physical addresses for ring and other queue fields, > so add APIs for these. > > Signed-off-by: Michael S. Tsirkin > --- > hw/virtio.c | 50 ++ > hw/virtio.h | 10 +- > 2 files c
[Qemu-devel] [PATCHv2 05/12] virtio: add APIs for queue fields
vhost needs physical addresses for ring and other queue fields, so add APIs for these. Signed-off-by: Michael S. Tsirkin --- hw/virtio.c | 50 ++ hw/virtio.h | 10 +- 2 files changed, 59 insertions(+), 1 deletions(-) diff --git a/hw/vi