X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/a2da0395c12bd2b26e2180d735c83988ff66a559..af13ae03f8dbc02974d53b11b80b3ae4dd9f30b4:/qemu-options.h diff --git a/qemu-options.h b/qemu-options.h index c96f994c9b..89a009ee96 100644 --- a/qemu-options.h +++ b/qemu-options.h @@ -29,13 +29,8 @@ #define _QEMU_OPTIONS_H_ enum { -#define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ - opt_enum, -#define DEFHEADING(text) -#include "qemu-options.def" -#undef DEF -#undef DEFHEADING -#undef GEN_DOCS +#define QEMU_OPTIONS_GENERATE_ENUM +#include "qemu-options-wrapper.h" }; #endif