[Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs to per object

Fam Zheng posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170907083552.17725-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
configure         | 3 +--
net/Makefile.objs | 2 ++
vl.c              | 4 ----
3 files changed, 3 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs to per object
Posted by Fam Zheng 6 years, 7 months ago
Hi Jason,

this is the net/ part of the conversion of library cflags/libs from global
QEMU_CFLAGS and libs_softmmu to per object variables. Please review.

Fam Zheng (2):
  vl: Don't include vde header
  buildsys: Move vde libs to per object

 configure         | 3 +--
 net/Makefile.objs | 2 ++
 vl.c              | 4 ----
 3 files changed, 3 insertions(+), 6 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs to per object
Posted by Jason Wang 6 years, 7 months ago

On 2017年09月07日 16:35, Fam Zheng wrote:
> Hi Jason,
>
> this is the net/ part of the conversion of library cflags/libs from global
> QEMU_CFLAGS and libs_softmmu to per object variables. Please review.
>
> Fam Zheng (2):
>    vl: Don't include vde header
>    buildsys: Move vde libs to per object
>
>   configure         | 3 +--
>   net/Makefile.objs | 2 ++
>   vl.c              | 4 ----
>   3 files changed, 3 insertions(+), 6 deletions(-)
>

Reviewed-by: Jason Wang <jasowang@redhat.com>


Re: [Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs to per object
Posted by Fam Zheng 6 years, 7 months ago
On Fri, 09/08 09:59, Jason Wang wrote:
> 
> 
> On 2017年09月07日 16:35, Fam Zheng wrote:
> > Hi Jason,
> > 
> > this is the net/ part of the conversion of library cflags/libs from global
> > QEMU_CFLAGS and libs_softmmu to per object variables. Please review.
> > 
> > Fam Zheng (2):
> >    vl: Don't include vde header
> >    buildsys: Move vde libs to per object
> > 
> >   configure         | 3 +--
> >   net/Makefile.objs | 2 ++
> >   vl.c              | 4 ----
> >   3 files changed, 3 insertions(+), 6 deletions(-)
> > 
> 
> Reviewed-by: Jason Wang <jasowang@redhat.com>
> 

Thanks, I will send a pull request later.

Fam