Re: [Qemu-devel] [PATCH 0/4] build: cleanup in Makefile.objs

2019-03-26 Thread Paolo Bonzini
On 21/03/19 13:46, Laurent Vivier wrote: > This cleanup removes hardware objects from the list of files to be > built for linux-user only targets. > > It also builds traces files only when the related file is built. > > Tested with: > >configure --enable-user --disable-system >configure

[Qemu-devel] [PATCH 0/4] build: cleanup in Makefile.objs

2019-03-21 Thread Laurent Vivier
This cleanup removes hardware objects from the list of files to be built for linux-user only targets. It also builds traces files only when the related file is built. Tested with: configure --enable-user --disable-system configure --disable-user --disable-system configure --disable-user