From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbFl7-0000yD-WE for qemu-devel@nongnu.org; Sat, 11 May 2013 15:47:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbFl5-0007TX-Bn for qemu-devel@nongnu.org; Sat, 11 May 2013 15:47:09 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:44839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbFl5-0007TB-5j for qemu-devel@nongnu.org; Sat, 11 May 2013 15:47:07 -0400 From: Stefan Weil Date: Sat, 11 May 2013 21:46:57 +0200 Message-Id: <1368301619-32097-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH for-1.5 0/2] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org These patches are needed to fix the currently broken build with MinGW. Patch 1 fixes a problem reported on qemu-devel. Patch 2 fixes a problem which is reported by our buildbots. [PATCH for-1.5 1/2] w32: Fix configure test for -march=i486 [PATCH for-1.5 2/2] w32: Include stdio.h to get the declaration of ssize_t Both patches should be used for QEMU 1.5. Regards, Stefan W.