From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpEq-0000YL-M4 for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzpEn-0006py-QK for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:26:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpEn-0006oZ-I1 for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:26:49 -0400 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.14.4/8.14.4) with ESMTP id q7ADQldH012948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 10 Aug 2012 09:26:47 -0400 From: Gerd Hoffmann Date: Fri, 10 Aug 2012 15:26:43 +0200 Message-Id: <1344605205-28583-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] two little build fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, $subject says all. cheers, Gerd Gerd Hoffmann (2): avoid asprintf (not available on mingw) scsi: fix warning hw/msix.c | 5 ++--- hw/scsi-bus.c | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-)