mbox series

[RESEND,v4,0/4] target/i386: Various Hyper-V related fixes

Message ID 20240917160051.2637594-1-vkuznets@redhat.com (mailing list archive)
Headers show
Series target/i386: Various Hyper-V related fixes | expand

Message

Vitaly Kuznetsov Sept. 17, 2024, 4 p.m. UTC
Changes since '[PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck 
on boot with 'hv-passthrough':

- Added "target/i386: Make sure SynIC state is really updated before KVM_RUN" 
  to the set.
 
This is a long pending collection of fixes for various Hyper-V related 
issues, mostly detected by tests. On top of that, the patchset updates
Hyper-V related documentation adding recommendations.

Vitaly Kuznetsov (4):
  target/i386: Fix conditional CONFIG_SYNDBG enablement
  target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
  target/i386: Make sure SynIC state is really updated before KVM_RUN
  docs/system: Add recommendations to Hyper-V enlightenments doc

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

Comments

Vitaly Kuznetsov Sept. 30, 2024, 1:56 p.m. UTC | #1
Vitaly Kuznetsov <vkuznets@redhat.com> writes:

> Changes since '[PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck 
> on boot with 'hv-passthrough':
>
> - Added "target/i386: Make sure SynIC state is really updated before KVM_RUN" 
>   to the set.
>  
> This is a long pending collection of fixes for various Hyper-V related 
> issues, mostly detected by tests. On top of that, the patchset updates
> Hyper-V related documentation adding recommendations.
>
> Vitaly Kuznetsov (4):
>   target/i386: Fix conditional CONFIG_SYNDBG enablement
>   target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
>   target/i386: Make sure SynIC state is really updated before KVM_RUN
>   docs/system: Add recommendations to Hyper-V enlightenments doc
>
>  docs/system/i386/hyperv.rst | 43 +++++++++++++++++++++++++++++++++----
>  target/i386/cpu.c           |  2 ++
>  target/i386/kvm/hyperv.c    |  1 +
>  target/i386/kvm/kvm.c       | 18 ++++++++++------
>  4 files changed, 54 insertions(+), 10 deletions(-)

Ping) Some of these patches are really getting old :-)
Vitaly Kuznetsov Oct. 14, 2024, 9:04 a.m. UTC | #2
Vitaly Kuznetsov <vkuznets@redhat.com> writes:

> Vitaly Kuznetsov <vkuznets@redhat.com> writes:
>
>> Changes since '[PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck 
>> on boot with 'hv-passthrough':
>>
>> - Added "target/i386: Make sure SynIC state is really updated before KVM_RUN" 
>>   to the set.
>>  
>> This is a long pending collection of fixes for various Hyper-V related 
>> issues, mostly detected by tests. On top of that, the patchset updates
>> Hyper-V related documentation adding recommendations.
>>
>> Vitaly Kuznetsov (4):
>>   target/i386: Fix conditional CONFIG_SYNDBG enablement
>>   target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
>>   target/i386: Make sure SynIC state is really updated before KVM_RUN
>>   docs/system: Add recommendations to Hyper-V enlightenments doc
>>
>>  docs/system/i386/hyperv.rst | 43 +++++++++++++++++++++++++++++++++----
>>  target/i386/cpu.c           |  2 ++
>>  target/i386/kvm/hyperv.c    |  1 +
>>  target/i386/kvm/kvm.c       | 18 ++++++++++------
>>  4 files changed, 54 insertions(+), 10 deletions(-)
>
> Ping) Some of these patches are really getting old :-)

Ping)