From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc9Vh-0004sc-1G for qemu-devel@nongnu.org; Wed, 16 Sep 2015 06:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc9Vc-0001FU-VL for qemu-devel@nongnu.org; Wed, 16 Sep 2015 06:00:16 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:16205 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc9Vc-0000sV-Jc for qemu-devel@nongnu.org; Wed, 16 Sep 2015 06:00:12 -0400 From: "Denis V. Lunev" Date: Wed, 16 Sep 2015 12:59:41 +0300 Message-Id: <1442397584-16698-1-git-send-email-den@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eduardo Habkost , Marcelo Tosatti , qemu-devel@nongnu.org, Paolo Bonzini , Andrey Smetanin , "Denis V. Lunev" , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson Hyper-V reset, vp index, vp runtime support is required to support loading Windows guest driver Winhv.sys. Winhv.sys in guest is required to support Windows VMBus. These changes are simple and straightforward. Let's them go first. Paolo, I am sending these patches without taking into account your patchset with header cleanup. Should we do something? I would be also be happy to hear news about remaining patches from Andrey about HyperV panic. Please let us know is something from our side will improve the situation. Signed-off-by: Andrey Smetanin Reviewed-by: Roman Kagan Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Richard Henderson CC: Eduardo Habkost CC: "Andreas F=C3=A4rber" CC: Marcelo Tosatti Andrey Smetanin (3): target-i386/kvm: Hyper-V HV_X64_MSR_RESET support target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLE target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support linux-headers/asm-x86/hyperv.h | 6 ++++++ target-i386/cpu-qom.h | 3 +++ target-i386/cpu.c | 3 +++ target-i386/cpu.h | 1 + target-i386/kvm.c | 39 ++++++++++++++++++++++++++++++++++++= ++- target-i386/machine.c | 20 ++++++++++++++++++++ 6 files changed, 71 insertions(+), 1 deletion(-) --=20 2.1.4