[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] hw/core/machine: Extract compat properties to machine-compat
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/2] hw/core/machine: Extract compat properties to machine-compat.c |
Date: |
Tue, 1 Oct 2024 00:18:58 +0200 |
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
- [PATCH 0/2] hw/core/machine: Extract compat properties to machine-compat.c,
Philippe Mathieu-Daudé <=