diff options
| author | Paolo Bonzini | 2016-10-24 10:18:16 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2017-01-16 17:52:35 +0100 |
| commit | cc7a73604a4d6241ba2df37ea06109b4d7e03d4b (patch) | |
| tree | dda58ae52f4d504872beeac6557c23f6397b5e6c /stubs | |
| parent | stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub (diff) | |
| download | qemu-cc7a73604a4d6241ba2df37ea06109b4d7e03d4b.tar.gz qemu-cc7a73604a4d6241ba2df37ea06109b4d7e03d4b.tar.xz qemu-cc7a73604a4d6241ba2df37ea06109b4d7e03d4b.zip | |
stubs: move smbios stubs to hw/smbios
No need to include them in libqemustub.a, since only system emulators
need them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs')
| -rw-r--r-- | stubs/Makefile.objs | 1 | ||||
| -rw-r--r-- | stubs/smbios_type_38.c | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 9fc373ed3f..13c5d45ce3 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -44,7 +44,6 @@ 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 += smbios_type_38.o stub-obj-y += ipmi.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += migration-colo.o diff --git a/stubs/smbios_type_38.c b/stubs/smbios_type_38.c deleted file mode 100644 index 9528c2c28e..0000000000 --- a/stubs/smbios_type_38.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * IPMI SMBIOS 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/smbios/ipmi.h" - -void smbios_build_type_38_table(void) -{ -} |
