From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKvJ3-0006tC-6g for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:05:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKvJ1-00007c-UC for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:05:53 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:54612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKvJ1-00007T-L6 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:05:51 -0400 Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2011 12:55:29 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9VGqO99532656 for ; Mon, 31 Oct 2011 12:52:25 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9VGqKOC015313 for ; Mon, 31 Oct 2011 10:52:20 -0600 Message-ID: <4EAED244.8080706@us.ibm.com> Date: Mon, 31 Oct 2011 11:52:20 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 10/27/2011 07:10 AM, Marcelo Tosatti wrote: > The following changes since commit 952e849c150b4f1b89f8728cba00f925c1d6e75b: > > Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging (2011-10-24 10:51:12 -0500) > > are available in the git repository at: > > git://github.com/avikivity/qemu.git uq/master Pulled. Thanks. Regards, Anthony Liguori > > Avi Kivity (2): > kvm: avoid reentring kvm_flush_coalesced_mmio_buffer() > i386: wire up MSR_IA32_MISC_ENABLE > > Jan Kiszka (2): > kvm: Add tool for querying VMX capabilities > kvm: Add top-like kvm statistics script > > Liu, Jinsong (1): > kvm: support TSC deadline MSR with subsection > > Marcelo Tosatti (1): > Revert "kvm: support TSC deadline MSR" > > kvm-all.c | 10 + > scripts/kvm/kvm_stat | 480 +++++++++++++++++++++++++++++++++++++++++++++++ > scripts/kvm/vmxcap | 224 ++++++++++++++++++++++ > target-i386/cpu.h | 7 +- > target-i386/helper.c | 1 + > target-i386/kvm.c | 15 ++ > target-i386/machine.c | 43 ++++- > target-i386/op_helper.c | 6 + > 8 files changed, 784 insertions(+), 2 deletions(-) > create mode 100755 scripts/kvm/kvm_stat > create mode 100755 scripts/kvm/vmxcap > >