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 <lviv...@redhat.com>
> ---
>  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