From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue Date: Thu, 4 Mar 2010 12:05:10 -0300 Message-ID: Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Marcelo Tosatti To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1960 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754539Ab0CDPG3 (ORCPT ); Thu, 4 Mar 2010 10:06:29 -0500 Sender: kvm-owner@vger.kernel.org List-ID: The following changes since commit 55b1e61f640bb2cf3bed0b4cc6d4ba1326c625d9: Samuel Thibault (1): (curses) Use more descriptive values are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Avi Kivity (1): Allocate memory below 4GB as one chunk 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 Marcelo Tosatti (1): Add option to use file backed guest memory cpu-all.h | 3 + exec.c | 132 ++++++++++++++++++++++++++++++++++++++++-------- hw/apic.c | 2 - hw/pc.c | 14 ++---- hw/ppc_newworld.c | 3 - hw/ppc_oldworld.c | 3 - hw/s390-virtio.c | 1 - kvm-all.c | 43 +++++++++++----- kvm.h | 26 +++++++++- qemu-options.hx | 16 ++++++ 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 | 41 +++++++++++++++ 18 files changed, 300 insertions(+), 89 deletions(-)