qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 5/5] build: don't build hardware objects with


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 5/5] build: don't build hardware objects with linux-user
Date: Thu, 28 Mar 2019 17:08:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 28/03/19 17:01, Laurent Vivier wrote:
> +ifeq ($(CONFIG_BLOCK),y)
>  trace-events-subdirs += authz
>  trace-events-subdirs += block
> -trace-events-subdirs += crypto
> +trace-events-subdirs += io
> +trace-events-subdirs += nbd
> +trace-events-subdirs += scsi
> +trace-events-subdirs += hw/display # needed by qemu-edid
> +endif

It's a bit strange to put hw/display here.  Maybe just leave it
unconditional?

Paolo



reply via email to

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