qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v4 00/10] qemu-kvm: Hook cleanups and yet more u


From: Jan Kiszka
Subject: [Qemu-devel] Re: [PATCH v4 00/10] qemu-kvm: Hook cleanups and yet more use of upstream code
Date: Mon, 01 Mar 2010 18:21:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Jan Kiszka wrote:
> Rebased over latest master.

Oh, and I added that TSC issue workaround to patch 7. My memory...

Jan

> 
> Pull URL is
> 
>       git://git.kiszka.org/qemu-kvm.git queues/queues-kvm-merge
> 
> Jan Kiszka (10):
>   qemu-kvm: Add KVM_CAP_X86_ROBUST_SINGLESTEP-awareness
>   qemu-kvm: Rework VCPU state writeback API
>   x86: Extend validity of cpu_is_bsp
>   qemu-kvm: Clean up mpstate synchronization
>   KVM: x86: Restrict writeback of VCPU state
>   qemu-kvm: Use VCPU event state for reset and vmsave/load
>   qemu-kvm: Cleanup/fix TSC and PV clock writeback
>   qemu-kvm: Clean up KVM's APIC hooks
>   qemu-kvm: Move kvm_set_boot_cpu_id
>   qemu-kvm: Bring qemu_init_vcpu back home
> 
>  exec.c                |   17 -----
>  hw/apic.c             |   47 ++-------------
>  hw/pc.c               |   12 +---
>  hw/ppc_newworld.c     |    3 -
>  hw/ppc_oldworld.c     |    3 -
>  hw/s390-virtio.c      |    1 -
>  kvm-all.c             |   31 ++++++++--
>  kvm.h                 |   28 ++++++++-
>  qemu-kvm-ia64.c       |    6 +-
>  qemu-kvm-x86.c        |  164 
> ++++++++++++++++++++++++-------------------------
>  qemu-kvm.c            |   46 ++++----------
>  qemu-kvm.h            |   27 +-------
>  savevm.c              |    4 +
>  sysemu.h              |    4 +
>  target-i386/helper.c  |    2 +
>  target-i386/kvm.c     |   94 +++++++++++++++++-----------
>  target-i386/machine.c |   27 --------
>  target-ia64/machine.c |    5 +-
>  target-ppc/kvm.c      |    2 +-
>  target-ppc/machine.c  |    4 -
>  target-s390x/kvm.c    |    3 +-
>  vl.c                  |   29 +++++++++
>  22 files changed, 259 insertions(+), 300 deletions(-)
> 




reply via email to

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