qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
@ 2024-03-05 16:42 Vitaly Kuznetsov
  2024-03-05 16:42 ` [PATCH RESEND v3 1/3] i386: Fix conditional CONFIG_SYNDBG enablement Vitaly Kuznetsov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vitaly Kuznetsov @ 2024-03-05 16:42 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini

Changes since 'RESEND v2':
- Included 'docs/system: Add recommendations to Hyper-V enlightenments doc'
  in the set as it also requires a "RESEND")

Hyper-V Gen1 guests are getting stuck on boot when 'hv-passthrough' is
used. While 'hv-passthrough' is a debug only feature, this significantly
limit its usefullness. While debugging the problem, I found that there are
two loosely connected issues:
- 'hv-passthrough' enables 'hv-syndbg' and this is undesired.
- 'hv-syndbg's support by KVM is detected incorrectly when !CONFIG_SYNDBG.

Fix both issues; exclude 'hv-syndbg' from 'hv-passthrough' and don't allow
to turn on 'hv-syndbg' for !CONFIG_SYNDBG builds. 

Vitaly Kuznetsov (3):
  i386: Fix conditional CONFIG_SYNDBG enablement
  i386: Exclude 'hv-syndbg' from 'hv-passthrough'
  docs/system: Add recommendations to Hyper-V enlightenments doc

 docs/system/i386/hyperv.rst | 43 +++++++++++++++++++++++++++++++++----
 target/i386/cpu.c           |  2 ++
 target/i386/kvm/kvm.c       | 18 ++++++++++------
 3 files changed, 53 insertions(+), 10 deletions(-)

-- 
2.43.2



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

end of thread, other threads:[~2024-03-25  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 16:42 [PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough' Vitaly Kuznetsov
2024-03-05 16:42 ` [PATCH RESEND v3 1/3] i386: Fix conditional CONFIG_SYNDBG enablement Vitaly Kuznetsov
2024-03-05 16:42 ` [PATCH RESEND v3 2/3] i386: Exclude 'hv-syndbg' from 'hv-passthrough' Vitaly Kuznetsov
2024-03-05 16:42 ` [PATCH RESEND v3 3/3] docs/system: Add recommendations to Hyper-V enlightenments doc Vitaly Kuznetsov
2024-03-07  8:33   ` Zhao Liu
2024-03-07  9:46     ` Vitaly Kuznetsov
2024-03-07 13:24       ` Zhao Liu
2024-03-25  9:28 ` [PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough' Vitaly Kuznetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).