summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Style fixesDavid Gibson2017-04-261-186/+186
* e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl2017-04-261-0/+10
* target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh2017-04-263-2/+17
* target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard2017-04-261-1/+1
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-0/+1
* target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh2017-04-261-0/+20
* target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2017-04-262-0/+20
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-262-0/+41
* target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff2017-04-262-0/+26
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-263-0/+34
* target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-262-16/+44
* target/ppc: Improve accuracy of guest HTM availability on P8sSam Bobroff2017-04-261-2/+6
* s390x/misc_helper.c: wrap s390_virtio_hypercall in BQLAurelien Jarno2017-04-251-0/+2
* target-s390x: Mask the SIGP order_code to 8bit.Philipp Kern2017-04-251-1/+2
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into stagingPeter Maydell2017-04-212-10/+10
|\
| * s390x: Drop useless castsEric Blake2017-04-211-2/+2
| * s390x/kvm: make printf always compile in debug outputDanil Antonov2017-04-211-8/+8
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell2017-04-211-10/+0Star
|\ \ | |/ |/|
| * ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-10/+0Star
* | arm: Remove workarounds for old M-profile exception return implementationPeter Maydell2017-04-202-49/+2Star
* | arm: Implement M profile exception return properlyPeter Maydell2017-04-202-6/+64
* | arm: Track M profile handler mode state in TB flagsPeter Maydell2017-04-203-0/+11
* | arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell2017-04-201-5/+15
* | arm: Move condition-failed codepath generation out of if()Peter Maydell2017-04-201-13/+11Star
* | arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell2017-04-201-16/+15Star
* | arm: Factor out "generate right kind of step exception"Peter Maydell2017-04-201-12/+16
* | arm: Thumb shift operations should not permit interworking branchesPeter Maydell2017-04-201-1/+1
* | arm: Don't implement BXJ on M-profile CPUsPeter Maydell2017-04-201-1/+6
* | arm/kvm: Remove trailing newlines from error_report()Ishani Chugh2017-04-201-2/+2
* | target/arm: Add assertion about FSC format for syndrome registersPeter Maydell2017-04-201-5/+18
* | arm: Move excnames[] array into arm_log_exceptions()Peter Maydell2017-04-203-24/+20Star
* | target/arm: Add missing entries to excnames[] for log stringsPeter Maydell2017-04-202-0/+3
|/
* target/i386/misc_helper: wrap BQL around another IRQ generatorAlex Bennée2017-04-101-0/+3
* target-i386: fix "info lapic" segfault on isapcTejaswini Poluri2017-04-021-0/+4
* hmp: fix "dump-quest-memory" segfaultIwona Kotlarska2017-03-311-2/+1Star
* i386: Don't override -cpu options on -cpu host/maxEduardo Habkost2017-03-282-4/+11
* i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost2017-03-281-8/+11
* tcg/i386: Check the size of instruction being translatedPranith Kumar2017-03-241-0/+7
* target/s390x: Fix broken user modeStefan Weil2017-03-231-2/+0Star
* Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170320' into stagingPeter Maydell2017-03-203-73/+79
|\
| * target/mips: fix delay slot detection in gen_msa_branch()Yongbok Kim2017-03-201-1/+1
| * target-mips: replace few LOG_DISAS() with trace pointsPhilippe Mathieu-Daudé2017-03-202-14/+16
| * target-mips: replace break by goto cp0_unimplementedPhilippe Mathieu-Daudé2017-03-201-44/+44
| * target-mips: log bad coprocessor0 register accesses with LOG_UNIMPPhilippe Mathieu-Daudé2017-03-201-6/+6
| * target-mips: remove old & unuseful commentsPhilippe Mathieu-Daudé2017-03-201-4/+0Star
| * target-mips: fix compiler warnings (clang 5)Philippe Mathieu-Daudé2017-03-201-4/+12
* | arm: Fix APSR writes via M profile MSRPeter Maydell2017-03-202-5/+24
* | arm: Enforce should-be-1 bits in MRS decodingPeter Maydell2017-03-201-0/+14
* | arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell2017-03-201-2/+4
* | arm: HVC and SMC encodings don't exist for M profilePeter Maydell2017-03-201-0/+3
|/