From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [PATCH 0/7] [PULL] qemu-kvm.git uq/master queue Date: Thu, 12 Apr 2012 22:32:35 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Anthony Liguori Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org 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 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