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

Vitaly Kuznetsov posted 4 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240917160051.2637594-1-vkuznets@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Marcelo Tosatti <mtosatti@redhat.com>
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(-)
[PATCH RESEND v4 0/4] target/i386: Various Hyper-V related fixes
Posted by Vitaly Kuznetsov 1 year, 2 months ago
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(-)

-- 
2.46.0
Re: [PATCH RESEND v4 0/4] target/i386: Various Hyper-V related fixes
Posted by Vitaly Kuznetsov 1 year, 1 month ago
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
Re: [PATCH RESEND v4 0/4] target/i386: Various Hyper-V related fixes
Posted by Vitaly Kuznetsov 1 year, 1 month ago
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)

-- 
Vitaly