summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: use DISAS_EXIT for eret handlingAlex Bennée2017-07-172-3/+6
* target/arm: use gen_goto_tb for ISB handlingAlex Bennée2017-07-172-3/+3
* target/arm/translate: ensure gen_goto_tb sets exit flagsAlex Bennée2017-07-171-1/+5
* target/arm/translate.h: expand comment on DISAS_EXITAlex Bennée2017-07-171-1/+4
* target/arm/translate: make DISAS_UPDATE match declared semanticsAlex Bennée2017-07-172-10/+10
* target/arm: Make Cortex-M3 and M4 default to 8 PMSA regionsPeter Maydell2017-07-171-1/+11
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-1411-53/+476
|\
| * s390x/gdb: add gs registersChristian Borntraeger2017-07-141-0/+24
| * s390x/arch_dump: also dump guarded storage control blockChristian Borntraeger2017-07-141-0/+18
| * s390x/kvm: enable guarded storageFan Zhang2017-07-143-10/+85
| * s390x/kvm: Enable KSS facility for nested virtualizationFarhan Ali2017-07-141-0/+1
| * s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne2017-07-141-0/+3
| * s390x/cpumodel: we are always in zarchitecture modeJason J. Herne2017-07-142-29/+14Star
| * s390x/cpumodel: wire up new hardware featuresJason J. Herne2017-07-146-1/+159
| * s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao2017-07-144-0/+18
| * s390x/sic: realize SIC handlingFei Li2017-07-141-1/+15
| * s390x/cpumodel: provide compat handling for new cpu featuresJason J. Herne2017-07-142-0/+28
| * s390x/cpumodel: clean up spacing and commentsJason J. Herne2017-07-143-3/+93
| * s390x/kvm: Rework cmma managementJanosch Frank2017-07-142-9/+18
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-143-3/+3
|\ \
| * | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-142-2/+2
| * | char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-144-22/+22
|\ \ | |/ |/|
| * Convert error_report() to warn_report()Alistair Francis2017-07-134-22/+22
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-07-131-1/+0Star
|\ \
| * | target/xtensa: gdbstub: drop dead return statementMax Filippov2017-07-111-1/+0Star
* | | Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell2017-07-131-2/+6
|\ \ \
| * | | target/mips: fix msa copy_[s|u]_df rd = 0 corner caseMiodrag Dinic2017-07-111-2/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell2017-07-133-3/+64
|\ \ \ | |_|/ |/| |
| * | target-arm: v7M: ignore writes to CONTROL.SPSEL from Thread modePeter Maydell2017-07-111-3/+10
| * | ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-112-0/+54
| |/
* | 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