summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-20arm: Enforce should-be-1 bits in MRS decodingPeter Maydell1-0/+14
2017-03-20arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell1-2/+4
2017-03-20arm: HVC and SMC encodings don't exist for M profilePeter Maydell1-0/+3
2017-03-20target/mips: fix delay slot detection in gen_msa_branch()Yongbok Kim1-1/+1
2017-03-20target-mips: replace few LOG_DISAS() with trace pointsPhilippe Mathieu-Daudé2-14/+16
2017-03-20target-mips: replace break by goto cp0_unimplementedPhilippe Mathieu-Daudé1-44/+44
2017-03-20target-mips: log bad coprocessor0 register accesses with LOG_UNIMPPhilippe Mathieu-Daudé1-6/+6
2017-03-20target-mips: remove old & unuseful commentsPhilippe Mathieu-Daudé1-4/+0
2017-03-20target-mips: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-4/+12
2017-03-18Merge remote-tracking branch 'remotes/xtensa/tags/20170317-xtensa' into stagingPeter Maydell1-13/+36
2017-03-16makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variablesDaniel P. Berrange1-1/+1
2017-03-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-0/+16
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini1-0/+1
2017-03-14target/nios2: take BQL around interrupt checkPaolo Bonzini1-0/+3
2017-03-14kvm: Print MSR information if KVM_{GET,SET}_MSRS failedEduardo Habkost1-0/+12
2017-03-14target/arm/arm-powerctl: Fix psci info return valuesAndrew Jones1-2/+2
2017-03-14target/arm: implement armv8 PMUSERENR (user-mode enable bits)Andrew Baumann1-8/+71
2017-03-14target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania1-1/+1
2017-03-14target/ppc: Fix wrong number of UAMR registerThomas Huth1-1/+1
2017-03-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-1/+38
2017-03-11target/xtensa: fix semihosting argc/argv implementationMax Filippov1-13/+36
2017-03-10i386: Change stepping of Haswell to non-blacklisted valueEduardo Habkost1-1/+1
2017-03-10i386/kvm: Blacklist TSX on known broken hostsEduardo Habkost1-0/+17