[PULL 00/10] Misc QEMU bugfixes for 6.2 hard freeze

Paolo Bonzini posted 10 patches 4 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211108143616.660340-1-pbonzini@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Richard Henderson <richard.henderson@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
configure                            | 46 ++++++++++++++++++++++--------------
docs/devel/build-system.rst          |  9 ++++---
hw/scsi/scsi-disk.c                  |  6 +++++
meson.build                          |  6 ++++-
target/i386/tcg/sysemu/excp_helper.c | 25 +++++++++++---------
ui/gtk-egl.c                         |  2 ++
6 files changed, 59 insertions(+), 35 deletions(-)
[PULL 00/10] Misc QEMU bugfixes for 6.2 hard freeze
Posted by Paolo Bonzini 4 years, 3 months ago
The following changes since commit 63ed851de474b1e2458cb9b4ba6e02a88f72c25c:

  Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211106-pull-request' into staging (2021-11-06 19:43:42 -0400)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 8b4ed0dabae559ebe1fd6f8eb54e1ec6000a0a7a:

  ui/gtk-egl: Fix build failure when libgbm is not available (2021-11-08 12:20:13 +0100)

----------------------------------------------------------------
* Fix off-by-one in MODE SELECT commands
* extend --extra-*flags behavior to meson-based tests
* allow using snappy in static builds
* i386 TCG fixes
* fix build failure when libgbm is not available

----------------------------------------------------------------
Mauro Matteo Cascella (1):
      hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands

Paolo Bonzini (8):
      target-i386: mmu: use pg_mode instead of HF_LMA_MASK
      target-i386: mmu: fix handling of noncanonical virtual addresses
      meson: perform snappy test with the C++ compiler if used
      docs: adjust for demise of scripts/create_config
      configure: simplify calls to meson_quote
      configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status
      configure: propagate --extra-cflags and --extra-ldflags to meson compile tests
      configure: ignore preexisting QEMU_*FLAGS envvars

Philippe Mathieu-Daudé (1):
      ui/gtk-egl: Fix build failure when libgbm is not available

 configure                            | 46 ++++++++++++++++++++++--------------
 docs/devel/build-system.rst          |  9 ++++---
 hw/scsi/scsi-disk.c                  |  6 +++++
 meson.build                          |  6 ++++-
 target/i386/tcg/sysemu/excp_helper.c | 25 +++++++++++---------
 ui/gtk-egl.c                         |  2 ++
 6 files changed, 59 insertions(+), 35 deletions(-)
-- 
2.33.1


Re: [PULL 00/10] Misc QEMU bugfixes for 6.2 hard freeze
Posted by Richard Henderson 4 years, 3 months ago
On 11/8/21 3:36 PM, Paolo Bonzini wrote:
> The following changes since commit 63ed851de474b1e2458cb9b4ba6e02a88f72c25c:
> 
>    Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211106-pull-request' into staging (2021-11-06 19:43:42 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 8b4ed0dabae559ebe1fd6f8eb54e1ec6000a0a7a:
> 
>    ui/gtk-egl: Fix build failure when libgbm is not available (2021-11-08 12:20:13 +0100)
> 
> ----------------------------------------------------------------
> * Fix off-by-one in MODE SELECT commands
> * extend --extra-*flags behavior to meson-based tests
> * allow using snappy in static builds
> * i386 TCG fixes
> * fix build failure when libgbm is not available
> 
> ----------------------------------------------------------------
> Mauro Matteo Cascella (1):
>        hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
> 
> Paolo Bonzini (8):
>        target-i386: mmu: use pg_mode instead of HF_LMA_MASK
>        target-i386: mmu: fix handling of noncanonical virtual addresses
>        meson: perform snappy test with the C++ compiler if used
>        docs: adjust for demise of scripts/create_config
>        configure: simplify calls to meson_quote
>        configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status
>        configure: propagate --extra-cflags and --extra-ldflags to meson compile tests
>        configure: ignore preexisting QEMU_*FLAGS envvars
> 
> Philippe Mathieu-Daudé (1):
>        ui/gtk-egl: Fix build failure when libgbm is not available
> 
>   configure                            | 46 ++++++++++++++++++++++--------------
>   docs/devel/build-system.rst          |  9 ++++---
>   hw/scsi/scsi-disk.c                  |  6 +++++
>   meson.build                          |  6 ++++-
>   target/i386/tcg/sysemu/excp_helper.c | 25 +++++++++++---------
>   ui/gtk-egl.c                         |  2 ++
>   6 files changed, 59 insertions(+), 35 deletions(-)

Applied, thanks.

r~