From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcOUx-0003lg-CR for qemu-devel@nongnu.org; Tue, 02 Feb 2010 14:33:19 -0500 Received: from [199.232.76.173] (port=57548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcOUw-0003lA-Or for qemu-devel@nongnu.org; Tue, 02 Feb 2010 14:33:18 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcOUu-00086J-IQ for qemu-devel@nongnu.org; Tue, 02 Feb 2010 14:33:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcOUu-00085y-06 for qemu-devel@nongnu.org; Tue, 02 Feb 2010 14:33:16 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o12JXDTp005128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Feb 2010 14:33:14 -0500 Received: from localhost.localdomain (vpn1-5-208.ams2.redhat.com [10.36.5.208]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o12JXCJF009573 for ; Tue, 2 Feb 2010 14:33:13 -0500 From: Paolo Bonzini Date: Tue, 2 Feb 2010 20:33:08 +0100 Message-Id: <1265139191-13568-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Event signaling tweaks List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series of three patches makes two small changes to qemu_event_read and qemu_event_increment. These are preparatory to merging eventfd usage in the iothread from qemu-kvm (which would have conflicts, so it has to be done with some care). Paolo Bonzini (3): do not loop on an incomplete io_thread_fd read loop qemu_event_increment if we have an EINTR fix placement of config-host.h inclusion osdep.c | 7 ++++--- vl.c | 12 ++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-)