From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PULL] Xen tree 2012-10-03 Date: Thu, 04 Oct 2012 21:11:21 -0500 Message-ID: <87391thdme.fsf@codemonkey.ws> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, Xudong Hao , qemu-devel@nongnu.org, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Stefano Stabellini writes: > Hi Anthony, > please pull from the following tree based on > e744c06fca438dc08271e626034e632a270c91c8: > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2012-10-03 Pulled. Thanks. Regards, Anthony Liguori > > > Anthony PERARD (6): > xen: Fix, no unplug of pt device by platform device. > QMP, Introduce xen-set-global-dirty-log command. > xen: Introduce xen_modified_memory. > exec: Introduce helper to set dirty flags. > exec, memory: Call to xen_modified_memory. > xen: Set the vram dirty when an error occur. > > Xudong Hao (1): > qemu/xen: Add 64 bits big bar support on qemu > > > exec-obsolete.h | 2 + > exec.c | 53 ++++++++++++++++------------------------------- > hw/xen.h | 1 + > hw/xen_platform.c | 8 +++++- > hw/xen_pt.c | 7 ++++- > hw/xen_pt_config_init.c | 39 +++++++++++++++++++++++----------- > qapi-schema.json | 13 +++++++++++ > qmp-commands.hx | 24 +++++++++++++++++++++ > xen-all.c | 39 +++++++++++++++++++++++++++++++++- > xen-stub.c | 9 ++++++++ > 10 files changed, 142 insertions(+), 53 deletions(-) > > Cheers, > > Stefano