From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE4lj-0002Sw-BF for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE4lg-0005ZO-UE for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:23 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:37082) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE4lg-0005Xp-QU for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:20 -0400 Received: by mail-vw0-f45.google.com with SMTP id 1so1067721vws.4 for ; Mon, 17 May 2010 11:10:20 -0700 (PDT) Message-ID: <4BF18688.8050705@codemonkey.ws> Date: Mon, 17 May 2010 13:10:16 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/12] [PULL] qemu-kvm.git uq/master queue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 05/12/2010 04:24 PM, Marcelo Tosatti wrote: > The following changes since commit 54d7cf136f040713095cbc064f62d753bff6f9d2: > Markus Armbruster (1): > doc: Clean up monitor command function index > Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Gleb Natapov (2): > Do not stop VM if emulation failed in userspace. > kvm: fix 80000001.EDX supported bit filtering > > Jan Kiszka (2): > kvm: synchronize state from cpu context > kvm: validate context for kvm cpu get/put operations > > Marcelo Tosatti (8): > Fix -mem-path with hugetlbfs > kvm: set cpu_single_env around KVM_RUN ioctl > make SIG_IPI to tcg vcpu thread reliable > standardize on qemu_cpu_kick for signalling cpu thread(s) > port qemu-kvm's on_vcpu code > add cpu_is_stopped helper > move stop/stopped CPU_COMMON fields after area zeroed by reset > kvm: enable smp> 1 > > cpu-all.h | 2 + > cpu-defs.h | 6 ++- > cpu-exec.c | 7 ++++ > cpus.c | 88 ++++++++++++++++++++++++++++++++++++++++----------- > exec-all.h | 3 ++ > exec.c | 8 +++- > kvm-all.c | 24 ++++++++++--- > kvm.h | 4 ++ > qemu-common.h | 8 +++++ > target-i386/kvm.c | 29 ++++++++++++++++- > target-ppc/kvm.c | 10 ++++++ > target-s390x/kvm.c | 10 ++++++ > 12 files changed, 169 insertions(+), 30 deletions(-) > > >