Re: [Qemu-devel] [PATCH 1/4] ramblock-notifier: new

2017-01-10 Thread Fam Zheng
On Wed, 01/11 06:48, Stefan Weil wrote: > On 01/11/17 06:38, Stefan Weil wrote: > > Hi, > > > > this fails for me when building with XEN support. > > I noticed the failure when testing the latest HAXM patches. > > See compiler output below. > > > > Regards > > Stefan > > The patch compiles with

Re: [Qemu-devel] [PATCH 1/4] ramblock-notifier: new

2017-01-10 Thread Stefan Weil
On 01/11/17 06:38, Stefan Weil wrote: Hi, this fails for me when building with XEN support. I noticed the failure when testing the latest HAXM patches. See compiler output below. Regards Stefan The patch compiles with this modification: diff --git a/xen-mapcache.c b/xen-mapcache.c index dc9

Re: [Qemu-devel] [PATCH 1/4] ramblock-notifier: new

2017-01-10 Thread Stefan Weil
Hi, this fails for me when building with XEN support. I noticed the failure when testing the latest HAXM patches. See compiler output below. Regards Stefan On 12/20/16 17:31, Fam Zheng wrote: From: Paolo Bonzini This adds a notify interface of ram block additions and removals. Signed-off-b

Re: [Qemu-devel] [PATCH 1/4] ramblock-notifier: new

2016-12-22 Thread Paolo Bonzini
> diff --git a/xen-mapcache.c b/xen-mapcache.c > index 8f3a592..dc9b321 100644 > --- a/xen-mapcache.c > +++ b/xen-mapcache.c > @@ -163,6 +163,7 @@ static void xen_remap_bucket(MapCacheEntry *entry, > err = g_malloc0(nb_pfn * sizeof (int)); > > if (entry->vaddr_base != NULL) { > +

[Qemu-devel] [PATCH 1/4] ramblock-notifier: new

2016-12-20 Thread Fam Zheng
From: Paolo Bonzini This adds a notify interface of ram block additions and removals. Signed-off-by: Paolo Bonzini Signed-off-by: Fam Zheng --- exec.c | 5 include/exec/memory.h | 6 + include/exec/ram_addr.h | 46 ++- include/exec/ram