summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Remove a handful of stray tabsPeter Maydell2018-08-242-9/+9
* target/arm: Untabify iwmmxt_helper.cPeter Maydell2018-08-241-117/+117
* target/arm: Untabify translate.cPeter Maydell2018-08-241-61/+61
* target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell2018-08-241-0/+2
* target/arm: Implement support for taking exceptions to Hyp modePeter Maydell2018-08-241-0/+82
* target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell2018-08-241-23/+41
* target/arm: Implement AArch32 HCR and HCR2Peter Maydell2018-08-241-4/+50
* target/arm: Implement RAZ/WI HACTLR2Peter Maydell2018-08-241-0/+10
* target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson2018-08-241-48/+49
* target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson2018-08-241-24/+5Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-237-60/+165
|\
| * KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini2018-08-231-8/+0Star
| * target/i386: update MPX flags when CPL changesPaolo Bonzini2018-08-231-3/+4
| * qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-1/+1
| * target-i386: fix segment limit check in ljmpAndrew Oates2018-08-231-2/+2
| * target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates2018-08-231-40/+152
| * i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost2018-08-231-6/+3Star
| * fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-232-0/+3
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell2018-08-218-204/+316
|\ \ | |/ |/|
| * ppc: add DBCR based debuggingRoman Kapl2018-08-214-33/+107
| * target/ppc: simplify bcdadd/sub functionsYasmin Beatriz2018-08-211-31/+18Star
| * target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz2018-08-211-0/+3
| * target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson2018-08-213-30/+61
| * target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson2018-08-211-25/+37
| * target/ppc: Tidy helper_fsqrtRichard Henderson2018-08-212-16/+15Star
| * target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2018-08-212-31/+23Star
| * target/ppc: Tidy helper_fmulRichard Henderson2018-08-212-15/+12Star
| * target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2018-08-212-23/+29
| * target/ppc: Enable fp exceptions for user-onlyRichard Henderson2018-08-212-3/+14
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2018-08-211-0/+1
|\ \ | |/ |/|
| * sh4: fix use_icount with linux-userLaurent Vivier2018-08-201-0/+1
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into stagingPeter Maydell2018-08-209-62/+147
|\ \
| * | s390x: Enable KVM huge page backing supportJanosch Frank2018-08-201-2/+33
| * | s390x/kvm: add etoken facilityChristian Borntraeger2018-08-206-4/+39
| * | s390x/cpumodel: Add "-cpu max" supportDavid Hildenbrand2018-08-201-25/+57
| * | s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-202-11/+0Star
| * | s390x/cpumodel: enum type S390FeatGroup now gets generatedMichael Mueller2018-08-203-20/+18Star
| |/
* | target/arm: Implement AArch32 ERET instructionPeter Maydell2018-08-201-2/+29
* | target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell2018-08-202-14/+18
* | target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell2018-08-201-1/+5
* | target/arm: Implement AArch32 Hyp FARsPeter Maydell2018-08-201-1/+13
* | target/arm: Implement AArch32 HVBARPeter Maydell2018-08-201-2/+2
* | target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell2018-08-201-4/+4
* | target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell2018-08-201-2/+2
* | target/arm: Fix crash on conditional instruction in an IT blockRoman Kapl2018-08-201-14/+21
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2018-08-172-4/+132
|\
| * i386: Disable TOPOEXT by default on "-cpu host"Eduardo Habkost2018-08-161-0/+6
| * target-i386: adds PV_SEND_IPI CPUID feature bitWanpeng Li2018-08-161-1/+1
| * i386: Add new CPU model Icelake-{Server,Client}Robert Hoo2018-08-161-0/+115
| * i386: Add CPUID bit for WBNOINVDRobert Hoo2018-08-162-1/+3