From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6KXX-0005hE-8s for qemu-devel@nongnu.org; Thu, 23 Jan 2014 08:41:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6KXR-0007O3-8v for qemu-devel@nongnu.org; Thu, 23 Jan 2014 08:41:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6KXR-0007Nz-14 for qemu-devel@nongnu.org; Thu, 23 Jan 2014 08:41:45 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0NDfhTu010546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Jan 2014 08:41:43 -0500 From: Vadim Rozenfeld Date: Fri, 24 Jan 2014 00:40:42 +1100 Message-Id: <1390484449-20974-1-git-send-email-vrozenfe@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/7] Hyper-V parameters update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, mtosatti@redhat.com, Vadim Rozenfeld This series consists of several clean-ups, hyper-v MSRs migration fixes, and adding support for new "hv-time" parameter, which designed for activating hyper-v timers feature. v2 -> v1 Split the previous series into small pieces. Vadim Rozenfeld (7): Don't report "Microsoft" as the vendor ID signature. Don't specify hypervisor system identity Don't specify implementation limits Don't report the KVM signature twice, since it's already reported in KVM_CPUID_SIGNATURE CPUID leaf. make hyperv hypercall and guest os id MSRs migratable. make hyperv vapic assist page migratable add support for hyper-v timers linux-headers/asm-x86/hyperv.h | 3 ++ linux-headers/linux/kvm.h | 1 + target-i386/cpu-qom.h | 1 + target-i386/cpu.c | 1 + target-i386/cpu.h | 4 ++ target-i386/kvm.c | 85 +++++++++++++++++++++++++++--------------- target-i386/machine.c | 66 ++++++++++++++++++++++++++++++++ 7 files changed, 130 insertions(+), 31 deletions(-) -- 1.8.1.4