[PULL 0/6] Misc patches for 2026-05-25

Paolo Bonzini posted 6 patches 5 days, 1 hour ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260525151621.395954-1-pbonzini@redhat.com
Maintainers: Magnus Kulke <magnuskulke@linux.microsoft.com>, Wei Liu <wei.liu@kernel.org>, "Doru Blânzeanu" <dblanzeanu@linux.microsoft.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Markus Armbruster <armbru@redhat.com>
accel/mshv/mshv-all.c | 12 ++++++++++++
hw/intc/apic.c        | 17 ++++++++---------
hw/rtc/mc146818rtc.c  | 23 +++++++++++------------
hw/scsi/lsi53c895a.c  | 12 ++++++++----
qobject/json-parser.c | 23 ++++++++++++-----------
5 files changed, 51 insertions(+), 36 deletions(-)
[PULL 0/6] Misc patches for 2026-05-25
Posted by Paolo Bonzini 5 days, 1 hour ago
The following changes since commit cbf877d67a812be17a9ce404a589e1bdf722c1f6:

  Merge tag 'pbouvier/pr/docs-20260522' of https://gitlab.com/p-b-o/qemu into staging (2026-05-24 07:45:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 877820be501c72665aff1af468fab87f17995044:

  json-parser: constify JSONToken (2026-05-25 16:52:31 +0200)

----------------------------------------------------------------
* lsi53c895a, apic, mc146818rtc: fix various bugs
* accel/mshv: implement cpu_thread_is_idle() hook
* json-parser: first patch from push parser conversion

----------------------------------------------------------------
Jinjie Ruan (1):
      mc146818rtc: Fix get_guest_rtc_ns() overflow bug

Magnus Kulke (1):
      accel/mshv: implement cpu_thread_is_idle() hook

Paolo Bonzini (4):
      lsi53c895a: fix use-after-free of cancelled request
      lsi53c895a: clear tag byte when processing messages
      apic: fix delivery bitmask with modified xAPIC ids
      json-parser: constify JSONToken

 accel/mshv/mshv-all.c | 12 ++++++++++++
 hw/intc/apic.c        | 17 ++++++++---------
 hw/rtc/mc146818rtc.c  | 23 +++++++++++------------
 hw/scsi/lsi53c895a.c  | 12 ++++++++----
 qobject/json-parser.c | 23 ++++++++++++-----------
 5 files changed, 51 insertions(+), 36 deletions(-)
-- 
2.54.0
Re: [PULL 0/6] Misc patches for 2026-05-25
Posted by Stefan Hajnoczi 3 days, 22 hours ago
Applied, thanks.

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