summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Fix system lockups caused by interrupt_request state corruptionRichard Purdie2017-12-052-6/+18
* target-ppc: Don't invalidate non-supported msr bitsKurban Mallachiev2017-11-301-2/+2
* target/ppc: Fix setting of cpu->compat_pvr on incoming migrationSuraj Jitindar Singh2017-11-271-1/+3
* ppc: fix VTB migrationLaurent Vivier2017-11-221-2/+2
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171120' int...Peter Maydell2017-11-211-0/+8
|\
| * linux-user/sparc: Put address for data faults where linux-user expects itPeter Maydell2017-11-071-0/+8
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell2017-11-211-5/+41
|\ \
| * | arm: check regime, not current state, for ATS write PAR formatPeter Maydell2017-11-201-1/+1
| * | target/arm: Report GICv3 sysregs present in ID registers if neededPeter Maydell2017-11-201-4/+40
* | | s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)David Hildenbrand2017-11-201-0/+2
* | | s390x: fix storing CPU status (again)David Hildenbrand2017-11-201-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-1/+1
|\ \
| * | target-i386: adds PV_TLB_FLUSH CPUID feature bitWanpeng Li2017-11-141-1/+1
* | | target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson2017-11-151-8/+6Star
* | | target/arm: Use helper_retaddr in stxp helpersRichard Henderson2017-11-151-0/+6
* | | arm/translate-a64: mark path as unreachable to eliminate warningEmilio G. Cota2017-11-131-0/+2
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell2017-11-131-6/+3Star
|\ \ \
| * | | target/s390x: Finish implementing RISBGNRichard Henderson2017-11-091-6/+3Star
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-cap-20171109' into stagingPeter Maydell2017-11-132-0/+8
|\ \ \
| * | | disas: Dump insn bytes along with capstone disassemblyRichard Henderson2017-11-092-0/+8
| |/ /
* / / ppc: fix setting of compat modeGreg Kurz2017-11-081-1/+1
|/ /
* | translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell2017-11-071-5/+34
* | arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann2017-11-071-14/+164
|/
* fix WFI/WFE length in syndrome registerStefano Stabellini2017-10-316-8/+23
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell2017-10-304-5/+5
|\
| * s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger2017-10-302-2/+2
| * target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand2017-10-302-3/+3
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-10-3028-505/+287Star
|\ \ | |/ |/|
| * mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-274-29/+13Star
| * sparc: cleanup cpu type name compositionIgor Mammedov2017-10-272-1/+4
| * tricore: cleanup cpu type name compositionIgor Mammedov2017-10-272-48/+22Star
| * unicore32: cleanup cpu type name compositionIgor Mammedov2017-10-272-41/+23Star
| * xtensa: cleanup cpu type name compositionIgor Mammedov2017-10-273-2/+6
| * sh4: remove SuperHCPUClass::name fieldIgor Mammedov2017-10-272-9/+3Star
| * sh4: simplify superh_cpu_class_by_name()Igor Mammedov2017-10-271-22/+12Star
| * sh4: cleanup cpu type name compositionIgor Mammedov2017-10-273-41/+31Star
| * openrisc: cleanup cpu type name compositionIgor Mammedov2017-10-272-46/+26Star
| * moxie: cleanup cpu type name compositionIgor Mammedov2017-10-272-39/+20Star
| * moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov2017-10-271-1/+6
| * m68k: cleanup cpu type name compositionIgor Mammedov2017-10-272-48/+30Star
| * lm32: cleanup cpu type name compositionIgor Mammedov2017-10-272-52/+25Star
| * cris: cleanup cpu type name compositionIgor Mammedov2017-10-272-54/+30Star
| * alpha: cleanup cpu type name compositionIgor Mammedov2017-10-272-73/+37Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-2722-56/+91
|\ \ | |/ |/|
| * ppc: Support Capstone in disas_set_infoRichard Henderson2017-10-251-0/+6
| * arm: Support Capstone in disas_set_infoRichard Henderson2017-10-251-3/+18
| * i386: Support Capstone in disas_set_infoRichard Henderson2017-10-251-0/+7
| * disas: Remove unused flags argumentsRichard Henderson2017-10-2519-22/+19Star
| * target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLYRichard Henderson2017-10-251-2/+7
| * target/arm: Move BE32 disassembler fixupRichard Henderson2017-10-251-19/+0Star