mbox

[PULL,0/1] xen-140130

Message ID alpine.DEB.2.02.1401301422560.4373@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-140130

Message

Stefano Stabellini Jan. 30, 2014, 2:24 p.m. UTC
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(-)

Comments

Stefano Stabellini Jan. 30, 2014, 6:29 p.m. UTC | #1
Anthony,
I would appreciate if you could pull this branch quickly, as I am
looking forward to backport the patch to the qemu-xen tree for the Xen
4.4 release.
Thanks,

Stefano

On Thu, 30 Jan 2014, 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(-)
>
Peter Maydell Feb. 1, 2014, 9:03 p.m. UTC | #2
On 30 January 2014 14:24, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> 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