From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7NK0-0003Pn-Iq for qemu-devel@nongnu.org; Thu, 17 Nov 2016 09:05:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7NJw-0004sX-IU for qemu-devel@nongnu.org; Thu, 17 Nov 2016 09:05:48 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:51358) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1c7NJw-0004sK-7U for qemu-devel@nongnu.org; Thu, 17 Nov 2016 09:05:44 -0500 Date: Thu, 17 Nov 2016 14:05:03 +0000 From: Wei Liu Message-ID: <20161117140502.GB15517@citrix.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 0/1] tags/xen-20161108-tag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, stefanha@gmail.com Cc: anthony.perard@citrix.com, qemu-devel@nongnu.org, xen-devel@lists.xenproject.org, Wei Liu , Stefano Stabellini Hi Peter and Stefan, can you merge this pull request? We want to backport this patch once it is merged. Thanks Wei. On Tue, Nov 08, 2016 at 11:59:46AM -0800, Stefano Stabellini wrote: > The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e: > > Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000) > > are available in the git repository at: > > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20161108-tag > > for you to fetch changes up to 804ba7c10bbc66bb8a8aa73ecc60f620da7423d5: > > xen: Fix xenpv machine initialisation (2016-11-08 11:17:30 -0800) > > ---------------------------------------------------------------- > Xen 2016/11/08 > > ---------------------------------------------------------------- > Anthony PERARD (1): > xen: Fix xenpv machine initialisation > > xen-common.c | 6 ------ > xen-hvm.c | 4 ++++ > 2 files changed, 4 insertions(+), 6 deletions(-) >