From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjggG-0000Rm-DJ for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:23:08 -0500 Received: from [199.232.76.173] (port=55619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjggF-0000RB-Em for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:23:07 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjggD-0005Z6-1Q for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:23:07 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:54685) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Njgfv-0005Xw-Hd for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:23:04 -0500 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o1MMIiiq031846 for ; Mon, 22 Feb 2010 15:18:44 -0700 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id o1MMMO46235032 for ; Mon, 22 Feb 2010 15:22:25 -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 o1MMOYBg005741 for ; Mon, 22 Feb 2010 15:24:34 -0700 Message-ID: <4B830394.6040907@linux.vnet.ibm.com> Date: Mon, 22 Feb 2010 16:22:12 -0600 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: [Qemu-devel] Re: [PATCH 0/8] [GIT PULL] qemu-kvm.git uq/master queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org 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 >