]> git.proxmox.com Git - mirror_qemu.git/commit
softmmu: Make qtest.c target independent
authorThomas Huth <thuth@redhat.com>
Tue, 11 Apr 2023 18:34:18 +0000 (20:34 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 09:25:32 +0000 (11:25 +0200)
commit09637edb84556e08dac10a13e7801918e4666d93
treea041912327f2b5a09d625f559e2926736ce7ed12
parent24be3369ad63c3882be42dd510a45bad52816fd1
softmmu: Make qtest.c target independent

The code in this file is not performance critical, so we can use
the target independent endianess functions to only compile this
file once for all targets.

Message-Id: <20230411183418.1640500-4-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/meson.build
softmmu/qtest.c