qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] [uq/master] VCPU writeback rework and related b


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/4] [uq/master] VCPU writeback rework and related bits
Date: Mon, 1 Mar 2010 19:10:28 +0100

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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]