diff options
author | Juan Quintela | 2018-09-13 15:23:13 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert | 2018-10-11 20:58:26 +0200 |
commit | 36bd9e3c8b049cb9124e04ed8bf8f9451d63de03 (patch) | |
tree | 66e05da35ffb20d3229130fb7ec3ade8bbb55c86 /hw/pci/pci.c | |
parent | qmp, hmp: make subsystem/system-vendor identities optional (diff) | |
download | qemu-36bd9e3c8b049cb9124e04ed8bf8f9451d63de03.tar.gz qemu-36bd9e3c8b049cb9124e04ed8bf8f9451d63de03.tar.xz qemu-36bd9e3c8b049cb9124e04ed8bf8f9451d63de03.zip |
migration-test: Only generate a single target architecture
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
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:
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 <quintela@redhat.com>
Message-Id: <20180913132313.11370-1-quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hw/pci/pci.c')
0 files changed, 0 insertions, 0 deletions