Revision e4858974 qemu-config.c

b/qemu-config.c
303 303
    },
304 304
};
305 305

  
306
#ifdef CONFIG_TRACE_SIMPLE
307 306
static QemuOptsList qemu_trace_opts = {
308 307
    .name = "trace",
309 308
    .implied_opt_name = "trace",
......
316 315
        { /* end of list */ }
317 316
    },
318 317
};
319
#endif
320 318

  
321 319
static QemuOptsList qemu_cpudef_opts = {
322 320
    .name = "cpudef",
......
517 515
    &qemu_global_opts,
518 516
    &qemu_mon_opts,
519 517
    &qemu_cpudef_opts,
520
#ifdef CONFIG_TRACE_SIMPLE
521 518
    &qemu_trace_opts,
522
#endif
523 519
    &qemu_option_rom_opts,
524 520
    &qemu_machine_opts,
525 521
    &qemu_boot_opts,

Also available in: Unified diff