mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*
Provides a more hierarchical view of the variable domain. Also adds the CONFIG_TRACE_* variables for all backends. [Stefan added missing 'test' in stap if statement] Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
51010317dd
commit
6d8a764e0f
9 changed files with 31 additions and 21 deletions
|
@ -303,7 +303,7 @@ static QemuOptsList qemu_mon_opts = {
|
|||
},
|
||||
};
|
||||
|
||||
#ifdef CONFIG_SIMPLE_TRACE
|
||||
#ifdef CONFIG_TRACE_SIMPLE
|
||||
static QemuOptsList qemu_trace_opts = {
|
||||
.name = "trace",
|
||||
.implied_opt_name = "trace",
|
||||
|
@ -517,7 +517,7 @@ static QemuOptsList *vm_config_groups[32] = {
|
|||
&qemu_global_opts,
|
||||
&qemu_mon_opts,
|
||||
&qemu_cpudef_opts,
|
||||
#ifdef CONFIG_SIMPLE_TRACE
|
||||
#ifdef CONFIG_TRACE_SIMPLE
|
||||
&qemu_trace_opts,
|
||||
#endif
|
||||
&qemu_option_rom_opts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue