On Wed, Sep 04, 2024 at 02:56:49PM +, Michael Kelley wrote:
> From: Yunhong Jiang Sent: Tuesday, September
> 3, 2024 1:19 PM
> >
> > On Mon, Sep 02, 2024 at 03:35:13AM +, Michael Kelley wrote:
> > > From: Yunhong Jiang
> > > >
> > > > Parse the wakeup mailbox VTL2 TDX guest. Put it to t
From: Yunhong Jiang Sent: Tuesday, September 3,
2024 1:19 PM
>
> On Mon, Sep 02, 2024 at 03:35:13AM +, Michael Kelley wrote:
> > From: Yunhong Jiang
> > >
> > > Parse the wakeup mailbox VTL2 TDX guest. Put it to the guest_late_init, so
> > > that it will be invoked before hyperv_init() wher
On Mon, Sep 02, 2024 at 03:35:13AM +, Michael Kelley wrote:
> From: Yunhong Jiang
> >
> > Parse the wakeup mailbox VTL2 TDX guest. Put it to the guest_late_init, so
> > that it will be invoked before hyperv_init() where the mailbox address is
> > checked.
>
> Could you elaborate on the choic
From: Yunhong Jiang
>
> Parse the wakeup mailbox VTL2 TDX guest. Put it to the guest_late_init, so
> that it will be invoked before hyperv_init() where the mailbox address is
> checked.
Could you elaborate on the choice to set the wakeup_mailbox_address
in ms_hyperv_late_init()? The code in hv_c