On 04/12/2012 08:32 PM, Marcelo Tosatti wrote:
The following changes since commit dadc1064c348545695b8a14d9dc72ccaa2983be7:
target-microblaze: added PetaLogix copyright (2012-04-12 09:56:51 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Pulled. Thanks.
Regards,
Anthony Liguori
Eric B Munson (1):
kvmclock: guest stop notification
Jan Kiszka (2):
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
kvm: Drop unused kvm_pit_in_kernel
Jason Baron (1):
kvm: set gsi_bits and max_gsi correctly
Marcelo Tosatti (1):
kvm: update linux headers
Michael S. Tsirkin (1):
kvm: allow arbitrarily sized mmio ioeventfd
Stefan Hajnoczi (1):
kvm: add flightrecorder script
cpus.c | 3 +-
hw/ivshmem.c | 8 +-
hw/kvm/clock.c | 16 +++++
kvm-all.c | 23 +++----
kvm-stub.c | 8 +--
kvm.h | 5 +-
linux-headers/asm-powerpc/kvm.h | 1 +
linux-headers/asm-s390/kvm.h | 2 +
linux-headers/linux/kvm.h | 9 +++
scripts/kvm/kvm_flightrecorder | 126 +++++++++++++++++++++++++++++++++++++++
10 files changed, 171 insertions(+), 30 deletions(-)
create mode 100755 scripts/kvm/kvm_flightrecorder