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

Cornelia Huck posted 1 patch 6 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181114101610.26854-1-cohuck@redhat.com
hw/s390x/s390-pci-bus.c | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL for-3.1 0/1] bugfix for s390x
Posted by Cornelia Huck 6 years, 11 months ago
The following changes since commit 6ff144698935e8bdbc96d255cf49b1a7d54174ac:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2018-11-12-tag' into staging (2018-11-13 12:32:30 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20181114

for you to fetch changes up to b6e67ecc7b6e8938982ab94820c079f24845f623:

  s390x/pci: properly fail if the zPCI device cannot be created (2018-11-13 16:46:55 +0100)

----------------------------------------------------------------
Fix error handling during zpci device creation.

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

David Hildenbrand (1):
  s390x/pci: properly fail if the zPCI device cannot be created

 hw/s390x/s390-pci-bus.c | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL for-3.1 0/1] bugfix for s390x
Posted by Peter Maydell 6 years, 11 months ago
On 14 November 2018 at 10:16, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 6ff144698935e8bdbc96d255cf49b1a7d54174ac:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2018-11-12-tag' into staging (2018-11-13 12:32:30 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20181114
>
> for you to fetch changes up to b6e67ecc7b6e8938982ab94820c079f24845f623:
>
>   s390x/pci: properly fail if the zPCI device cannot be created (2018-11-13 16:46:55 +0100)
>
> ----------------------------------------------------------------
> Fix error handling during zpci device creation.
>
> ----------------------------------------------------------------
>
> David Hildenbrand (1):
>   s390x/pci: properly fail if the zPCI device cannot be created
>
>  hw/s390x/s390-pci-bus.c | 25 +++++++++++++++++++------
>  1 file changed, 19 insertions(+), 6 deletions(-)
>

Applied, thanks.

-- PMM