[Qemu-devel] [PULL for-2.11 0/2] s390x changes for 2.11-rc1

Cornelia Huck posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171109153204.26436-1-cohuck@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/s390x/s390-pci-bus.c  | 2 +-
target/s390x/translate.c | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL for-2.11 0/2] s390x changes for 2.11-rc1
Posted by Cornelia Huck 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

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

for you to fetch changes up to fdaae351435147b9be6161d0f136ca7c40308059:

  target/s390x: Finish implementing RISBGN (2017-11-09 10:36:06 +0100)

----------------------------------------------------------------
s390x changes: let pci devices start out in a usable state, and make
RISBGN work in tcg.

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

Christian Borntraeger (1):
  s390x/pci: let pci devices start in configured mode

Richard Henderson (1):
  target/s390x: Finish implementing RISBGN

 hw/s390x/s390-pci-bus.c  | 2 +-
 target/s390x/translate.c | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.11 0/2] s390x changes for 2.11-rc1
Posted by Peter Maydell 6 years, 5 months ago
On 9 November 2017 at 15:32, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20171109
>
> for you to fetch changes up to fdaae351435147b9be6161d0f136ca7c40308059:
>
>   target/s390x: Finish implementing RISBGN (2017-11-09 10:36:06 +0100)
>
> ----------------------------------------------------------------
> s390x changes: let pci devices start out in a usable state, and make
> RISBGN work in tcg.
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   s390x/pci: let pci devices start in configured mode
>
> Richard Henderson (1):
>   target/s390x: Finish implementing RISBGN
>
>  hw/s390x/s390-pci-bus.c  | 2 +-
>  target/s390x/translate.c | 9 +++------
>  2 files changed, 4 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM