From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 0/4] [uq/master] VCPU writeback rework and related bits Date: Mon, 1 Mar 2010 19:10:28 +0100 Message-ID: Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from thoth.sbs.de ([192.35.17.2]:23753 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751054Ab0CASKu (ORCPT ); Mon, 1 Mar 2010 13:10:50 -0500 Sender: kvm-owner@vger.kernel.org List-ID: This is the corresponding uq/master series to [1]. Should allow smooth re-sync with upstream once merged. Pull URL is git://git.kiszka.org/qemu-kvm.git queues/kvm-upstream [1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/47706 Jan Kiszka (4): KVM: Rework of guest debug state writing KVM: Rework VCPU state writeback API KVM: x86: Restrict writeback of VCPU state x86: Extend validity of bsp_to_cpu exec.c | 17 ----------- hw/apic.c | 2 - hw/pc.c | 3 +- hw/ppc_newworld.c | 3 -- hw/ppc_oldworld.c | 3 -- hw/s390-virtio.c | 1 - kvm-all.c | 43 ++++++++++++++++++--------- kvm.h | 26 ++++++++++++++++- savevm.c | 4 ++ sysemu.h | 4 ++ target-i386/kvm.c | 77 +++++++++++++++++++++++++++++++++++++++--------- target-i386/machine.c | 11 ------- target-ppc/kvm.c | 2 +- target-ppc/machine.c | 4 -- target-s390x/kvm.c | 3 +- vl.c | 29 ++++++++++++++++++ 16 files changed, 157 insertions(+), 75 deletions(-)