]> git.proxmox.com Git - qemu.git/commit - qemu-options-wrapper.h
vl.c: Move option generation logic into a wrapper file
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 19 Dec 2011 06:19:30 +0000 (17:19 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 19 Dec 2011 16:27:33 +0000 (10:27 -0600)
commit77bd1119ba43dbd0e73014037a08f8b49136bf6f
tree19bdd4c256b9f9cf06d061505f456eac2f6d3fea
parentf76d27b67ca05c7ee875e39b4f6e3d567d3e9292
vl.c: Move option generation logic into a wrapper file

In vl.c and qemu-options.h we define macros and include qemu-options.def
in order to generate different content. Move the bulk of the def'ing and
undef'ing into a wrapper, this will make it cleaner when we add another
macro in the next patch.

AFAICS undefining GEN_DOCS services no purpose, but I've left it for now.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options-wrapper.h [new file with mode: 0644]
qemu-options.h
vl.c