]> git.ipfire.org Git - thirdparty/qemu.git/commit
fw_cfg: import & use linux/qemu_fw_cfg.h
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 17 Aug 2018 15:59:10 +0000 (17:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Aug 2018 16:46:25 +0000 (18:46 +0200)
commit5be5df720e600502ff530cee51a7ac0622f62f6f
tree197eddca27a2cf6cdcaef10e7bf0105bc8952ca0
parent039d7c4d53362fb0b7258470fae0fbeb7c881920
fw_cfg: import & use linux/qemu_fw_cfg.h

Use kernel common header for fw_cfg.

(unfortunately, optionrom.h must have its own define, since it's
actually an assembler header)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20180817155910.5722-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
dump.c
hw/misc/vmcoreinfo.c
include/hw/misc/vmcoreinfo.h
include/hw/nvram/fw_cfg.h
include/hw/nvram/fw_cfg_keys.h [deleted file]
include/standard-headers/linux/qemu_fw_cfg.h [new file with mode: 0644]
pc-bios/optionrom/linuxboot_dma.c
pc-bios/optionrom/optionrom.h
tests/boot-order-test.c
tests/fw_cfg-test.c
tests/libqos/malloc-pc.c