qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/4] build: cleanup in Makefile.objs
Date: Tue, 26 Mar 2019 10:02:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

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 --disable-user --disable-system
>    configure --disable-user --enable-system
> 
> Laurent Vivier (4):
>   trace: only include trace-event-subdirs when they are needed
>   ui: build keymap only with softmmu targets
>   tools: edid-generate.c is part of the tools
>   build: don't build hardware objects with linux-user
> 
>  Makefile               |  2 ++
>  Makefile.objs          | 44 ++++++++++++++++++++++++------------------
>  tests/Makefile.include | 26 ++++++++++++++-----------
>  3 files changed, 42 insertions(+), 30 deletions(-)
> 

Hi Laurent,

I am not sure if the extra complexity is worth the reduction in build
times for the --disable-system case, but I guess a simpler version of
these patches would be okay.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]