On Wed, Jan 14, 2026 at 8:10 PM Maciej S. Szmigiero <[email protected]> wrote: > > On 14.01.2026 14:42, Daniel P. Berrangé wrote: > > On Wed, Jan 14, 2026 at 02:38:54PM +0100, Maciej S. Szmigiero wrote: > >> On 12.01.2026 14:22, Ani Sinha wrote: > >>> On confidential guests when the KVM virtual machine file descriptor > >>> changes as > >>> a part of the reset process, event file descriptors needs to be > >>> reassociated > >>> with the new KVM VM file descriptor. This is achieved with the help of a > >>> callback handler that gets called when KVM VM file descriptor changes > >>> during > >>> the confidential guest reset process. > >>> > >>> This patch is untested on confidential guests and only exists for > >>> completeness. > >>> > >>> Signed-off-by: Ani Sinha <[email protected]> > >>> --- > >>> hw/hyperv/vmbus.c | 30 ++++++++++++++++++++++++++++++ > >>> 1 file changed, 30 insertions(+) > >>> > >> > >> Quick question: is this patch set targeting QEMU 11.0 or which version? > > > > Patches are always assumed to be targetting current git master unless > > the cover letter / subject line explicity says otherwise. > > I was asking more what QEMU release the submitter thinks this patch set > will make rather than against which git tree it is based on but thanks anyway.
Looking at https://wiki.qemu.org/Planning/11.0, I am not sure if we will make it in 11.0 since the soft freeze is March 10. Perhaps 11.1
