From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcmnK-00044l-Jy for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:29:54 -0500 Received: from [199.232.76.173] (port=37644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcmnK-00044Y-6l for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:29:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcmnI-00032l-Mc for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:29:53 -0500 Received: from goliath.siemens.de ([192.35.17.28]:21870) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NcmnG-00031y-F2 for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:29:50 -0500 From: Jan Kiszka Date: Wed, 3 Feb 2010 22:29:41 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] KVM pull request: Various fixes and cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity As discussed in http://www.spinics.net/lists/kvm/msg28517.html, this is the first part of the KVM upstream patches developed while cleaning up qemu-kvm. Please pull from git://git.kiszka.org/qemu.git queues/kvm Jan Kiszka (4): KVM: x86: Fix up misreported CPU features KVM: Make vmport KVM-compatible KVM: Move and rename regs_modified KVM: Rework of guest debug state writing cpu-defs.h | 3 ++- hw/vmport.c | 3 +++ kvm-all.c | 21 ++++++++------------- target-i386/cpu.h | 9 ++++++++- target-i386/kvm.c | 19 ++++++++++++++++++- 5 files changed, 39 insertions(+), 16 deletions(-)