]> git.proxmox.com Git - mirror_qemu.git/commit
remove qemu-options* from root directory
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 May 2021 11:34:21 +0000 (07:34 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 May 2021 12:49:46 +0000 (14:49 +0200)
commitfd5fc4b12df60d8145d7557a4139426a1b78e554
treed0eca5fd284b539da7106fe873a3271fc705c18d
parent75eebe0b1f15464d19a39c4186bfabf328ab601a
remove qemu-options* from root directory

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>
include/qemu/qemu-options.h [new file with mode: 0644]
os-posix.c
os-win32.c
qemu-options-wrapper.h [deleted file]
qemu-options.h [deleted file]
qemu-options.hx
softmmu/vl.c