]> git.proxmox.com Git - mirror_qemu.git/commit
hw/smbios: Restrict access to "hw/smbios/ipmi.h"
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 11 Dec 2018 16:34:04 +0000 (17:34 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 19 Dec 2018 21:48:16 +0000 (16:48 -0500)
commitcc4d4cefcc1bd36f360c4671256024c2662653e6
tree56dc85894dcb687d159d4a3b23b07a4443cd1191
parentc7eaf9a08e989a0465643607ae26e8499f74c48c
hw/smbios: Restrict access to "hw/smbios/ipmi.h"

All the consumers of "hw/smbios/ipmi.h" are located in hw/smbios/.
There is no need to have this include publicly exposed,
reduce the visibility by moving it in hw/smbios/.

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>
hw/smbios/smbios.c
hw/smbios/smbios_ipmi.h [new file with mode: 0644]
hw/smbios/smbios_type_38-stub.c
hw/smbios/smbios_type_38.c
include/hw/smbios/ipmi.h [deleted file]