diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-03-10 14:09:58 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:52:21 -0600 |
commit | bb17ee45134060d87e879a7747a40f7678e0f922 (patch) | |
tree | 4d877aa1afa1a65dc2dcef479b6cfd54ce1e62f8 /hw/lm32/lm32_boards.c | |
parent | 8381b9f8c2ee6c360c4e993774462667b3724cc0 (diff) | |
download | hqemu-bb17ee45134060d87e879a7747a40f7678e0f922.zip hqemu-bb17ee45134060d87e879a7747a40f7678e0f922.tar.gz |
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
Much of fw_cfg.h's contents is #ifndef NO_QEMU_PROTOS. This lets a
few places include it without satisfying the dependencies of the
suppressed code. If you somehow include it with NO_QEMU_PROTOS, any
future includes are ignored. Unnecessarily unclean.
Move the stuff not under NO_QEMU_PROTOS into its own header
fw_cfg_keys.h, and include it as appropriate. Tidy up the moved code
to please checkpatch.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/lm32/lm32_boards.c')
0 files changed, 0 insertions, 0 deletions