[PULL 0/6] Fixes for QEMU 7.1-rc1

Paolo Bonzini posted 6 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220729150438.20293-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
accel/kvm/kvm-all.c  | 2 +-
configure            | 3 +--
hw/display/vga.c     | 3 ++-
meson.build          | 4 ++--
stubs/replay-tools.c | 9 +++++----
target/arm/kvm.c     | 2 +-
ui/meson.build       | 2 +-
7 files changed, 13 insertions(+), 12 deletions(-)
[PULL 0/6] Fixes for QEMU 7.1-rc1
Posted by Paolo Bonzini 1 year, 9 months ago
The following changes since commit 7b17a1a841fc2336eba53afade9cadb14bd3dd9a:

  Update version for v7.1.0-rc0 release (2022-07-26 18:03:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ebc55f523c2f406e30ec8fad77bd3b9aad5d4579:

  configure: pass correct cflags to container-based cross compilers (2022-07-29 00:22:19 +0200)

----------------------------------------------------------------
* Misc build system bugfixes
* Fix CGA 2-color graphics

----------------------------------------------------------------
Claudio Fontana (1):
      stubs: update replay-tools to match replay.h types

Cornelia Huck (1):
      kvm: don't use perror() without useful errno

Paolo Bonzini (3):
      ui: dbus-display requires CONFIG_GBM
      vga: fix incorrect line height in 640x200x2 mode
      configure: pass correct cflags to container-based cross compilers

Richard Henderson (1):
      configure: Fix ppc container_cross_cc substitution

 accel/kvm/kvm-all.c  | 2 +-
 configure            | 3 +--
 hw/display/vga.c     | 3 ++-
 meson.build          | 4 ++--
 stubs/replay-tools.c | 9 +++++----
 target/arm/kvm.c     | 2 +-
 ui/meson.build       | 2 +-
 7 files changed, 13 insertions(+), 12 deletions(-)
-- 
2.36.1
Re: [PULL 0/6] Fixes for QEMU 7.1-rc1
Posted by Richard Henderson 1 year, 9 months ago
On 7/29/22 08:04, Paolo Bonzini wrote:
> The following changes since commit 7b17a1a841fc2336eba53afade9cadb14bd3dd9a:
> 
>    Update version for v7.1.0-rc0 release (2022-07-26 18:03:16 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to ebc55f523c2f406e30ec8fad77bd3b9aad5d4579:
> 
>    configure: pass correct cflags to container-based cross compilers (2022-07-29 00:22:19 +0200)
> 
> ----------------------------------------------------------------
> * Misc build system bugfixes
> * Fix CGA 2-color graphics

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Claudio Fontana (1):
>        stubs: update replay-tools to match replay.h types
> 
> Cornelia Huck (1):
>        kvm: don't use perror() without useful errno
> 
> Paolo Bonzini (3):
>        ui: dbus-display requires CONFIG_GBM
>        vga: fix incorrect line height in 640x200x2 mode
>        configure: pass correct cflags to container-based cross compilers
> 
> Richard Henderson (1):
>        configure: Fix ppc container_cross_cc substitution
> 
>   accel/kvm/kvm-all.c  | 2 +-
>   configure            | 3 +--
>   hw/display/vga.c     | 3 ++-
>   meson.build          | 4 ++--
>   stubs/replay-tools.c | 9 +++++----
>   target/arm/kvm.c     | 2 +-
>   ui/meson.build       | 2 +-
>   7 files changed, 13 insertions(+), 12 deletions(-)