Anthony, Peter,
the following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f:
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24
15:52:44 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git
for you to fetch changes up to 7c08db30e6a43f7083a881eb07bfbc878e001e08
target-i386: Move KVM default-vendor hack to instance_init (2014-01-30
17:48:55 -0200)
Thanks,
Paolo
----------------------------------------------------------------
Eduardo Habkost (10):
target-i386: kvm_cpu_fill_host(): Kill unused code
target-i386: kvm_cpu_fill_host(): No need to check level
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
target-i386: kvm_check_features_against_host(): Kill feature word array
target-i386: Eliminate CONFIG_KVM #ifdefs
target-i386: Don't change x86_def_t struct on cpu_x86_register()
target-i386: Move KVM default-vendor hack to instance_init
Paolo Bonzini (2):
KVM: fix coexistence of KVM and Hyper-V leaves
kvm: make availability of Hyper-V enlightenments dependent on
KVM_CAP_HYPERV
Radim Krčmář (1):
kvm: print suberror on all internal errors
Vadim Rozenfeld (3):
kvm: make hyperv hypercall and guest os id MSRs migratable.
kvm: make hyperv vapic assist page migratable
kvm: add support for hyper-v timers
kvm-all.c | 7 +-
linux-headers/asm-x86/hyperv.h | 3 +
linux-headers/linux/kvm.h | 1 +
target-i386/cpu-qom.h | 1 +
target-i386/cpu.c | 148 ++++++++++++++---------------------------
target-i386/cpu.h | 4 ++
target-i386/kvm.c | 109 +++++++++++++++++++++---------
target-i386/machine.c | 67 +++++++++++++++++++
13 files changed, 206 insertions(+), 134 deletions(-)
delete mode 100644 pc-bios/vgabios.bin
--
1.8.3.1