summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into stagingStefan Hajnoczi8-38/+179
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne5-1/+28
2017-05-04target/openrisc: Remove duplicate features propertyStafford Horne2-28/+5
2017-05-04target/openrisc: Implement full vmstate serializationStafford Horne1-2/+71
2017-05-04target/openrisc: implement shadow registersStafford Horne6-10/+33
2017-05-04target/openrisc: add numcores and coreid supportStafford Horne1-0/+6
2017-05-04target/openrisc: Fixes for memory debuggingStafford Horne1-4/+20
2017-04-26target/ppc: Style fixesDavid Gibson1-186/+186
2017-04-26e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl1-0/+10
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh3-2/+17
2017-04-26target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard1-1/+1
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-0/+1
2017-04-26target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh1-0/+20
2017-04-26target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2-0/+20
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2-0/+41
2017-04-26target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff2-0/+26
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff3-0/+34
2017-04-26target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2-16/+44
2017-04-26target/ppc: Improve accuracy of guest HTM availability on P8sSam Bobroff1-2/+6
2017-04-25s390x/misc_helper.c: wrap s390_virtio_hypercall in BQLAurelien Jarno1-0/+2
2017-04-25target-s390x: Mask the SIGP order_code to 8bit.Philipp Kern1-1/+2
2017-04-21target/openrisc: Implement EPH bitTim 'mithro' Ansell1-0/+3
2017-04-21target/openrisc: Implement EVBAR registerTim 'mithro' Ansell4-1/+21
2017-04-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into stagingPeter Maydell2-10/+10
2017-04-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell1-10/+0
2017-04-21s390x: Drop useless castsEric Blake1-2/+2
2017-04-21s390x/kvm: make printf always compile in debug outputDanil Antonov1-8/+8
2017-04-21ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier1-10/+0
2017-04-20arm: Remove workarounds for old M-profile exception return implementationPeter Maydell2-49/+2
2017-04-20arm: Implement M profile exception return properlyPeter Maydell2-6/+64
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell3-0/+11
2017-04-20arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell1-5/+15
2017-04-20arm: Move condition-failed codepath generation out of if()Peter Maydell1-13/+11
2017-04-20arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell1-16/+15
2017-04-20arm: Factor out "generate right kind of step exception"Peter Maydell1-12/+16
2017-04-20arm: Thumb shift operations should not permit interworking branchesPeter Maydell1-1/+1
2017-04-20arm: Don't implement BXJ on M-profile CPUsPeter Maydell1-1/+6
2017-04-20arm/kvm: Remove trailing newlines from error_report()Ishani Chugh1-2/+2
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell1-5/+18
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell3-24/+20
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell2-0/+3
2017-04-10target/i386/misc_helper: wrap BQL around another IRQ generatorAlex Bennée1-0/+3
2017-04-02target-i386: fix "info lapic" segfault on isapcTejaswini Poluri1-0/+4
2017-03-31hmp: fix "dump-quest-memory" segfaultIwona Kotlarska1-2/+1
2017-03-28i386: Don't override -cpu options on -cpu host/maxEduardo Habkost2-4/+11
2017-03-28i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost1-8/+11
2017-03-24tcg/i386: Check the size of instruction being translatedPranith Kumar1-0/+7
2017-03-23target/s390x: Fix broken user modeStefan Weil1-2/+0
2017-03-20Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170320' into stagingPeter Maydell3-73/+79
2017-03-20arm: Fix APSR writes via M profile MSRPeter Maydell2-5/+24