Re: [Qemu-devel] [PATCH] i386 translation: fix typo in xsetbv implementation

2016-07-23 Thread Paolo Bonzini
> On 07/20/2016 09:27 PM, Dave Hansen wrote: > > QEMU 2.6 added support for the XSAVE family of instructions, which > > includes the XSETBV instruction which allows setting the 'XCR0' > > register. > > > > But, when booting Linux kernels with XSAVE support enabled, I was > > getting very early cras

Re: [Qemu-devel] [PATCH] i386 translation: fix typo in xsetbv implementation

2016-07-22 Thread Richard Henderson
On 07/20/2016 09:27 PM, Dave Hansen wrote: QEMU 2.6 added support for the XSAVE family of instructions, which includes the XSETBV instruction which allows setting the 'XCR0' register. But, when booting Linux kernels with XSAVE support enabled, I was getting very early crashes where the instructi

[Qemu-devel] [PATCH] i386 translation: fix typo in xsetbv implementation

2016-07-20 Thread Dave Hansen
QEMU 2.6 added support for the XSAVE family of instructions, which includes the XSETBV instruction which allows setting the 'XCR0' register. But, when booting Linux kernels with XSAVE support enabled, I was getting very early crashes where the instruction pointer was set to 0x3. I tracked it down