From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMi8Z-00034G-Pe for qemu-devel@nongnu.org; Thu, 19 Sep 2013 13:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMi8U-0005PY-7j for qemu-devel@nongnu.org; Thu, 19 Sep 2013 13:35:31 -0400 Received: from mail-vb0-x22f.google.com ([2607:f8b0:400c:c02::22f]:51472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMi8U-0005PU-39 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 13:35:26 -0400 Received: by mail-vb0-f47.google.com with SMTP id h10so6557346vbh.6 for ; Thu, 19 Sep 2013 10:35:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <523B35E9.5060702@redhat.com> Date: Thu, 19 Sep 2013 19:35:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379515305-8450-1-git-send-email-drjones@redhat.com> <1379515305-8450-3-git-send-email-drjones@redhat.com> <5239E44E.3080406@suse.de> In-Reply-To: <5239E44E.3080406@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-kvm: paravirt: add feature kvm_pv_unhalt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Andrew Jones , qemu-devel@nongnu.org, ehabkost@redhat.com 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 changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/target-i386/cpu.c b/target-i386/cpu.c >> index 42c5de034ecc8..89491e7b1fba1 100644 >> --- a/target-i386/cpu.c >> +++ b/target-i386/cpu.c >> @@ -123,7 +123,7 @@ static const char *ext4_feature_name[] = { >> >> static const char *kvm_feature_name[] = { >> "kvmclock", "kvm_nopiodelay", "kvm_mmu", "kvmclock", >> - "kvm_asyncpf", "kvm_steal_time", "kvm_pv_eoi", NULL, >> + "kvm_asyncpf", "kvm_steal_time", "kvm_pv_eoi", "kvm_pv_unhalt", >> NULL, NULL, NULL, NULL, >> NULL, NULL, NULL, NULL, >> NULL, NULL, NULL, NULL, > > Since there's linux-headers updates involved I can't take it through my > qom-cpu queue. If Paolo can tweak the subject to "target-i386: Add > paravirt CPU feature kvm_pv_unhalt" or so I'd be happy for this to go > through his uq/master queue. (qemu-kvm no longer exists, all QEMU > patches are about QEMU anyway and there's no discrete "paravirt" > subsystem or precedent in qemu.git history.) > > Patch itself is > > Reviewed-by: Andreas Färber > > Regards, > Andreas > Will do. Paolo