From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5WXS-0003Ht-AE for qemu-devel@nongnu.org; Tue, 21 Jan 2014 03:18:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5WXN-00081x-AH for qemu-devel@nongnu.org; Tue, 21 Jan 2014 03:18:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5WXN-00081t-2v for qemu-devel@nongnu.org; Tue, 21 Jan 2014 03:18:21 -0500 From: Vadim Rozenfeld Date: Tue, 21 Jan 2014 19:17:56 +1100 Message-Id: <1390292276-22328-1-git-send-email-vrozenfe@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Hyper-V parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, mtosatti@redhat.com, pl@dlhnet.de, Vadim Rozenfeld , aliguori@amazon.com From: Vadim Rozenfeld This series conists of three patches and addresses the following issues: - adjusting hyperv parameters according to MS requirements http://msdn.microsoft.com/library/windows/hardware/hh975392 - make hyperv hypercall and vapic pages migratable - add support for enabling hyperv reference counters Vadim Rozenfeld (3): cleanup hyper-v interface initialization make hyperv hypercall, vapic, and os id MSRs migratable add support for hyperv time parameter 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 | 5 +++ target-i386/kvm.c | 95 +++++++++++++++++++++++++++--------------- target-i386/machine.c | 25 +++++++++++ 7 files changed, 97 insertions(+), 34 deletions(-) -- 1.8.3.1