From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Njfoo-0006tS-9B for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:27:54 -0500 Received: from [199.232.76.173] (port=56399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Njfon-0006tC-Pc for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:27:53 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Njfom-00036l-1f for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:27:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62002) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Njfok-000363-RE for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:27:51 -0500 From: Marcelo Tosatti Date: Mon, 22 Feb 2010 18:26:42 -0300 Message-Id: Subject: [Qemu-devel] [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: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org 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 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