Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Fam Zheng
On Fri, 09/08 08:20, Gerd Hoffmann wrote: > On Thu, 2017-09-07 at 19:43 +0800, Fam Zheng wrote: > > On Thu, 09/07 11:34, Gerd Hoffmann wrote: > > > On Thu, 2017-09-07 at 16:29 +0800, Fam Zheng wrote: > > > > Hi Gerd, > > > > > > > > This is part two of the QEMU_CFLAGS and libs_softmmu cleanup > >

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Gerd Hoffmann
On Thu, 2017-09-07 at 19:43 +0800, Fam Zheng wrote: > On Thu, 09/07 11:34, Gerd Hoffmann wrote: > > On Thu, 2017-09-07 at 16:29 +0800, Fam Zheng wrote: > > > Hi Gerd, > > > > > > This is part two of the QEMU_CFLAGS and libs_softmmu cleanup > > > series, > > > including > > > ui/, audio/ and hw/usb

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Philippe Mathieu-Daudé
On 09/07/2017 08:43 AM, Fam Zheng wrote: On Thu, 09/07 11:34, Gerd Hoffmann wrote: On Thu, 2017-09-07 at 16:29 +0800, Fam Zheng wrote: Hi Gerd, This is part two of the QEMU_CFLAGS and libs_softmmu cleanup series, including ui/, audio/ and hw/usb/. Please review. Looks good, survived a test b

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Fam Zheng
On Thu, 09/07 11:34, Gerd Hoffmann wrote: > On Thu, 2017-09-07 at 16:29 +0800, Fam Zheng wrote: > > Hi Gerd, > > > > This is part two of the QEMU_CFLAGS and libs_softmmu cleanup series, > > including > > ui/, audio/ and hw/usb/. Please review. > > Looks good, survived a test build. > > Reviewed-

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Gerd Hoffmann
On Thu, 2017-09-07 at 16:29 +0800, Fam Zheng wrote: > Hi Gerd, > > This is part two of the QEMU_CFLAGS and libs_softmmu cleanup series, > including > ui/, audio/ and hw/usb/. Please review. Looks good, survived a test build. Reviewed-by: Gerd Hoffmann cheers, Gerd

[Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object

2017-09-07 Thread Fam Zheng
Hi Gerd, This is part two of the QEMU_CFLAGS and libs_softmmu cleanup series, including ui/, audio/ and hw/usb/. Please review. Fam Zheng (9): buildsys: Move gtk/vte cflags/libs to per object buildsys: Move sdl cflags/libs to per object buildsys: Move vnc cflags/libs to per object buildsy