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

Philippe Mathieu-Daudé posted 2 patches 1 month, 3 weeks ago
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
[PATCH 0/2] hw/core/machine: Extract compat properties to machine-compat.c
Posted by Philippe Mathieu-Daudé 1 month, 3 weeks ago
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