summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov
2017-10-27unicore32: cleanup cpu type name compositionIgor Mammedov
2017-10-27xtensa: cleanup cpu type name compositionIgor Mammedov
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson
2017-10-25arm: Support Capstone in disas_set_infoRichard Henderson
2017-10-25i386: Support Capstone in disas_set_infoRichard Henderson
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-25target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLYRichard Henderson
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson
2017-10-25target/i386: Convert to disas_set_info hookRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/sh4: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne
2017-10-21target/openrisc: Make coreid and numcores variableStafford Horne
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov
2017-10-20s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov