[Qemu-devel] [PULL for-2.9 0/1] another s390x bugfix

Cornelia Huck posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170323095929.20140-1-cornelia.huck@de.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/cpu_models.c | 2 --
1 file changed, 2 deletions(-)
[Qemu-devel] [PULL for-2.9 0/1] another s390x bugfix
Posted by Cornelia Huck 7 years ago
The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:

  Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20170323

for you to fetch changes up to a352aa62a75fcb1db35a0c71a10af3b2c1f8b89f:

  target/s390x: Fix broken user mode (2017-03-23 10:49:13 +0100)

----------------------------------------------------------------
Fix linux-user vs. cpu models.

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

Stefan Weil (1):
  target/s390x: Fix broken user mode

 target/s390x/cpu_models.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL for-2.9 0/1] another s390x bugfix
Posted by Peter Maydell 7 years ago
On 23 March 2017 at 09:59, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:
>
>   Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170323
>
> for you to fetch changes up to a352aa62a75fcb1db35a0c71a10af3b2c1f8b89f:
>
>   target/s390x: Fix broken user mode (2017-03-23 10:49:13 +0100)
>
> ----------------------------------------------------------------
> Fix linux-user vs. cpu models.
>
> ----------------------------------------------------------------
>
> Stefan Weil (1):
>   target/s390x: Fix broken user mode
>
>  target/s390x/cpu_models.c | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

-- PMM