From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/7] [PULL] qemu-kvm.git uq/master queue Date: Fri, 13 Apr 2012 11:10:19 -0500 Message-ID: <4F884FEB.3080002@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from e9.ny.us.ibm.com ([32.97.182.139]:56514 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081Ab2DMQKd (ORCPT ); Fri, 13 Apr 2012 12:10:33 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Apr 2012 12:10:32 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 621A738C8074 for ; Fri, 13 Apr 2012 12:10:29 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q3DGAKBu1327260 for ; Fri, 13 Apr 2012 12:10:21 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q3DGAKGN027278 for ; Fri, 13 Apr 2012 12:10:20 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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 > >