[Qemu-devel] [PULL 0/3] Fixes for libqos

Thomas Huth posted 3 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190408110920.30119-1-thuth@redhat.com
Maintainers: Laurent Vivier <lvivier@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>
tests/libqos/pci-pc.c    | 2 +-
tests/libqos/pci-spapr.c | 2 +-
tests/libqos/qgraph.c    | 6 ++++--
3 files changed, 6 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/3] Fixes for libqos
Posted by Thomas Huth 5 years ago
 Hi Peter,

the following changes since commit f55a585d1037e5de6088f25e75443c2776786e29:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-04-07 14:54:55 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git pull-request-2019-04-08

for you to fetch changes up to c19f2b711e15dac4c2cdbace2f8fb3a45fbed0d2:

  test qgraph.c: Fix segs due to out of scope default (2019-04-08 12:38:07 +0200)

----------------------------------------------------------------
- Fix a crash in libqos with GCC 9
- Fix usage of wrong boolean types in libqos
----------------------------------------------------------------

Dr. David Alan Gilbert (1):
      test qgraph.c: Fix segs due to out of scope default

Jafar Abdi (2):
      tests/libqos: fix usage of bool in pci-pc.c
      tests/libqos: fix usage of bool in pci-spapr.c

 tests/libqos/pci-pc.c    | 2 +-
 tests/libqos/pci-spapr.c | 2 +-
 tests/libqos/qgraph.c    | 6 ++++--
 3 files changed, 6 insertions(+), 4 deletions(-)

Re: [Qemu-devel] [PULL 0/3] Fixes for libqos
Posted by Peter Maydell 5 years ago
On Mon, 8 Apr 2019 at 12:09, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit f55a585d1037e5de6088f25e75443c2776786e29:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-04-07 14:54:55 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git pull-request-2019-04-08
>
> for you to fetch changes up to c19f2b711e15dac4c2cdbace2f8fb3a45fbed0d2:
>
>   test qgraph.c: Fix segs due to out of scope default (2019-04-08 12:38:07 +0200)
>
> ----------------------------------------------------------------
> - Fix a crash in libqos with GCC 9
> - Fix usage of wrong boolean types in libqos
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM