From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 0/4] KVM pull request: Various fixes and cleanups Date: Wed, 3 Feb 2010 22:29:41 +0100 Message-ID: Cc: qemu-devel@nongnu.org, Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org To: Anthony Liguori Return-path: Received: from goliath.siemens.de ([192.35.17.28]:21946 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756819Ab0BCVaG (ORCPT ); Wed, 3 Feb 2010 16:30:06 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)