summary refs log tree commit diff stats
path: root/include/qemu/qemu-options.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev2023-09-011-41/+0
| | | | | | | | | | | | | qemu-options.h just includes qemu-options.def with some #defines. We already do this in vl.c in other place. Since no other file includes qemu-options.h anymore, just inline it in vl.c. This effectively reverts second half of commit 59a5264b99434. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com> Message-ID: <20230901101302.3618955-8-mjt@tls.msk.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* 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>