From 6a997d3b76aee43f9e6eb148f43fd5a919633487 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 24 Oct 2016 10:18:16 +0200 Subject: stubs: move acpi stubs to hw/acpi No need to include them in libqemustub.a, since only system emulators need them. Signed-off-by: Paolo Bonzini --- hw/acpi/ipmi-stub.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hw/acpi/ipmi-stub.c (limited to 'hw/acpi/ipmi-stub.c') diff --git a/hw/acpi/ipmi-stub.c b/hw/acpi/ipmi-stub.c new file mode 100644 index 0000000000..98b6dcee0d --- /dev/null +++ b/hw/acpi/ipmi-stub.c @@ -0,0 +1,14 @@ +/* + * IPMI ACPI firmware handling + * + * Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + +#include "hw/acpi/ipmi.h" + +void build_acpi_ipmi_devices(Aml *table, BusState *bus) +{ +} -- cgit v1.2.3