summary refs log tree commit diff stats
path: root/include/qemu/qemu-options.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove qemu-options* from root directoryPaolo Bonzini2021-05-261-0/+41
These headers are also included from softmmu/vl.c, so they should be in include/. Remove qemu-options-wrapper.h, since elsewhere we include "template" headers directly and #define the parameters in the including file; move qemu-options.h to include/. Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>