On 3/7/25 07:15, Philippe Mathieu-Daudé wrote:
Rather than checking ACPI availability at compile time by
checking the CONFIG_ACPI definition from CONFIG_DEVICES,
check at runtime via acpi_builtin().
Signed-off-by: Philippe Mathieu-Daudé
---
hw/virtio/virtio-mem.c | 6 ++
1 file changed,
On 07.03.25 16:15, Philippe Mathieu-Daudé wrote:
Rather than checking ACPI availability at compile time by
checking the CONFIG_ACPI definition from CONFIG_DEVICES,
check at runtime via acpi_builtin().
Signed-off-by: Philippe Mathieu-Daudé
Reviewed-by: David Hildenbrand
--
Cheers,
David / d
Rather than checking ACPI availability at compile time by
checking the CONFIG_ACPI definition from CONFIG_DEVICES,
check at runtime via acpi_builtin().
Signed-off-by: Philippe Mathieu-Daudé
---
hw/virtio/virtio-mem.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/hw/vi