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

2017-09-07 Thread Fam Zheng
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 i

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

2017-09-07 Thread Jason Wang
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

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

2017-09-07 Thread Fam Zheng
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