From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Rozenfeld Subject: [RFC PATCH 0/7] Initial support for Microsoft Hyper-V Date: Sun, 9 Oct 2011 20:52:48 +0200 Message-ID: <1318186375-27672-1-git-send-email-vrozenfe@redhat.com> Cc: Avi Kivity , Vadim Rozenfeld To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35040 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369Ab1JISxE (ORCPT ); Sun, 9 Oct 2011 14:53:04 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p99Ir3vh021818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 9 Oct 2011 14:53:04 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Enable some basic Hyper-V enlightenment functionalites, including relaxed timing, spinlock, and virtual APIC. Vadim Rozenfeld (7): [hyper-v] Add hyper-v parameters block. [hyper-v] add hyper-v placeholders. [hyper-v] make Hyper-V option configurable. [hyper-v] hyper-v parameters [hyper-v] hyper-v helper functions [hyper-v] parse hyper-v parameters. [hyper-v] init hyper-v cpuid leafs Makefile.target | 1 + configure | 11 +++++++++ hyperv.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hyperv.h | 19 ++++++++++++++++ qemu-config.c | 19 ++++++++++++++++ qemu-config.h | 1 + qemu-options.hx | 23 +++++++++++++++++++ target-i386/kvm.c | 53 +++++++++++++++++++++++++++++++++++++++++++- vl.c | 12 ++++++++++ 9 files changed, 201 insertions(+), 1 deletions(-) create mode 100644 hyperv.c create mode 100644 hyperv.h -- 1.7.4.4