* [PATCH] vmxcap: Report APIC register emulation
@ 2013-02-17 16:09 Jan Kiszka
2013-02-18 6:56 ` [PATCH v2][QEMU] vmxcap: Report APIC register emulation and RDTSCP control Jan Kiszka
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2013-02-17 16:09 UTC (permalink / raw)
To: Marcelo Tosatti, Gleb Natapov; +Cc: kvm, qemu-devel
From: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
scripts/kvm/vmxcap | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap
index a1a44a0..bcf79f6 100755
--- a/scripts/kvm/vmxcap
+++ b/scripts/kvm/vmxcap
@@ -161,6 +161,7 @@ controls = [
5: 'Enable VPID',
6: 'WBINVD exiting',
7: 'Unrestricted guest',
+ 8: 'APIC register emulation',
9: 'Virtual interrupt delivery',
10: 'PAUSE-loop exiting',
11: 'RDRAND exiting',
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH v2][QEMU] vmxcap: Report APIC register emulation and RDTSCP control
2013-02-17 16:09 [PATCH] vmxcap: Report APIC register emulation Jan Kiszka
@ 2013-02-18 6:56 ` Jan Kiszka
2013-02-20 20:24 ` Marcelo Tosatti
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2013-02-18 6:56 UTC (permalink / raw)
To: Marcelo Tosatti, Gleb Natapov; +Cc: kvm, qemu-devel
From: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
This time I've checked twice that I'm no longer missing a field.
scripts/kvm/vmxcap | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap
index a1a44a0..a79f816 100755
--- a/scripts/kvm/vmxcap
+++ b/scripts/kvm/vmxcap
@@ -157,10 +157,12 @@ controls = [
0: 'Virtualize APIC accesses',
1: 'Enable EPT',
2: 'Descriptor-table exiting',
+ 3: 'Enable RDTSCP',
4: 'Virtualize x2APIC mode',
5: 'Enable VPID',
6: 'WBINVD exiting',
7: 'Unrestricted guest',
+ 8: 'APIC register emulation',
9: 'Virtual interrupt delivery',
10: 'PAUSE-loop exiting',
11: 'RDRAND exiting',
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-20 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-17 16:09 [PATCH] vmxcap: Report APIC register emulation Jan Kiszka
2013-02-18 6:56 ` [PATCH v2][QEMU] vmxcap: Report APIC register emulation and RDTSCP control Jan Kiszka
2013-02-20 20:24 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox