From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue Date: Mon, 31 Oct 2011 11:52:20 -0500 Message-ID: <4EAED244.8080706@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from e3.ny.us.ibm.com ([32.97.182.143]:43696 "EHLO e3.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932603Ab1JaQ7a (ORCPT ); Mon, 31 Oct 2011 12:59:30 -0400 Received: from /spool/local by e3.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2011 12:54:06 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9VGqXOZ105912 for ; Mon, 31 Oct 2011 12:52:36 -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 p9VGqKOG015313 for ; Mon, 31 Oct 2011 10:52:20 -0600 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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 > >