[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <167408889183.2366972.15087378165814021774.b4-ty@google.com>
Date: Thu, 19 Jan 2023 21:03:36 +0000
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>,
Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
Alexey Dobriyan <adobriyan@...il.com>
Subject: Re: [PATCH] KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
On Sat, 19 Nov 2022 00:37:47 +0000, Sean Christopherson wrote:
> Access @flags using 32-bit operands when saving and testing @flags for
> VMX_RUN_VMRESUME, as using 8-bit operands is unnecessarily fragile due
> to relying on VMX_RUN_VMRESUME being in bits 0-7. The behavior of
> treating @flags a single byte is a holdover from when the param was
> "bool launched", i.e. is not deliberate.
>
>
> [...]
Applied to kvm-x86 vmx, thanks!
[1/1] KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
https://github.com/kvm-x86/linux/commit/55de8353fc67
--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes
Powered by blists - more mailing lists