mbox

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

Message ID 20220729150438.20293-1-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini July 29, 2022, 3:04 p.m. UTC
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(-)

Comments

Richard Henderson July 29, 2022, 5:30 p.m. UTC | #1
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(-)