Re: [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs

2021-12-08 Thread Xiaoyao Li
On 8/26/2021 6:24 PM, Gerd Hoffmann wrote: On Wed, Jul 07, 2021 at 05:54:37PM -0700, isaku.yamah...@gmail.com wrote: From: Sean Christopherson Ignore get/put state of TDX VMs as accessing/mutating guest state of producation TDs is not supported. Why silently ignore instead of returning an er

Re: [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs

2021-08-26 Thread Gerd Hoffmann
On Wed, Jul 07, 2021 at 05:54:37PM -0700, isaku.yamah...@gmail.com wrote: > From: Sean Christopherson > > Ignore get/put state of TDX VMs as accessing/mutating guest state of > producation TDs is not supported. Why silently ignore instead of returning an error? take care, Gerd