Re: [PATCH v2] WHPX: support for xcr0

2022-04-28 Thread Paolo Bonzini
Queued, thanks. (It only took 30 months; thanks to Ivan Shcherbakov for bringing it to my attention). Paolo

Re: [PATCH v2] WHPX: support for xcr0

2020-05-20 Thread Philippe Mathieu-Daudé
+launchpad ticket On 11/7/19 11:52 PM, Sunil Muthuswamy wrote: You will need the Windows 10 SDK for RS5 (build 17763) or above to to be able to compile this patch because of the definition of the XCR0 register. Changes since v1: - Added a sign-off line in the patch. I am not very happy with

Re: [PATCH v2] WHPX: support for xcr0

2019-11-13 Thread Paolo Bonzini
On 12/11/19 19:52, Sunil Muthuswamy wrote: > > >> -Original Message- >> From: Sunil Muthuswamy >> Sent: Thursday, November 7, 2019 11:49 AM >> To: Paolo Bonzini ; Richard Henderson >> ; Eduardo Habkost >> Cc: qemu-devel@nongnu.org >

RE: [PATCH v2] WHPX: support for xcr0

2019-11-12 Thread Sunil Muthuswamy
> -Original Message- > From: Sunil Muthuswamy > Sent: Thursday, November 7, 2019 11:49 AM > To: Paolo Bonzini ; Richard Henderson > ; Eduardo Habkost > Cc: qemu-devel@nongnu.org > Subject: [PATCH v2] WHPX: support for xcr0 > > Support for xcr0 to be

RE: [PATCH v2] WHPX: support for xcr0

2019-11-07 Thread Sunil Muthuswamy
> > You will need the Windows 10 SDK for RS5 (build 17763) or above to > > to be able to compile this patch because of the definition of the > > XCR0 register. > > > > Changes since v1: > > - Added a sign-off line in the patch. > > > I am not very happy with the current situation which suggests

Re: [PATCH v2] WHPX: support for xcr0

2019-11-07 Thread Stefan Weil
Am 07.11.19 um 20:48 schrieb Sunil Muthuswamy: > Support for xcr0 to be able to enable xsave/xrstor. This by itself > is not sufficient to enable xsave/xrstor. WHPX XSAVE API's also > needs to be hooked up. > > Signed-off-by: Sunil Muthuswamy > --- > You will need the Windows 10 SDK for RS5

[PATCH v2] WHPX: support for xcr0

2019-11-07 Thread Sunil Muthuswamy
Support for xcr0 to be able to enable xsave/xrstor. This by itself is not sufficient to enable xsave/xrstor. WHPX XSAVE API's also needs to be hooked up. Signed-off-by: Sunil Muthuswamy --- You will need the Windows 10 SDK for RS5 (build 17763) or above to to be able to compile this patch