mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/smbios: Move to the hw/firmware/ subdirectory
SMBIOS is just another firmware interface used by some QEMU models. We will later introduce more firmware interfaces in this subdirectory. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
5aca89d194
commit
a2eb5c0cf7
11 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "hw/smbios/smbios.h"
|
||||
#include "hw/firmware/smbios.h"
|
||||
|
||||
void smbios_entry_add(QemuOpts *opts, Error **errp)
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/uuid.h"
|
||||
#include "sysemu/cpus.h"
|
||||
#include "hw/smbios/smbios.h"
|
||||
#include "hw/firmware/smbios.h"
|
||||
#include "hw/loader.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "smbios_build.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/ipmi/ipmi.h"
|
||||
#include "hw/smbios/smbios.h"
|
||||
#include "hw/firmware/smbios.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "smbios_build.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue