From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9ThH-0007ON-SG for qemu-devel@nongnu.org; Mon, 08 Oct 2018 07:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9ThC-0004ur-SQ for qemu-devel@nongnu.org; Mon, 08 Oct 2018 07:27:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43894) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g9ThC-0004uW-M1 for qemu-devel@nongnu.org; Mon, 08 Oct 2018 07:27:30 -0400 From: Vitaly Kuznetsov Date: Mon, 8 Oct 2018 13:27:24 +0200 Message-Id: <20181008112726.16140-1-vkuznets@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] i386/kvm: enable Hyper-V PV IPI mechanism List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , Eduardo Habkost , Marcelo Tosatti , Roman Kagan Hyper-V PV IPI enlightenment was merged to KVM (kvm/queue currently). Support the feature enablement in Qemu. Vitaly Kuznetsov (2): linux-headers: update to pre-4.20 (kvm/queue) i386/kvm: add support for Hyper-V IPI send linux-headers/linux/kvm.h | 7 +++++-- target/i386/cpu.c | 1 + target/i386/cpu.h | 1 + target/i386/hyperv-proto.h | 1 + target/i386/kvm.c | 14 +++++++++++++- 5 files changed, 21 insertions(+), 3 deletions(-) -- 2.17.1