All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/25] Build, memory, i386 patches for 2026-04-23
@ 2026-04-23 10:28 Paolo Bonzini
  2026-04-23 10:28 ` [PULL 01/25] target/i386: fix strList leak in x86_cpu_get_unavailable_features Paolo Bonzini
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Paolo Bonzini @ 2026-04-23 10:28 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit bb230769b4d01de714bed686161ad39a8f4f3fd1:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-04-22 14:30:04 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9d46d35abd79b7efd135ff384a4a0d86abf423f1:

  target/i386: emulate: include name of unhandled instruction (2026-04-23 12:27:27 +0200)

----------------------------------------------------------------
* accel/mshv: ioeventfd fixes
* memory: avoid memmove in flatview_simplify()
* first batch of clang-cl support patches for qemu-ga
* target/i386: fix emulator issue
* target/i386: fix strList leak
* target/i386: emulate: include name of unhandled instruction
* target/i386/tcg: fix decoding of MOVBE and CRC32 in 16-bit mode
* thread-win32: replace CRITICAL_SECTION with SRWLOCK
* target/i386: fix missing PF_INSTR in SIGSEGV context
* util: actually use in pthread_condattr_setclock
* vapic: restore IRQ polling for non-kernel irqchip backends

----------------------------------------------------------------
Aastha Rawat (2):
      accel/mshv: fix ioeventfd deassignment to forward correct datamatch value
      accel/mshv: return correct errno value from ioeventfd failure

Bin Guo (1):
      memory: Optimize flatview_simplify() to eliminate redundant memmove calls

Kostiantyn Kostiuk (13):
      meson: Use stddef.h instead of unistd.h
      qom: Use g_ascii_strcasecmp instead of strcasecmp
      block: Use glib2 instead of strcasecmp/strncasecmp
      io: Use glib2 instead of strcasecmp/strncasecmp
      target/sparc: Use glib2 instead of strcasecmp/strncasecmp
      target/riscv: Use glib2 instead of strcasecmp/strncasecmp
      target/ppc: Use glib2 instead of strcasecmp/strncasecmp
      target/xtensa: Use glib2 instead of strcasecmp/strncasecmp
      hw/ppc: Use glib2 instead of strcasecmp/strncasecmp
      osdep: Remove unused strings.h
      util: Remove unused dirent.h
      util: Remove unused sys/param.h
      meson: Don't require nm for non-modular builds

Magnus Kulke (1):
      target/i386/mshv: Fix segment regression in MMIO emu

Marc-André Lureau (1):
      target/i386: fix strList leak in x86_cpu_get_unavailable_features

Mohamed Mediouni (1):
      target/i386: emulate: include name of unhandled instruction

Paolo Bonzini (3):
      storage-daemon: use same link arguments as other tools
      target/i386/tcg: fix decoding of MOVBE and CRC32 in 16-bit mode
      thread-win32: replace CRITICAL_SECTION with SRWLOCK

Simon Scherer (1):
      target/i386: fix missing PF_INSTR in SIGSEGV context

Stepan Popov (1):
      meson: add missing semicolon in pthread_condattr_setclock test

rickgcn (1):
      hw: i386: vapic: restore IRQ polling for non-kernel irqchip backends

 meson.build                        | 37 ++++++++++++++++++++-----------------
 include/qemu/osdep.h               |  1 -
 accel/mshv/mshv-all.c              | 23 +++++++++++++++++++----
 block/curl.c                       |  4 ++--
 hw/i386/vapic.c                    |  3 +--
 hw/ppc/spapr_caps.c                |  2 +-
 io/channel-websock.c               |  4 ++--
 qom/object.c                       |  4 ++--
 system/memory.c                    | 27 ++++++++++++++-------------
 target/i386/cpu.c                  |  1 +
 target/i386/emulate/x86_emu.c      |  4 ++--
 target/i386/mshv/mshv-cpu.c        | 37 +++++++++++++++++++++++++++++++------
 target/i386/tcg/user/excp_helper.c |  7 ++++---
 target/ppc/kvm.c                   |  2 +-
 target/riscv/monitor.c             |  4 ++--
 target/sparc/cpu.c                 |  8 ++++----
 target/xtensa/xtensa-isa.c         |  4 ++--
 util/path.c                        |  2 --
 util/qemu-thread-win32.c           | 16 ++++++----------
 target/i386/tcg/decode-new.c.inc   | 16 ++++++++++------
 storage-daemon/meson.build         | 16 ++++++++--------
 21 files changed, 132 insertions(+), 90 deletions(-)
-- 
2.53.0



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2026-04-25 20:00 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23 10:28 [PULL 00/25] Build, memory, i386 patches for 2026-04-23 Paolo Bonzini
2026-04-23 10:28 ` [PULL 01/25] target/i386: fix strList leak in x86_cpu_get_unavailable_features Paolo Bonzini
2026-04-23 10:28 ` [PULL 02/25] target/i386: fix missing PF_INSTR in SIGSEGV context Paolo Bonzini
2026-04-23 10:29 ` [PULL 03/25] hw: i386: vapic: restore IRQ polling for non-kernel irqchip backends Paolo Bonzini
2026-04-23 10:29 ` [PULL 04/25] meson: Use stddef.h instead of unistd.h Paolo Bonzini
2026-04-23 10:29 ` [PULL 05/25] qom: Use g_ascii_strcasecmp instead of strcasecmp Paolo Bonzini
2026-04-23 10:29 ` [PULL 06/25] block: Use glib2 instead of strcasecmp/strncasecmp Paolo Bonzini
2026-04-23 10:29 ` [PULL 07/25] io: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 08/25] target/sparc: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 09/25] target/riscv: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 10/25] target/ppc: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 11/25] target/xtensa: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 12/25] hw/ppc: " Paolo Bonzini
2026-04-23 10:29 ` [PULL 13/25] osdep: Remove unused strings.h Paolo Bonzini
2026-04-23 10:29 ` [PULL 14/25] util: Remove unused dirent.h Paolo Bonzini
2026-04-23 10:29 ` [PULL 15/25] util: Remove unused sys/param.h Paolo Bonzini
2026-04-23 10:29 ` [PULL 16/25] storage-daemon: use same link arguments as other tools Paolo Bonzini
2026-04-23 10:29 ` [PULL 17/25] meson: Don't require nm for non-modular builds Paolo Bonzini
2026-04-23 10:29 ` [PULL 18/25] target/i386/mshv: Fix segment regression in MMIO emu Paolo Bonzini
2026-04-23 10:29 ` [PULL 19/25] accel/mshv: fix ioeventfd deassignment to forward correct datamatch value Paolo Bonzini
2026-04-23 10:29 ` [PULL 20/25] accel/mshv: return correct errno value from ioeventfd failure Paolo Bonzini
2026-04-23 10:29 ` [PULL 21/25] target/i386/tcg: fix decoding of MOVBE and CRC32 in 16-bit mode Paolo Bonzini
2026-04-23 10:29 ` [PULL 22/25] thread-win32: replace CRITICAL_SECTION with SRWLOCK Paolo Bonzini
2026-04-23 10:29 ` [PULL 23/25] meson: add missing semicolon in pthread_condattr_setclock test Paolo Bonzini
2026-04-23 10:29 ` [PULL 24/25] memory: Optimize flatview_simplify() to eliminate redundant memmove calls Paolo Bonzini
2026-04-23 10:29 ` [PULL 25/25] target/i386: emulate: include name of unhandled instruction Paolo Bonzini
2026-04-25 12:30 ` [PULL 00/25] Build, memory, i386 patches for 2026-04-23 Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.