From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54472 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXWvI-00089W-0O for qemu-devel@nongnu.org; Tue, 28 Dec 2010 05:36:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXWvG-00056k-GM for qemu-devel@nongnu.org; Tue, 28 Dec 2010 05:36:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PXWvG-00056a-3X for qemu-devel@nongnu.org; Tue, 28 Dec 2010 05:36:54 -0500 Message-ID: <4D19BDBE.9040109@redhat.com> Date: Tue, 28 Dec 2010 12:36:46 +0200 From: Avi Kivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [GIT PULL] kvm upstream updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel Cc: KVM list The following changes since commit 4cdc1cd137e0b98766916a7cdf2d5a9b3c6632fa: target-mips: fix host CPU consumption when guest is idle (2010-12-27 00:58:06 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Jan Kiszka (4): kvm: x86: Fix DPL write back of segment registers kvm: x86: Remove obsolete SS.RPL/DPL aligment kvm: x86: Prevent sign extension of DR7 in guest debugging mode kvm: x86: Fix a few coding style violations Jin Dongming (6): Clean up cpu_inject_x86_mce() Add "broadcast" option for mce command Add function for checking mca broadcast of CPU kvm: introduce kvm_mce_in_progress kvm: kvm_mce_inj_* subroutines for templated error injections kvm: introduce kvm_inject_x86_mce_on Lai Jiangshan (2): kvm: Enable user space NMI injection for kvm guest kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension() Marcelo Tosatti (1): Expose thread_id in info cpus configure | 3 + cpu-all.h | 3 +- cpu-defs.h | 1 + cpus.c | 5 + exec.c | 1 + hmp-commands.hx | 6 +- kvm-all.c | 2 +- monitor.c | 11 +- os-posix.c | 10 + os-win32.c | 5 + osdep.h | 1 + target-i386/cpu.h | 1 + target-i386/helper.c | 76 ++++++- target-i386/kvm.c | 534 ++++++++++++++++++++++++++++--------------------- target-i386/kvm_x86.h | 5 +- 15 files changed, 416 insertions(+), 248 deletions(-) -- error compiling committee.c: too many arguments to function