summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz2017-07-111-1/+4
* target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh2017-07-113-1/+48
* target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh2017-07-111-14/+8Star
* target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson2017-07-111-0/+1
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell2017-07-062-6/+62
|\
| * virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2017-07-051-1/+5
| * s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski2017-07-051-5/+57
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-0614-530/+597
|\ \ | |/ |/|
| * target/i386: add the CONFIG_TCG into MakefilesYang Zhong2017-07-051-5/+5
| * target/i386: add the tcg_enabled() in target/i386/Yang Zhong2017-07-054-8/+16
| * target/i386: move TLB refill function out of helper.cPaolo Bonzini2017-07-052-343/+344
| * target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong2017-07-053-13/+24
| * target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong2017-07-053-20/+18Star
| * target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong2017-07-052-30/+30
| * xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real2017-07-044-88/+120
| * Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-0/+23
| * target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini2017-07-041-18/+10Star
| * target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang2017-07-041-2/+4
| * vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-042-8/+8
* | target-microblaze: Add CPU version 10.0Edgar E. Iglesias2017-07-041-0/+1
* | target-microblaze: dec_barrel: Add BSIFIEdgar E. Iglesias2017-07-041-1/+13
* | target-microblaze: dec_barrel: Add BSEFIEdgar E. Iglesias2017-07-041-12/+30
* | target-microblaze: dec_barrel: Plug TCG temp leakEdgar E. Iglesias2017-07-041-0/+1
* | target-microblaze: dec_barrel: Add braces around if-statementsEdgar E. Iglesias2017-07-041-4/+5
* | target-microblaze: dec_barrel: Use extract32Edgar E. Iglesias2017-07-041-2/+2
* | target-microblaze: dec_barrel: Use bool instead of unsigned intEdgar E. Iglesias2017-07-041-1/+1
* | target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias2017-07-043-5/+7
* | target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias2017-07-043-3/+5
* | target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias2017-07-043-7/+11
* | target-microblaze: Introduce a use-div propertyEdgar E. Iglesias2017-07-043-5/+7
* | target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias2017-07-043-5/+7
* | target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias2017-07-041-0/+3
* | target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias2017-07-041-2/+1Star
* | target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias2017-07-042-1/+3
|/
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell2017-06-303-123/+602
|\
| * target/m68k: add fmovemLaurent Vivier2017-06-293-30/+189
| * target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier2017-06-293-8/+74
| * target/m68k: add fsglmul and fsgldivLaurent Vivier2017-06-293-0/+36
| * target/m68k: add explicit single and double precision operationsLaurent Vivier2017-06-293-5/+125
| * target/m68k: add fmovecrLaurent Vivier2017-06-293-1/+47
| * target/m68k: add fscc.Laurent Vivier2017-06-291-79/+131
* | target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao2017-06-301-4/+8
* | target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh2017-06-301-1/+1
* | target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth2017-06-301-0/+3
* | ppc: Rework CPU compatibility testing across migrationDavid Gibson2017-06-303-3/+69
* | pseries: Move CPU compatibility property to machineDavid Gibson2017-06-303-62/+131
* | vmstate: error hint for failed equal checksHalil Pasic2017-06-281-4/+4
* | Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170623' into stagingPeter Maydell2017-06-237-89/+411
|\ \ | |/ |/|
| * target/s390x: Implement idte instructionDavid Hildenbrand2017-06-235-0/+70
| * target/s390x: Improve heuristic for ipteDavid Hildenbrand2017-06-231-9/+16