kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 kvm] kvm_pv_eoi: add flag support
@ 2012-07-01 15:08 Michael S. Tsirkin
  2012-07-03 19:57 ` Marcelo Tosatti
  2012-07-10  8:39 ` Dor Laor
  0 siblings, 2 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2012-07-01 15:08 UTC (permalink / raw)
  To: Marcelo Tosatti, avi, kvm
  Cc: Andreas Färber, Igor Mammedov, Eduardo Habkost, Michael Roth,
	Anthony Liguori, gleb

Support the new PV EOI flag in kvm - it recently 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>
---

Changes from v1:
	rebased to uq/master

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

diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index 5521709..ee1b64a 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -77,7 +77,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] 6+ messages in thread

end of thread, other threads:[~2012-07-13 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 15:08 [PATCHv2 kvm] kvm_pv_eoi: add flag support Michael S. Tsirkin
2012-07-03 19:57 ` Marcelo Tosatti
2012-07-10  8:39 ` Dor Laor
2012-07-10 12:55   ` Eduardo Habkost
2012-07-13  0:03     ` Michael S. Tsirkin
2012-07-13 13:31       ` Eduardo Habkost

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).