Re: [Qemu-devel] [PATCH 2/2] qemu-kvm: paravirt: add feature kvm_pv_unhalt

2013-09-19 Thread Paolo Bonzini
Il 18/09/2013 19:35, Andreas Färber ha scritto: > Am 18.09.2013 16:41, schrieb Andrew Jones: >> I don't know yet if want this feature on by default, so for now I'm >> just adding support for "-cpu ...,+kvm_pv_unhalt". >> >> Signed-off-by: Andrew Jones >> --- >> target-i386/cpu.c | 2 +- >> 1 file

Re: [Qemu-devel] [PATCH 2/2] qemu-kvm: paravirt: add feature kvm_pv_unhalt

2013-09-18 Thread Andreas Färber
Am 18.09.2013 16:41, schrieb Andrew Jones: > I don't know yet if want this feature on by default, so for now I'm > just adding support for "-cpu ...,+kvm_pv_unhalt". > > Signed-off-by: Andrew Jones > --- > target-i386/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Qemu-devel] [PATCH 2/2] qemu-kvm: paravirt: add feature kvm_pv_unhalt

2013-09-18 Thread Eduardo Habkost
On Wed, Sep 18, 2013 at 04:41:45PM +0200, Andrew Jones wrote: > I don't know yet if want this feature on by default, so for now I'm > just adding support for "-cpu ...,+kvm_pv_unhalt". > > Signed-off-by: Andrew Jones Reviewed-by: Eduardo Habkost > --- > target-i386/cpu.c | 2 +- > 1 file chan

[Qemu-devel] [PATCH 2/2] qemu-kvm: paravirt: add feature kvm_pv_unhalt

2013-09-18 Thread Andrew Jones
I don't know yet if want this feature on by default, so for now I'm just adding support for "-cpu ...,+kvm_pv_unhalt". Signed-off-by: Andrew Jones --- 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 42c5de034ecc8..