Re: [PATCH 17/23] xen: convert to MemoryListener API

2012-01-04 Thread Avi Kivity
On 01/04/2012 08:06 PM, Stefano Stabellini wrote: > On Mon, 19 Dec 2011, Avi Kivity wrote: > > -static int xen_log_start(CPUPhysMemoryClient *client, target_phys_addr_t > > phys_addr, ram_addr_t size) > > +static void xen_log_start(MemoryListener *listener, > > + MemoryReg

Re: [PATCH 17/23] xen: convert to MemoryListener API

2012-01-04 Thread Stefano Stabellini
On Mon, 19 Dec 2011, Avi Kivity wrote: > -static int xen_log_start(CPUPhysMemoryClient *client, target_phys_addr_t > phys_addr, ram_addr_t size) > +static void xen_log_start(MemoryListener *listener, > + MemoryRegionSection *section) > { > -XenIOState *state = contain

[PATCH 17/23] xen: convert to MemoryListener API

2011-12-19 Thread Avi Kivity
Signed-off-by: Avi Kivity --- trace-events |2 +- xen-all.c| 137 ++ 2 files changed, 81 insertions(+), 58 deletions(-) diff --git a/trace-events b/trace-events index bf1cf57..728df97 100644 --- a/trace-events +++ b/trace-events @@