From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMIx5-0007Aw-HM for qemu-devel@nongnu.org; Wed, 18 Sep 2013 10:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMIwz-0004kE-Hu for qemu-devel@nongnu.org; Wed, 18 Sep 2013 10:41:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMIwz-0004js-AM for qemu-devel@nongnu.org; Wed, 18 Sep 2013 10:41:53 -0400 From: Andrew Jones Date: Wed, 18 Sep 2013 16:41:43 +0200 Message-Id: <1379515305-8450-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] kvm: add kvm_pv_unhalt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: afaerber@suse.de, ehabkost@redhat.com pvticketlocks are in v3.12-rc1, teach qemu-kvm about it. Benchmarking is still in progress to determine if we can turn it on by default. So leaving it off for now. Andrew Jones (2): linux-headers: update to 3.12-rc1 qemu-kvm: paravirt: add feature kvm_pv_unhalt linux-headers/asm-x86/kvm_para.h | 1 + linux-headers/linux/kvm.h | 1 + linux-headers/linux/kvm_para.h | 1 + linux-headers/linux/vfio.h | 38 ++++++++++++++++++++++++++++++++++++++ target-i386/cpu.c | 2 +- 5 files changed, 42 insertions(+), 1 deletion(-) -- 1.8.1.4