Re: [Qemu-devel] Virtual Machine Extension Instructions In QEMU

2012-09-05 Thread Alexander Graf
On 05.09.2012, at 22:51, 陳韋任 (Wei-Ren Chen) wrote: > On Wed, Sep 05, 2012 at 10:00:01AM -0700, Xin Tong wrote: >> I would like to know how well is the Intel VMX and AMD SVM supported in QEMU >> ? > > IIRC, AMD SVM has been supported in QEMU (but not complete). You can > check target-i386/trans

Re: [Qemu-devel] Virtual Machine Extension Instructions In QEMU

2012-09-05 Thread Wei-Ren Chen
On Wed, Sep 05, 2012 at 10:00:01AM -0700, Xin Tong wrote: > I would like to know how well is the Intel VMX and AMD SVM supported in QEMU ? IIRC, AMD SVM has been supported in QEMU (but not complete). You can check target-i386/translate.c, and this is mentioned in changelog [1]. Alex, can you co

[Qemu-devel] Virtual Machine Extension Instructions In QEMU

2012-09-05 Thread Xin Tong
I would like to know how well is the Intel VMX and AMD SVM supported in QEMU ? Xin