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
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
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
> 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) {
> +
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