From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxO0-0008Jj-Ni for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJxNt-0008Uu-84 for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:11:27 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:39683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxNt-0008La-3H for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:11:25 -0400 Received: by mail-oa0-f45.google.com with SMTP id i18so1163952oag.4 for ; Thu, 04 Oct 2012 19:11:24 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: Date: Thu, 04 Oct 2012 21:11:21 -0500 Message-ID: <87391thdme.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] Xen tree 2012-10-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, Xudong Hao , qemu-devel@nongnu.org, Stefano Stabellini 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