From: Vadim Rozenfeld <vrozenfe@redhat.com>
To: kvm@vger.kernel.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Jan Kiszka <jan.kiszka@siemens.com>,
qemu-devel@nongnu.org, Vadim Rozenfeld <vrozenfe@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>, Avi Kivity <avi@redhat.com>
Subject: [Qemu-devel] [PATCH RFC v2 0/2] Initial support for Microsoft Hyper-V.
Date: Sun, 23 Oct 2011 17:39:47 +0200 [thread overview]
Message-ID: <1319384389-1389-1-git-send-email-vrozenfe@redhat.com> (raw)
With the following series of patches we are starting to implement
some basic Microsoft Hyper-V Enlightenment functionality. This series
is mostly about adding support for relaxed timing, spinlock,
and virtual apic.
For more Hyper-V related information please see:
"Hypervisor Functional Specification v2.0: For Windows Server 2008 R2" at
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18673
Changelog:
v2->v1
- remove KVM_CAP_IRQCHIP ifdef,
- remove CONFIG_HYPERV config option,
- move KVM leaves to new location (0x40000100),
- cosmetic changes.
v0->v1
- move hyper-v parameters under cpu category,
- move hyper-v stuff to target-i386 directory,
- make CONFIG_HYPERV enabled by default for
i386-softmmu and x86_64-softmmu configurations,
- rearrange the patches from v0,
- set HV_X64_MSR_HYPERCALL, HV_X64_MSR_GUEST_OS_ID,
and HV_X64_MSR_APIC_ASSIST_PAGE to 0 on system reset.
Vadim Rozenfeld (2):
hyper-v: introduce Hyper-V support infrastructure.
hyper-v: initialize Hyper-V CPUID leaves.
Makefile.target | 2 +
target-i386/cpuid.c | 14 +++++++++
target-i386/hyperv.c | 65 ++++++++++++++++++++++++++++++++++++++++++++
target-i386/hyperv.h | 37 +++++++++++++++++++++++++
target-i386/kvm.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 189 insertions(+), 2 deletions(-)
create mode 100644 target-i386/hyperv.c
create mode 100644 target-i386/hyperv.h
--
1.7.4.4
next reply other threads:[~2011-10-23 15:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-23 15:39 Vadim Rozenfeld [this message]
2011-10-23 15:39 ` [Qemu-devel] [PATCH 1/2] [PATCH RFC v2 1/2] hyper-v: introduce Hyper-V support infrastructure Vadim Rozenfeld
2011-12-01 14:50 ` Jan Kiszka
2011-10-23 15:39 ` [Qemu-devel] [PATCH 2/2] [PATCH RFC v2 2/2] hyper-v: initialize Hyper-V CPUID leaves Vadim Rozenfeld
2011-12-01 14:52 ` Jan Kiszka
2011-12-14 17:33 ` Vadim Rozenfeld
2011-11-10 14:54 ` [Qemu-devel] [PATCH RFC v2 0/2] Initial support for Microsoft Hyper-V Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319384389-1389-1-git-send-email-vrozenfe@redhat.com \
--to=vrozenfe@redhat.com \
--cc=avi@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).