]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/smbios: Move to the hw/firmware/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 11 Dec 2018 16:34:06 +0000 (17:34 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 19 Dec 2018 21:48:16 +0000 (16:48 -0500)
commita2eb5c0cf7cc77736219015b840c5299499b1357
treeff3b508240593ea1554bd3a0fba118865ca4fd73
parent5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6
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>
12 files changed:
MAINTAINERS
hw/arm/virt.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/smbios/smbios-stub.c
hw/smbios/smbios.c
hw/smbios/smbios_type_38.c
include/hw/firmware/smbios.h [new file with mode: 0644]
include/hw/smbios/smbios.h [deleted file]
tests/bios-tables-test.c
vl.c