Re: [Qemu-devel] [PATCH v2 1/6] hostmem: make hostmem single, not per Vring related

2013-05-03 Thread Stefan Hajnoczi
On Fri, May 03, 2013 at 10:45:17AM +0800, Liu Ping Fan wrote: > diff --git a/include/exec/memory.h b/include/exec/memory.h > index 9e88320..2761668 100644 > --- a/include/exec/memory.h > +++ b/include/exec/memory.h > @@ -887,6 +887,7 @@ void *address_space_map(AddressSpace *as, hwaddr addr, > void

[Qemu-devel] [PATCH v2 1/6] hostmem: make hostmem single, not per Vring related

2013-05-02 Thread Liu Ping Fan
From: Liu Ping Fan The hwaddr and hva mapping relation is system wide, no need to be created for each Vring Signed-off-by: Liu Ping Fan --- exec.c|1 + hw/virtio/dataplane/hostmem.c | 33 +++-- hw/virtio/dataplane/vring.