qemu-devel
[Top][All Lists]
Advanced

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

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


From: Daniel P . Berrangé
Subject: Re: [Qemu-devel] [PATCH 4/4] build: don't build hardware objects with linux-user
Date: Thu, 21 Mar 2019 12:55:31 +0000
User-agent: Mutt/1.11.3 (2019-02-01)

On Thu, Mar 21, 2019 at 01:46:24PM +0100, Laurent Vivier wrote:
> Some objects are only needed for system emulation and tools.
> We can ignore them for the user mode case
> 
> Update tests to run accordingly.
> 
> Signed-off-by: Laurent Vivier <address@hidden>
> ---
>  Makefile.objs          | 33 ++++++++++++++++-----------------
>  tests/Makefile.include | 26 +++++++++++++++-----------
>  2 files changed, 31 insertions(+), 28 deletions(-)
> 
> diff --git a/Makefile.objs b/Makefile.objs
> index 3538789808af..5d4585c8e2f5 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -5,6 +5,12 @@ util-obj-y = util/ qobject/ qapi/
>  
>  chardev-obj-y = chardev/
>  
> +qom-obj-y = qom/
> +
> +crypto-obj-y = crypto/
> +crypto-aes-obj-y = crypto/

FYI, this is going to conflict with

  https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg05060.html

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

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