From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0sSz-0006uC-VD for qemu-devel@nongnu.org; Mon, 13 Aug 2012 07:05:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0sSx-0006mN-PZ for qemu-devel@nongnu.org; Mon, 13 Aug 2012 07:05:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0sSx-0006m0-Fl for qemu-devel@nongnu.org; Mon, 13 Aug 2012 07:05:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7DB5kIc031393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Aug 2012 07:05:46 -0400 From: Gerd Hoffmann Date: Mon, 13 Aug 2012 13:05:42 +0200 Message-Id: <1344855944-28250-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 v2 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, Patch #1 uses g_strdup_printf now, #2 is unchanged. cheers, Gerd Gerd Hoffmann (2): Avoid asprintf() which is not available on mingw scsi: fix warning hw/msix.c | 8 ++------ hw/scsi-bus.c | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-)