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

Fam Zheng posted 9 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170907082918.7299-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
audio/Makefile.objs  |  6 ++++++
configure            | 54 ++++++++++++++++++++++++++++++----------------------
hw/usb/Makefile.objs | 13 +++++++++++--
ui/Makefile.objs     | 37 ++++++++++++++++++++++-------------
4 files changed, 72 insertions(+), 38 deletions(-)
[Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Fam Zheng 6 years, 7 months ago
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
  buildsys: Move audio libs to per object
  buildsys: Move curese cflags/libs to per object
  buildsys: Move opengl cflags to per object
  buildsys: Move libcacard cflags/libs to per object
  buildsys: Move libusb cflags/libs to per object
  buildsys: Move usb redir cflags/libs to per object

 audio/Makefile.objs  |  6 ++++++
 configure            | 54 ++++++++++++++++++++++++++++++----------------------
 hw/usb/Makefile.objs | 13 +++++++++++--
 ui/Makefile.objs     | 37 ++++++++++++++++++++++-------------
 4 files changed, 72 insertions(+), 38 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Gerd Hoffmann 6 years, 7 months ago
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 <kraxel@redhat.com>

cheers,
  Gerd

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Fam Zheng 6 years, 7 months ago
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-by: Gerd Hoffmann <kraxel@redhat.com>

Thanks for the quick review! Do you want to queue this in your tree? If not I
can include it in my next pull request for "build and test automation" patches.

Fam

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Philippe Mathieu-Daudé 6 years, 7 months ago
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 build.
>>
>> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> 
> Thanks for the quick review! Do you want to queue this in your tree? If not I
> can include it in my next pull request for "build and test automation" patches.

+1 for "build and test automation"

this series:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Also Fam I recommend you to use scripts/git.orderfile it is easier to 
read the ./configure before the Makefiles.

Regards,

Phil.

Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Gerd Hoffmann 6 years, 7 months ago
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/. Please review.
> > 
> > Looks good, survived a test build.
> > 
> > Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> 
> Thanks for the quick review! Do you want to queue this in your tree?
> If not I
> can include it in my next pull request for "build and test
> automation" patches.

Feel free do include it in your pull.  I assumed that is your intention
anyway as you've asked for review not merge ;)

cheers,
  Gerd


Re: [Qemu-devel] [PATCH 0/9] buildsys: Move ui/usb library cflags/libs to per object
Posted by Fam Zheng 6 years, 7 months ago
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
> > > > series,
> > > > including
> > > > ui/, audio/ and hw/usb/. Please review.
> > > 
> > > Looks good, survived a test build.
> > > 
> > > Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> > 
> > Thanks for the quick review! Do you want to queue this in your tree?
> > If not I
> > can include it in my next pull request for "build and test
> > automation" patches.
> 
> Feel free do include it in your pull.  I assumed that is your intention
> anyway as you've asked for review not merge ;)

Thanks, I'll send a pull request later. (I thought asking for review first is a
necessary step before talking about merging :)

Fam