* [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* Re: [PATCH kvm] kvm_pv_eoi: add flag support for -cpu
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
0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Tosatti @ 2012-06-29 23:01 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: avi, kvm, Anthony Liguori, Andreas Färber, Markus Armbruster,
Stefan Hajnoczi
On Mon, Jun 25, 2012 at 05:48:30PM +0300, Michael S. Tsirkin wrote:
> 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>
Please regenerate against uq/master.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH kvm] kvm_pv_eoi: add flag support for -cpu
2012-06-29 23:01 ` Marcelo Tosatti
@ 2012-07-01 8:22 ` Michael S. Tsirkin
0 siblings, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2012-07-01 8:22 UTC (permalink / raw)
To: Marcelo Tosatti
Cc: avi, kvm, Anthony Liguori, Andreas Färber, Markus Armbruster,
Stefan Hajnoczi
On Fri, Jun 29, 2012 at 08:01:36PM -0300, Marcelo Tosatti wrote:
> On Mon, Jun 25, 2012 at 05:48:30PM +0300, Michael S. Tsirkin wrote:
> > 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>
>
> Please regenerate against uq/master.
Will do though it seems to apply with a 2 line offset.
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [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).