diff options
author | Thomas Huth | 2018-10-19 14:28:49 +0200 |
---|---|---|
committer | Thomas Huth | 2018-10-24 08:27:25 +0200 |
commit | 3858ff763985fb9e9516cd36ae119562b9d61fea (patch) | |
tree | d7fbace1c4925d75cd6ad13486b5663a8a168b83 /include/qemu/config-file.h | |
parent | tests/migration-test: Disable s390x test when running with TCG (diff) | |
download | qemu-3858ff763985fb9e9516cd36ae119562b9d61fea.tar.gz qemu-3858ff763985fb9e9516cd36ae119562b9d61fea.tar.xz qemu-3858ff763985fb9e9516cd36ae119562b9d61fea.zip |
hw/core: Move null-machine into the common-obj list
The null-machine code used to be target specific since it used the
target-specific cpu_init() function in the past. But in the recent
commit 2278b93941d42c30e2950 ("Use cpu_create(type) instead of
cpu_init(cpu_model)") this has been change, so that the code now
uses the common cpu_create() function instead. Thus we can put
the null-machine into the common-obj list so that it is compiled
only once for all targets, to save some compilation time.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu/config-file.h')
0 files changed, 0 insertions, 0 deletions