Gentoo Archives: gentoo-user

From: Kfir Lavi <lavi.kfir@×××××.com>
To: ILUG <linux-il@××××××××××.il>, gentoo-user@l.g.o
Subject: [gentoo-user] Nested VMX support in qemu and kvm
Date: Tue, 06 Sep 2011 10:20:47
Message-Id: CAHNvW1JEmev0-DGO1zH5jjRbrU--tu1d9QM9GP9TOOKH368HdQ@mail.gmail.com
1 Hi,
2 I'm trying to use a nested vm, but whatever I do, no vmx flag is in
3 /proc/cpuinfo ?
4 qemu-kvm -cpu host
5 qemu-kvm -cpu host,+vmx
6 qemu-kvm -cpu qemu64,+vmx
7
8 also used qemu-system-x86_64 with those cpu options.
9
10 I'm running Gentoo with kernel 3.0.4 and
11 app-emulation/qemu-kvm-0.15.0.
12 I also tested it on
13 app-emulation/qemu-kvm-9999
14 which is the version compiled from latest git repository.
15
16 I did saw some emails and patches on the net from Orit, Avi and Nadav about
17 nested vmx support,
18 but it doesn't seems to work for me.
19
20 Thanks,
21 Kfir