From: Stefan Hajnoczi <stefanha@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/58] Misc patches for 2026-04-30
Date: Sat, 2 May 2026 06:49:28 -0400 [thread overview]
Message-ID: <20260502104928.GA81652@fedora> (raw)
In-Reply-To: <20260430172204.1006673-1-pbonzini@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2026-05-04 12:44 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-30 17:21 [PULL 00/58] Misc patches for 2026-04-30 Paolo Bonzini
2026-04-30 17:21 ` [PULL 02/58] target/arm/hvf, target/i386/hvf: Pass MR-relative offset to memory_region_set_dirty() Paolo Bonzini
2026-04-30 17:21 ` [PULL 03/58] target/i386/tcg: simplify decoding of 0F 38 F0...FF Paolo Bonzini
2026-04-30 17:21 ` [PULL 04/58] tests: add test for json-streamer.c error recovery Paolo Bonzini
2026-04-30 17:21 ` [PULL 05/58] kconfig: remove duplicate declaration of CONFIG_CXL Paolo Bonzini
2026-04-30 17:21 ` [PULL 06/58] kconfig: remove duplicate declaration of CONFIG_MIPS_BOSTON_AIA Paolo Bonzini
2026-05-04 6:28 ` Philippe Mathieu-Daudé
2026-05-04 7:08 ` Paolo Bonzini
2026-05-04 7:36 ` Philippe Mathieu-Daudé
2026-05-04 7:57 ` Paolo Bonzini
2026-04-30 17:21 ` [PULL 07/58] minikconf: run through isort Paolo Bonzini
2026-04-30 17:21 ` [PULL 08/58] minikconf: small cleanups and dead code removal Paolo Bonzini
2026-04-30 17:21 ` [PULL 09/58] minikconf: move command-line assignment out of the parser Paolo Bonzini
2026-04-30 17:21 ` [PULL 10/58] minikconf: fix type mismatch in do_declaration Paolo Bonzini
2026-04-30 17:21 ` [PULL 11/58] minikconf: simplify self.tok Paolo Bonzini
2026-04-30 17:21 ` [PULL 12/58] minikconf: modernize handling of include chain Paolo Bonzini
2026-04-30 17:21 ` [PULL 13/58] minikconf: use .items() Paolo Bonzini
2026-04-30 17:21 ` [PULL 14/58] minikconf: pull main program into a function Paolo Bonzini
2026-04-30 17:21 ` [PULL 15/58] minikconf: remove unnecessary semicolons Paolo Bonzini
2026-04-30 17:21 ` [PULL 16/58] minikconf: replace else with early return and avoid unnecessary else Paolo Bonzini
2026-04-30 17:21 ` [PULL 17/58] minikconf: add mypy annotations Paolo Bonzini
2026-04-30 17:21 ` [PULL 18/58] hw/qdev: Clarify fallback order in qdev_get_printable_name() Paolo Bonzini
2026-04-30 17:21 ` [PULL 19/58] hw/qdev: Prefix bus type in qdev_get_printable_name() device paths Paolo Bonzini
2026-04-30 17:21 ` [PULL 20/58] hw/qdev: Consolidate qdev_get_printable_name() into qdev_get_human_name() Paolo Bonzini
2026-04-30 17:21 ` [PULL 21/58] target/i386: add new AMD EPYC models for GMET enablement Paolo Bonzini
2026-04-30 17:21 ` [PULL 22/58] target/i386: add new Intel models for MMIO/GDS/RFDS mitigation status Paolo Bonzini
2026-04-30 17:21 ` [PULL 23/58] target/i386: add new Intel models for MBEC enablement Paolo Bonzini
2026-04-30 17:21 ` [PULL 24/58] whpx: i386: x2apic emulation Paolo Bonzini
2026-04-30 17:21 ` [PULL 25/58] whpx: i386: wire up feature probing Paolo Bonzini
2026-04-30 17:21 ` [PULL 26/58] whpx: i386: disable TbFlushHypercalls for emulated LAPIC Paolo Bonzini
2026-04-30 17:21 ` [PULL 27/58] whpx: i386: enable x2apic by default for user-mode LAPIC Paolo Bonzini
2026-04-30 17:21 ` [PULL 28/58] whpx: i386: reintroduce enlightenments for Windows 10 Paolo Bonzini
2026-04-30 17:21 ` [PULL 29/58] whpx: i386: introduce proper cpuid support Paolo Bonzini
2026-04-30 17:21 ` [PULL 30/58] whpx: i386: kernel-irqchip=off fixes Paolo Bonzini
2026-04-30 17:21 ` [PULL 31/58] whpx: i386: use WHvX64RegisterCr8 only when kernel-irqchip=off Paolo Bonzini
2026-04-30 17:21 ` [PULL 32/58] whpx: i386: disable kernel-irqchip on Windows 10 when PIC enabled Paolo Bonzini
2026-04-30 17:21 ` [PULL 33/58] whpx: i386: IO port fast path cleanup Paolo Bonzini
2026-04-30 17:21 ` [PULL 34/58] whpx: i386: disable enlightenments and LAPIC for isapc Paolo Bonzini
2026-04-30 17:21 ` [PULL 35/58] whpx: i386: interrupt priority support Paolo Bonzini
2026-04-30 17:21 ` [PULL 36/58] hw/intc: apic: disallow APIC reads when disabled Paolo Bonzini
2026-04-30 17:21 ` [PULL 37/58] whpx: i386: fix CPUID[1:EDX].APIC reporting Paolo Bonzini
2026-04-30 17:21 ` [PULL 38/58] whpx: i386: set apicbase value only on success Paolo Bonzini
2026-04-30 17:21 ` [PULL 39/58] whpx: i386: enable GuestIdleReg enlightenment Paolo Bonzini
2026-04-30 17:21 ` [PULL 40/58] whpx: i386: unknown MSR configurability Paolo Bonzini
2026-04-30 17:21 ` [PULL 41/58] whpx: i386: don't increment eip on MSR access raising GPF Paolo Bonzini
2026-04-30 17:21 ` [PULL 42/58] target/i386: emulate, hvf: rdmsr/wrmsr GPF handling Paolo Bonzini
2026-04-30 17:21 ` [PULL 43/58] whpx: i386: tighten APIC base validity check Paolo Bonzini
2026-04-30 17:21 ` [PULL 44/58] whpx: i386: ignore vpassist when kernel-irqchip=off Paolo Bonzini
2026-04-30 17:21 ` [PULL 45/58] target: i386: HLT type that ignores EFLAGS.IF Paolo Bonzini
2026-04-30 17:21 ` [PULL 46/58] whpx: i386: add HV_X64_MSR_GUEST_IDLE when !kernel-irqchip Paolo Bonzini
2026-04-30 17:21 ` [PULL 47/58] whpx: i386: some x2APIC awareness Paolo Bonzini
2026-04-30 17:21 ` [PULL 48/58] whpx: i386: set WHvX64RegisterInitialApicId Paolo Bonzini
2026-04-30 17:21 ` [PULL 49/58] whpx: i386: Pause VM on fatal exception to be able to inspect state Paolo Bonzini
2026-04-30 17:21 ` [PULL 50/58] target/i386: emulate: use exception_payload for fault address Paolo Bonzini
2026-04-30 17:21 ` [PULL 51/58] target/i386: make xsave_buf present unconditionally Paolo Bonzini
2026-04-30 17:21 ` [PULL 52/58] target/i386: add de/compaction to xsave_helper Paolo Bonzini
2026-04-30 17:21 ` [PULL 53/58] whpx: xsave support Paolo Bonzini
2026-04-30 17:22 ` [PULL 54/58] whpx: i386: set APIC ID only when APIC present Paolo Bonzini
2026-04-30 17:22 ` [PULL 55/58] whpx: i386: update migration blocker message Paolo Bonzini
2026-04-30 17:22 ` [PULL 56/58] whpx: i386: add feature to intercept #GP MSR accesses Paolo Bonzini
2026-04-30 17:22 ` [PULL 57/58] whpx: i386: add SeparateSecurityDomain flag and make default Paolo Bonzini
2026-04-30 17:22 ` [PULL 58/58] whpx: i386: documentation update Paolo Bonzini
2026-05-02 10:49 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260502104928.GA81652@fedora \
--to=stefanha@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.