]> Git Repo - qemu.git/commit - target/m68k/cpu.h
cpu: add CPU_RESOLVING_TYPE macro
authorIgor Mammedov <[email protected]>
Wed, 7 Feb 2018 10:40:25 +0000 (11:40 +0100)
committerEduardo Habkost <[email protected]>
Mon, 19 Mar 2018 17:10:36 +0000 (14:10 -0300)
commit0dacec874fa3b3fd34b0d0670fa257efdcbbebd0
treec46a7027f5c16da620e2e79d095a2a38c0a09a07
parent9c5a87e49687c3a1fb54182aa5785cda4dfcccdd
cpu: add CPU_RESOLVING_TYPE macro

it will be used for providing to cpu name resolving class for
parsing cpu model for system and user emulation code.

Along with change add target to null-machine tests, so
that when switch to CPU_RESOLVING_TYPE happens,
it would ensure that null-machine usecase still works.

Signed-off-by: Igor Mammedov <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]> (m68k)
Acked-by: David Gibson <[email protected]> (ppc)
Acked-by: Bastian Koppelmann <[email protected]> (tricore)
Message-Id: <1518000027[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
[ehabkost: Added macro to riscv too]
Signed-off-by: Eduardo Habkost <[email protected]>
21 files changed:
target/alpha/cpu.h
target/arm/cpu.h
target/cris/cpu.h
target/hppa/cpu.h
target/i386/cpu.h
target/lm32/cpu.h
target/m68k/cpu.h
target/microblaze/cpu.h
target/mips/cpu.h
target/moxie/cpu.h
target/nios2/cpu.h
target/openrisc/cpu.h
target/ppc/cpu.h
target/riscv/cpu.h
target/s390x/cpu.h
target/sh4/cpu.h
target/sparc/cpu.h
target/tilegx/cpu.h
target/tricore/cpu.h
target/unicore32/cpu.h
target/xtensa/cpu.h
This page took 0.03131 seconds and 4 git commands to generate.