Revision 6d8a764e qemu-config.c

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

  
306
#ifdef CONFIG_SIMPLE_TRACE
306
#ifdef CONFIG_TRACE_SIMPLE
307 307
static QemuOptsList qemu_trace_opts = {
308 308
    .name = "trace",
309 309
    .implied_opt_name = "trace",
......
517 517
    &qemu_global_opts,
518 518
    &qemu_mon_opts,
519 519
    &qemu_cpudef_opts,
520
#ifdef CONFIG_SIMPLE_TRACE
520
#ifdef CONFIG_TRACE_SIMPLE
521 521
    &qemu_trace_opts,
522 522
#endif
523 523
    &qemu_option_rom_opts,

Also available in: Unified diff