Re: [PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
From: Adrian Hunter
Date: Thu Jun 26 2025 - 15:53:02 EST
On 26/06/2025 18:58, Sean Christopherson wrote:
> On Wed, Jun 25, 2025, Sean Christopherson wrote:
>> On Wed, 11 Jun 2025 12:51:57 +0300, Adrian Hunter wrote:
>>> Changes in V4:
>>>
>>> Drop TDX_FLUSHVP_NOT_DONE change. It will be done separately.
>>> Use KVM_BUG_ON() instead of WARN_ON().
>>> Correct kvm_trylock_all_vcpus() return value.
>>>
>>> Changes in V3:
>>> Refer:
>>> https://lore.kernel.org/r/aAL4dT1pWG5dDDeo@xxxxxxxxxx
>>>
>>> [...]
>>
>> Applied to kvm-x86 vmx, thanks!
>>
>> [1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
>> https://github.com/kvm-x86/linux/commit/111a7311a016
>
> Fixed up to address a docs goof[*], new hash:
>
> https://github.com/kvm-x86/linux/commit/e4775f57ad51
>
> [*] https://lore.kernel.org/all/20250626171004.7a1a024b@xxxxxxxxxxxxxxxx
Thank you!