Re: [Qemu-devel] [PATCH v2 0/2] two little build fixes

2012-08-18 Thread Blue Swirl
On Mon, Aug 13, 2012 at 11:05 AM, Gerd Hoffmann wrote: > Hi, > > Patch #1 uses g_strdup_printf now, #2 is unchanged. Thanks, applied both. > > cheers, > Gerd > > Gerd Hoffmann (2): > Avoid asprintf() which is not available on mingw > scsi: fix warning > > hw/msix.c |8 ++-- >

[Qemu-devel] [PATCH v2 0/2] two little build fixes

2012-08-13 Thread 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(-)