Age | Commit message (Expand) | Author | Files | Lines |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 28 | -505/+287 |
2017-10-27 | mips: malta/boston: replace cpu_model with cpu_type | Igor Mammedov | 4 | -29/+13 |
2017-10-27 | sparc: cleanup cpu type name composition | Igor Mammedov | 2 | -1/+4 |
2017-10-27 | tricore: cleanup cpu type name composition | Igor Mammedov | 2 | -48/+22 |
2017-10-27 | unicore32: cleanup cpu type name composition | Igor Mammedov | 2 | -41/+23 |
2017-10-27 | xtensa: cleanup cpu type name composition | Igor Mammedov | 3 | -2/+6 |
2017-10-27 | sh4: remove SuperHCPUClass::name field | Igor Mammedov | 2 | -9/+3 |
2017-10-27 | sh4: simplify superh_cpu_class_by_name() | Igor Mammedov | 1 | -22/+12 |
2017-10-27 | sh4: cleanup cpu type name composition | Igor Mammedov | 3 | -41/+31 |
2017-10-27 | openrisc: cleanup cpu type name composition | Igor Mammedov | 2 | -46/+26 |
2017-10-27 | moxie: cleanup cpu type name composition | Igor Mammedov | 2 | -39/+20 |
2017-10-27 | moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" | Igor Mammedov | 1 | -1/+6 |
2017-10-27 | m68k: cleanup cpu type name composition | Igor Mammedov | 2 | -48/+30 |
2017-10-27 | lm32: cleanup cpu type name composition | Igor Mammedov | 2 | -52/+25 |
2017-10-27 | cris: cleanup cpu type name composition | Igor Mammedov | 2 | -54/+30 |
2017-10-27 | alpha: cleanup cpu type name composition | Igor Mammedov | 2 | -73/+37 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 22 | -56/+91 |
2017-10-26 | tcg: Avoid setting tcg_initialize if !CONFIG_TCG | Richard Henderson | 5 | -0/+10 |
2017-10-25 | ppc: Support Capstone in disas_set_info | Richard Henderson | 1 | -0/+6 |
2017-10-25 | arm: Support Capstone in disas_set_info | Richard Henderson | 1 | -3/+18 |
2017-10-25 | i386: Support Capstone in disas_set_info | Richard Henderson | 1 | -0/+7 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 19 | -22/+19 |
2017-10-25 | target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY | Richard Henderson | 1 | -2/+7 |
2017-10-25 | target/arm: Move BE32 disassembler fixup | Richard Henderson | 1 | -19/+0 |
2017-10-25 | target/ppc: Convert to disas_set_info hook | Richard Henderson | 2 | -4/+22 |
2017-10-25 | target/i386: Convert to disas_set_info hook | Richard Henderson | 2 | -7/+13 |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson | 22 | -80/+0 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 21 | -21/+21 |
2017-10-24 | target/sparc: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | target/sh4: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | target/s390x: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -22/+88 |
2017-10-24 | target/m68k: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -15/+31 |
2017-10-24 | target/i386: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -2/+2 |
2017-10-24 | target/hppa: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -6/+40 |
2017-10-24 | target/arm: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 5 | -21/+68 |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 22 | -117/+118 |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 30 | -160/+28 |
2017-10-24 | tcg: Remove TCGV_EQUAL* | Richard Henderson | 4 | -9/+9 |
2017-10-24 | tcg: Remove GET_TCGV_* and MAKE_TCGV_* | Richard Henderson | 1 | -10/+5 |
2017-10-21 | openrisc/cputimer: Perparation for Multicore | Stafford Horne | 4 | -5/+5 |
2017-10-21 | target/openrisc: Make coreid and numcores variable | Stafford Horne | 1 | -2/+3 |
2017-10-20 | s390x/tcg: low-address protection support | David Hildenbrand | 3 | -45/+62 |
2017-10-20 | s390x: refactor error handling for MSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: refactor error handling for HSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: refactor error handling for CSCH handler | Halil Pasic | 1 | -10/+4 |
2017-10-20 | s390x: refactor error handling for XSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: improve error handling for SSCH and RSCH | Halil Pasic | 1 | -46/+7 |
2017-10-20 | s390x: move s390x_new_cpu() into board code | Igor Mammedov | 2 | -21/+0 |
2017-10-20 | s390x: fix cpu object referrence leak in s390x_new_cpu() | Igor Mammedov | 1 | -1/+1 |
2017-10-20 | target/s390x: special handling when starting a CPU with WAIT PSW | David Hildenbrand | 2 | -3/+14 |