From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SP9V8-0001eW-Kp for qemu-devel@nongnu.org; Tue, 01 May 2012 05:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SP9V6-00034N-Vj for qemu-devel@nongnu.org; Tue, 01 May 2012 05:36:06 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:56861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SP9V6-00032l-Nt for qemu-devel@nongnu.org; Tue, 01 May 2012 05:36:04 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 May 2012 10:36:00 +0100 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q419ZwZq2302162 for ; Tue, 1 May 2012 10:35:58 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q419ZwAG021098 for ; Tue, 1 May 2012 03:35:58 -0600 From: Stefan Hajnoczi Date: Tue, 1 May 2012 10:35:52 +0100 Message-Id: <1335864955-30495-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/3] Trivial patches for 21 April to 1 May 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071: main-loop: Fix build for w32 and w64 (2012-04-28 09:25:54 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to c97feed13cded953b11465829f66b9323a47a0f9: iohandler: Use bool for boolean struct member and remove holes (2012-05-01 10:13:33 +0100) ---------------------------------------------------------------- Stefan Weil (3): configure: Fix creation of symbolic links for MinGW toolchain async: Use bool for boolean struct members and remove a hole iohandler: Use bool for boolean struct member and remove holes async.c | 6 +++--- configure | 21 ++++++++++----------- iohandler.c | 4 ++-- 3 files changed, 15 insertions(+), 16 deletions(-) -- 1.7.10