kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kvm] kvm_pv_eoi: add flag support for -cpu
@ 2012-06-25 14:48 Michael S. Tsirkin
  2012-06-29 23:01 ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2012-06-25 14:48 UTC (permalink / raw)
  To: avi, Marcelo Tosatti
  Cc: kvm, Anthony Liguori, Andreas Färber, Markus Armbruster,
	Stefan Hajnoczi

Support the new PV EOI flag in kvm - it just got merged
into kvm.git. Set by default with -cpu kvm.
Set for -cpu qemu by adding +kvm_pv_eoi.
Clear by adding -kvm_pv_eoi to -cpu option.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---

Note: line is very long but surrounding code seems to
do this too in order to make each line include sane #
of elements.

 target-i386/cpuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c
index 465ea15..2359836 100644
--- a/target-i386/cpuid.c
+++ b/target-i386/cpuid.c
@@ -75,7 +75,7 @@ static const char *ext3_feature_name[] = {
 };
 
 static const char *kvm_feature_name[] = {
-    "kvmclock", "kvm_nopiodelay", "kvm_mmu", "kvmclock", "kvm_asyncpf", NULL, NULL, NULL,
+    "kvmclock", "kvm_nopiodelay", "kvm_mmu", "kvmclock", "kvm_asyncpf", NULL, "kvm_pv_eoi", NULL,
     NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
-- 
MST

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-01  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25 14:48 [PATCH kvm] kvm_pv_eoi: add flag support for -cpu Michael S. Tsirkin
2012-06-29 23:01 ` Marcelo Tosatti
2012-07-01  8:22   ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).