1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-05 17:29:18 +00:00
qemu/hw/xtensa
Like Xu 33decbd2d3 hw: Replace global smp variables with MachineState for all remaining archs
The global smp variables in alpha/hppa/mips/openrisc/sparc*/xtensa codes
are replaced with smp properties from MachineState.

A local variable of the same name would be introduced in the declaration
phase if it's used widely in the context OR replace it on the spot if it's
only used once. No semantic changes.

Signed-off-by: Like Xu <like.xu@linux.intel.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20190518205428.90532-10-like.xu@linux.intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2019-07-05 17:08:03 -03:00
..
bootparam.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
Kconfig xtensa-softmmu.mak: express dependencies with Kconfig 2019-03-07 21:46:19 +01:00
Makefile.objs xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGA 2019-03-07 21:45:53 +01:00
mx_pic.c target/xtensa: add MX interrupt controller 2019-01-28 11:55:20 -08:00
pic_cpu.c target/xtensa: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
sim.c hw: Replace global smp variables with MachineState for all remaining archs 2019-07-05 17:08:03 -03:00
xtensa_memory.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
xtensa_memory.h Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
xtfpga.c hw: Replace global smp variables with MachineState for all remaining archs 2019-07-05 17:08:03 -03:00