lkml.org 
[lkml]   [2023]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v13 024/113] KVM: TDX: allocate/free TDX vcpu structure
    On Tue, Apr 04, 2023 at 10:44:38PM +0300,
    Zhi Wang <zhi.wang.linux@gmail.com> wrote:

    > > +void tdx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event)
    > > +{
    > > +
    > > + /* Ignore INIT silently because TDX doesn't support INIT event. */
    > > + if (init_event)
    > > + return;
    > > +
    > > + /* This is stub for now. More logic will come here. */
    > > +
    > > + /*
    > > + * Don't update mp_state to runnable because more initialization
    > > + * is needed by TDX_VCPU_INIT.
    > > + */
    > ^
    > guess this comment belongs to the later patch.

    Ah, right. I'll move the comment to the next patch.
    --
    Isaku Yamahata <isaku.yamahata@gmail.com>

    \
     
     \ /
      Last update: 2023-04-05 21:07    [W:2.170 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site