meson: link emulators without Makefile.target
The binaries move to the root directory, e.g. qemu-system-i386 or qemu-arm. This requires changes to qtests, CI, etc. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
QEMU=${QEMU:-"../../x86_64-softmmu/qemu-system-x86_64"}
|
||||
QEMU=${QEMU:-"../../qemu-system-x86_64"}
|
||||
|
||||
run_qemu() {
|
||||
local kernel=$1
|
||||
|
||||
Reference in New Issue
Block a user