[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180315172852.GA21667@flask>
Date: Thu, 15 Mar 2018 18:28:52 +0100
From: Radim Krčmář <rkrcmar@...hat.com>
To: Vitaly Kuznetsov <vkuznets@...hat.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>, kvm@...r.kernel.org,
x86@...nel.org, "K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
"Michael Kelley (EOSG)" <Michael.H.Kelley@...rosoft.com>,
Mohammed Gamal <mmorsy@...hat.com>,
Cathy Avery <cavery@...hat.com>, Bandan Das <bsd@...hat.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 7/7] x86/kvm: use Enlightened VMCS when running on
Hyper-V
2018-03-15 18:02+0100, Radim Krčmář:
> We actually already have mov in the assembly:
>
> "cmp %%" _ASM_SP ", %c[host_rsp](%0) \n\t"
Oh hell, I didn't pay attention to this line before.
> "je 1f \n\t"
> "mov %%" _ASM_SP ", %c[host_rsp](%0) \n\t" // here
> __ex(ASM_VMX_VMWRITE_RSP_RDX) "\n\t"
I bet this path is executed only once in VM's lifetime and what we're
doing is wasting more resources than we're ever going to save ...
> "1: \n\t"
Powered by blists - more mailing lists