Extract machine compat properties to machine-compat.c, make the unit target specific to be able to compile with target specific compat properties.
Philippe Mathieu-Daudé (2): hw/core/machine: Add missing 'units.h' and 'error-report.h' headers hw/core/machine: Extract compat properties to machine-compat.c MAINTAINERS | 1 + hw/core/machine-compat.c | 287 +++++++++++++++++++++++++++++++++++++++ hw/core/machine.c | 279 +------------------------------------ hw/core/meson.build | 3 + 4 files changed, 293 insertions(+), 277 deletions(-) create mode 100644 hw/core/machine-compat.c -- 2.45.2