summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-12-11target/arm: Generate UNDEF for 32-bit Thumb2 insnsPeter Maydell1-1/+4
2017-12-05target/ppc: Fix system lockups caused by interrupt_request state corruptionRichard Purdie2-6/+18
2017-11-30target-ppc: Don't invalidate non-supported msr bitsKurban Mallachiev1-2/+2
2017-11-27target/ppc: Fix setting of cpu->compat_pvr on incoming migrationSuraj Jitindar Singh1-1/+3
2017-11-22ppc: fix VTB migrationLaurent Vivier1-2/+2
2017-11-21Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171120' int...Peter Maydell1-0/+8
2017-11-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell1-5/+41
2017-11-20arm: check regime, not current state, for ATS write PAR formatPeter Maydell1-1/+1
2017-11-20target/arm: Report GICv3 sysregs present in ID registers if neededPeter Maydell1-4/+40
2017-11-20s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)David Hildenbrand1-0/+2
2017-11-20s390x: fix storing CPU status (again)David Hildenbrand1-1/+1
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-11-15target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson1-8/+6
2017-11-15target/arm: Use helper_retaddr in stxp helpersRichard Henderson1-0/+6
2017-11-14target-i386: adds PV_TLB_FLUSH CPUID feature bitWanpeng Li1-1/+1
2017-11-13arm/translate-a64: mark path as unreachable to eliminate warningEmilio G. Cota1-0/+2
2017-11-13Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell1-6/+3
2017-11-13Merge remote-tracking branch 'remotes/rth/tags/pull-cap-20171109' into stagingPeter Maydell2-0/+8
2017-11-09target/s390x: Finish implementing RISBGNRichard Henderson1-6/+3
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson2-0/+8
2017-11-08ppc: fix setting of compat modeGreg Kurz1-1/+1
2017-11-07linux-user/sparc: Put address for data faults where linux-user expects itPeter Maydell1-0/+8
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell1-5/+34
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann1-14/+164
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini6-8/+23
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell4-5/+5
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell28-505/+287
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger2-2/+2
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand2-3/+3
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov4-29/+13
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov2-1/+4
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov2-48/+22
2017-10-27unicore32: cleanup cpu type name compositionIgor Mammedov2-41/+23
2017-10-27xtensa: cleanup cpu type name compositionIgor Mammedov3-2/+6
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov2-9/+3
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov1-22/+12
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov3-41/+31
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov2-46/+26
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov2-39/+20
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov1-1/+6
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov2-48/+30
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov2-52/+25
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov2-54/+30
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov2-73/+37
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell22-56/+91
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson5-0/+10
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson1-0/+6
2017-10-25arm: Support Capstone in disas_set_infoRichard Henderson1-3/+18
2017-10-25i386: Support Capstone in disas_set_infoRichard Henderson1-0/+7
2017-10-25disas: Remove unused flags argumentsRichard Henderson19-22/+19