From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9hix-000398-PK for qemu-devel@nongnu.org; Sat, 01 Feb 2014 16:03:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9his-0004Jw-Il for qemu-devel@nongnu.org; Sat, 01 Feb 2014 16:03:35 -0500 Received: from mail-lb0-f171.google.com ([209.85.217.171]:58134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9his-0004Ip-Cm for qemu-devel@nongnu.org; Sat, 01 Feb 2014 16:03:30 -0500 Received: by mail-lb0-f171.google.com with SMTP id c11so4384421lbj.16 for ; Sat, 01 Feb 2014 13:03:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Sat, 1 Feb 2014 21:03:08 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/1] xen-140130 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com Devel" , qemu-stable , QEMU Developers , Anthony Liguori , Anthony PERARD , Paolo Bonzini On 30 January 2014 14:24, Stefano Stabellini wrote: > The following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f: > > Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24 15:52:44 -0800) > > are available in the git repository at: > > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-140130 > > for you to fetch changes up to 360e607b88a23d378f6efaa769c76d26f538234d: > > address_space_translate: do not cross page boundaries (2014-01-30 14:20:45 +0000) > > ---------------------------------------------------------------- > Stefano Stabellini (1): > address_space_translate: do not cross page boundaries > > exec.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Applied, thanks. -- PMM