search for: msg01138

Displaying 3 results from an estimated 3 matches for "msg01138".

Did you mean: msg01136
2016 Sep 23
2
How to enable the svm cpu flag inside a vm?
Hello, I'm trying to get the Android Emulator to run inside a kvm vm on CentOS-6. Apparently the latest Android Emulators cannot run without hardware acceleration so I am trying to get the vm to see the svm cpu flag. Host: $ grep model\ name /proc/cpuinfo | sort -u model name : AMD Phenom(tm) II X4 965 Processor $ grep svm /proc/cpuinfo | sort -u flags : fpu vme de pse tsc msr pae mce cx8
2016 Sep 25
0
How to enable the svm cpu flag inside a vm?
...r wrote: > So the question is: How do I enable the svm flag in the guest? The qemu-kvm option "-enable-nesting" that I dug up in the source looks promising. No mention in the man page on either C6 or C7 but it is mentioned here: https://www.redhat.com/archives/libvir-list/2012-October/msg01138.html How do I pass the "-enable-nesting" option to qemu-kvm using either virt-manager.py, virsh or the domain xml? Hoping to avoid having to patch the source a such: --- qemu-kvm-0.12.1.2.000/target-i386/helper.c 2009-12-29 21:46:34.000000000 +0100 +++ qemu-kvm-0.12.1.2/target-i386/hel...
2016 Sep 25
3
How to enable the svm cpu flag inside a vm?
..., 2016 at 04:38:39PM +0200, Leonard den Ottolander wrote: > The qemu-kvm option "-enable-nesting" that I dug up in the source looks > promising. No mention in the man page on either C6 or C7 but it is > mentioned here: > https://www.redhat.com/archives/libvir-list/2012-October/msg01138.html > > How do I pass the "-enable-nesting" option to qemu-kvm using either > virt-manager.py, virsh or the domain xml? I saw this in the RHEL 7.3 beta release notes: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html/7.3_Release_Notes/technolo...