Re: [Qemu-devel] Re: [PATCHv2 05/12] virtio: add APIs for queue fields

2010-02-26 Thread Gleb Natapov
On Thu, Feb 25, 2010 at 01:25:46PM -0600, Anthony Liguori wrote: > On 02/25/2010 12:27 PM, 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 +

[Qemu-devel] Re: [PATCHv2 05/12] virtio: add APIs for queue fields

2010-02-25 Thread Anthony Liguori
On 02/25/2010 12:27 PM, 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 changed