From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAMYT-0005We-2f for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:39:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAMYK-0006Cs-Kt for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:39:29 -0500 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:50326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAMYK-0006Ci-Dy for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:39:20 -0500 Received: by mail-ea0-f182.google.com with SMTP id r15so3831088ead.41 for ; Mon, 03 Feb 2014 08:39:19 -0800 (PST) Received: from playground.lan (net-37-117-154-249.cust.vodafonedsl.it. [37.117.154.249]) by mx.google.com with ESMTPSA id b41sm77258410eef.16.2014.02.03.08.39.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Feb 2014 08:39:18 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 3 Feb 2014 17:38:55 +0100 Message-Id: <1391445551-6561-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/16] KVM changes for 2014-02-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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