Re: [PATCH 2/3] qemu: Enable XSAVE related CPUID

2010-06-16 Thread Marcelo Tosatti
On Wed, Jun 16, 2010 at 10:59:07PM +0800, Sheng Yang wrote: > On Thursday 10 June 2010 11:31:02 Sheng Yang wrote: > > We can support it in KVM now. The 0xd leaf is queried from KVM. > > Hi Marcelo & Avi > > How about patch 1 and 2 in this series? They are used to enable XSAVE cpuid. Applied. --

Re: [PATCH 2/3] qemu: Enable XSAVE related CPUID

2010-06-16 Thread Sheng Yang
On Thursday 10 June 2010 11:31:02 Sheng Yang wrote: > We can support it in KVM now. The 0xd leaf is queried from KVM. Hi Marcelo & Avi How about patch 1 and 2 in this series? They are used to enable XSAVE cpuid. -- regards Yang, Sheng

[PATCH 2/3] qemu: Enable XSAVE related CPUID

2010-06-09 Thread Sheng Yang
We can support it in KVM now. The 0xd leaf is queried from KVM. Signed-off-by: Sheng Yang --- target-i386/cpuid.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c index fb78061..26e4054 100644 --- a/target-i38