[libvirt] [PATCH] cpu_map.xml: Expose svm flag for nested kvm on AMD CPU model

2016-01-19 Thread Lin Ma
QEMU commit 75d373e disables svm by default since PC machine 2.2. So with PC machine version > 2.1, When a user wants to expose the svm flag to a guest, says: .. .. The svm flag wont be passed to qemu command line, This patch fixes it. Signed-off-by: Lin Ma ---

Re: [libvirt] [PATCH] cpu_map.xml: Expose svm flag for nested kvm on AMD CPU model

2016-01-19 Thread Jiri Denemark
On Tue, Jan 19, 2016 at 17:11:36 +0800, Lin Ma wrote: > QEMU commit 75d373e disables svm by default since PC machine 2.2. > So with PC machine version > 2.1, When a user wants to expose the > svm flag to a guest, says: > > .. > > .. > > The svm flag wont be passed to qemu command

[libvirt] [PATCH] cpu_map.xml: Expose svm flag for nested kvm on AMD CPU model

2015-12-04 Thread Lin Ma
QEMU commit 75d373e disables svm by default since PC machine 2.2. So with PC machine version > 2.1, When a user wants to expose the svm flag to a guest, says: .. .. The svm flag wont be passed to qemu command line, This patch fixes it. Signed-off-by: Lin Ma ---