mbox series

[0/2] hw/core/machine: Extract compat properties to machine-compat.c

Message ID 20240930221900.59525-1-philmd@linaro.org
Headers show
Series hw/core/machine: Extract compat properties to machine-compat.c | expand

Message

Philippe Mathieu-Daudé Sept. 30, 2024, 10:18 p.m. UTC
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