summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-10i386: host_vendor_fms() helper functionEduardo Habkost2-0/+20
2017-03-09target/arm/helper: make it clear the EC field is also in hexAlex Bennée1-1/+1
2017-03-09target-i386: defer VMEXIT to do_interruptPaolo Bonzini3-18/+26
2017-03-09target/mips: hold BQL for timer interruptsYongbok Kim1-3/+18
2017-03-09target/xtensa: hold BQL for interrupt processingAlex Bennée2-0/+8
2017-03-09s390x/misc_helper.c: wrap IO instructions in BQLAlex Bennée1-0/+21
2017-03-09sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée2-0/+16
2017-03-09target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MOAlex Bennée1-0/+3
2017-03-07Merge remote-tracking branch 'remotes/xtensa/tags/20170306-xtensa' into stagingPeter Maydell3-0/+178
2017-03-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170306' into...Peter Maydell1-45/+32
2017-03-06target/ppc: use helper for excp handlingNikunj A Dadhania1-18/+2
2017-03-06target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania1-31/+30
2017-03-06target/ppc: fmadd check for excp independentlyNikunj A Dadhania1-8/+12
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell12-488/+562
2017-03-04nios2: avoid anonymous unions in designated initializers.Paolo Bonzini1-18/+18
2017-03-04hppa: avoid anonymous unions in designated initializers.Paolo Bonzini1-33/+33
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert3-1/+11