qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] migration-test: Only generate a single target a


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] migration-test: Only generate a single target architecture
Date: Thu, 13 Sep 2018 12:06:44 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

On 9/13/18 8:23 AM, Juan Quintela wrote:
Several changes:
- We only allow generate header "inside" the tree.  Why?  Because we
   need to connit the result, so it makes no sense to generate them on

s/connit/commit/

   the build dir.
- We only generate a single target each time.  Getting all the
   cross-compilers correctly is an impossible task.  So know you do:

s/know/now/

      make -C tests/migration $target (native)
      make CROSS_PREFIX=foo- -C tests/migratiion $target (cross)
   And you are done.

- If we are building out of tree, we have no data about if we are
   cross-compile or whatever.  So instead of guess what is happening,
   just do what I pointed on previous point.

Signed-off-by: Juan Quintela <address@hidden>
---
  tests/migration/Makefile | 23 ++++++++++++++---------
  1 file changed, 14 insertions(+), 9 deletions(-)


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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