From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/8] [GIT PULL] qemu-kvm.git uq/master queue Date: Mon, 22 Feb 2010 16:22:12 -0600 Message-ID: <4B830394.6040907@linux.vnet.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:37648 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754344Ab0BVWWY (ORCPT ); Mon, 22 Feb 2010 17:22:24 -0500 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e31.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o1MMDhql015608 for ; Mon, 22 Feb 2010 15:13:43 -0700 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o1MMMFcI122736 for ; Mon, 22 Feb 2010 15:22:17 -0700 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o1MMOYBm005741 for ; Mon, 22 Feb 2010 15:24:34 -0700 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 02/22/2010 03:26 PM, Marcelo Tosatti wrote: > The following changes since commit bf76bafa5ade434ef2747ceeeeaa95510ecb7946: > Edgar E. Iglesias (1): > crisv10: Prettify. > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Jan Kiszka (1): > kvm: Fix eflags corruption in kvm mode > > Jes Sorensen (1): > kvm: Kill CR3_CACHE feature references > > Marcelo Tosatti (5): > block SIGCHLD in vcpu thread(s) > kvm specific wait_io_event > kvm: consume internal signal with sigtimedwait > kvm: remove pre-entry exit_request check with iothread enabled > kvm-all.c: define smp_wmb and use it for coalesced mmio > > Paolo Bonzini (1): > use eventfd for iothread > Pulled, thanks. In the future, could you just use a [PULL] tag? That's what others are using. Regards, Anthony Liguori > cpu-exec.c | 12 +++-- > kvm-all.c | 24 ++++++++++- > kvm.h | 1 + > osdep.c | 32 ++++++++++++++ > qemu-barrier.h | 7 +++ > qemu-common.h | 1 + > target-i386/kvm.c | 3 - > vl.c | 123 ++++++++++++++++++++++++++++++++++++++++++++--------- > 8 files changed, 173 insertions(+), 30 deletions(-) > create mode 100644 qemu-barrier.h >