mbox

[PULL,0/1] Linux user for 2.12 patches

Message ID 20180320204351.28167-1-laurent@vivier.eu
State New
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/linux-user-for-2.12-pull-request

Message

Laurent Vivier March 20, 2018, 8:43 p.m. UTC
The following changes since commit 036793aebfc1dd0ce124fa278d7668d89b5da936:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-03-20 12:56:20 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-2.12-pull-request

for you to fetch changes up to 2a53535af471f4bee9d6cb5b363746b8d5ed21dd:

  linux-user: init_guest_space: Try to make ARM space+commpage continuous (2018-03-20 18:26:40 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Luke Shumaker (1):
  linux-user: init_guest_space: Try to make ARM space+commpage
    continuous

 linux-user/elfload.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

Comments

Peter Maydell March 22, 2018, 12:13 p.m. UTC | #1
On 20 March 2018 at 20:43, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 036793aebfc1dd0ce124fa278d7668d89b5da936:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-03-20 12:56:20 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-2.12-pull-request
>
> for you to fetch changes up to 2a53535af471f4bee9d6cb5b363746b8d5ed21dd:
>
>   linux-user: init_guest_space: Try to make ARM space+commpage continuous (2018-03-20 18:26:40 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Luke Shumaker (1):
>   linux-user: init_guest_space: Try to make ARM space+commpage
>     continuous
>
>  linux-user/elfload.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 49 insertions(+)
>

Applied, thanks.

-- PMM