mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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 <pbonzini@redhat.com>
This commit is contained in:
parent
cc7a73604a
commit
6a997d3b76
3 changed files with 8 additions and 5 deletions
|
@ -44,6 +44,5 @@ stub-obj-y += target-monitor-defs.o
|
|||
stub-obj-y += target-get-monitor-def.o
|
||||
stub-obj-y += vhost.o
|
||||
stub-obj-y += iohandler.o
|
||||
stub-obj-y += ipmi.o
|
||||
stub-obj-y += pc_madt_cpu_entry.o
|
||||
stub-obj-y += migration-colo.o
|
||||
|
|
14
stubs/ipmi.c
14
stubs/ipmi.c
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* 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)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue