[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <586be87a-4f81-ea43-2078-a6004b4aba08@redhat.com>
Date: Tue, 5 Apr 2022 14:52:30 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: isaku.yamahata@...el.com, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: isaku.yamahata@...il.com, Jim Mattson <jmattson@...gle.com>,
erdemaktas@...gle.com, Connor Kuehl <ckuehl@...hat.com>,
Sean Christopherson <seanjc@...gle.com>
Subject: Re: [RFC PATCH v5 026/104] KVM: TDX: x86: Add vm ioctl to get TDX
systemwide parameters
On 3/4/22 20:48, isaku.yamahata@...el.com wrote:
> Implement a VM-scoped subcomment to get system-wide parameters. Although
> this is system-wide parameters not per-VM, this subcomand is VM-scoped
> because
> - Device model needs TDX system-wide parameters after creating KVM VM.
> - This subcommands requires to initialize TDX module. For lazy
> initialization of the TDX module, vm-scope ioctl is better.
Since there was agreement to install the TDX module on load, please
place this ioctl on the /dev/kvm file descriptor.
At least for SEV, there were cases where the system-wide parameters are
needed outside KVM, so it's better to avoid requiring a VM file descriptor.
Thanks,
Paolo
Powered by blists - more mailing lists