mbox

[PULL,for-2.7,0/1] s390x bugfix for 2.7-rc2

Message ID 20160808105333.4717-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck Aug. 8, 2016, 10:53 a.m. UTC
The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:

  tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7fc0abf4cb740609e802611690a3cdb7ff5f21bd:

  s390x/pci: fix null pointer bug (2016-08-08 12:47:02 +0200)

----------------------------------------------------------------
One more s390x fix for a bug in the pci rework.

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

Yi Min Zhao (1):
  s390x/pci: fix null pointer bug

 hw/s390x/s390-pci-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Aug. 8, 2016, 2:21 p.m. UTC | #1
On 8 August 2016 at 11:53, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:
>
>   tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20160808
>
> for you to fetch changes up to 7fc0abf4cb740609e802611690a3cdb7ff5f21bd:
>
>   s390x/pci: fix null pointer bug (2016-08-08 12:47:02 +0200)
>
> ----------------------------------------------------------------
> One more s390x fix for a bug in the pci rework.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM