mbox

[PULL,0/3] 9.0 bugfixes for 2024-04-08

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

Pull-request

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

Message

Paolo Bonzini April 8, 2024, 7:24 p.m. UTC
The following changes since commit ce64e6224affb8b4e4b019f76d2950270b391af5:

  Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into staging (2024-04-04 15:28:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e34f4d87e8d47b0a65cb663aaf7bef60c2112d36:

  kvm: error out of kvm_irqchip_add_msi_route() in case of full route table (2024-04-08 21:22:00 +0200)

----------------------------------------------------------------
* fall back to non-ioeventfd notification if KVM routing table is full
* support kitware ninja with jobserver support
* nanomips: fix warnings with GCC 14

----------------------------------------------------------------
Igor Mammedov (1):
      kvm: error out of kvm_irqchip_add_msi_route() in case of full route table

Martin Hundebøll (1):
      Makefile: preserve --jobserver-auth argument when calling ninja

Paolo Bonzini (1):
      nanomips: fix warnings with GCC 14

 Makefile            |   2 +-
 accel/kvm/kvm-all.c |  15 ++--
 disas/nanomips.c    | 194 ++++++++++++++++++++++++++--------------------------
 3 files changed, 108 insertions(+), 103 deletions(-)

Comments

Peter Maydell April 9, 2024, 11:47 a.m. UTC | #1
On Mon, 8 Apr 2024 at 20:25, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit ce64e6224affb8b4e4b019f76d2950270b391af5:
>
>   Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into staging (2024-04-04 15:28:06 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to e34f4d87e8d47b0a65cb663aaf7bef60c2112d36:
>
>   kvm: error out of kvm_irqchip_add_msi_route() in case of full route table (2024-04-08 21:22:00 +0200)
>
> ----------------------------------------------------------------
> * fall back to non-ioeventfd notification if KVM routing table is full
> * support kitware ninja with jobserver support
> * nanomips: fix warnings with GCC 14
>


Applied, thanks.

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

-- PMM