summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell4-4/+0
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell3-2/+41
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver3-3/+33
2017-06-02armv7m: Classify faults as MemManage or BusFaultMichael Davidsaver1-3/+42
2017-06-02arm: All M profile cores are PMSAPeter Maydell1-0/+8
2017-06-02armv7m: Implement M profile default memory mapMichael Davidsaver1-9/+32
2017-06-02armv7m: Improve "-d mmu" tracing for PMSAv7 MPUMichael Davidsaver1-12/+27
2017-06-02arm: Remove unnecessary check on cpu->pmsav7_dregionPeter Maydell1-2/+1
2017-06-02arm: Don't let no-MPU PMSA cores write to SCTLR.MPeter Maydell1-0/+5
2017-06-02arm: Don't clear ARM_FEATURE_PMSA for no-mpu configsPeter Maydell1-1/+7
2017-06-02arm: Clean up handling of no-MPU PMSA CPUsPeter Maydell4-14/+14
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell3-2/+27
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell6-99/+156
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell1-1/+1
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang1-1/+1
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela4-4/+0
2017-05-30target/sh4: fix RTE instruction delay slotAurelien Jarno2-5/+16
2017-05-30target/sh4: ignore interrupts in a delay slotAurelien Jarno1-2/+10
2017-05-30target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno3-12/+12
2017-05-30target/sh4: fix reset when using a kernel and an initrdAurelien Jarno1-1/+9
2017-05-30target/sh4: log unauthorized accesses using qemu_log_maskAurelien Jarno1-1/+1
2017-05-30Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into stagingStefan Hajnoczi1-0/+3
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi10-16/+16
2017-05-24target/ppc: reset reservation in do_rfi()Nikunj A Dadhania1-0/+3
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake10-16/+16
2017-05-19s390/kvm: do not reset riccb on initial cpu resetChristian Borntraeger2-5/+8
2017-05-19s390x/css: ccw translation infrastructureXiao Feng Ren1-0/+9
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren1-0/+10
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-16Merge remote-tracking branch 'aurel32/tags/pull-target-sh4-20170513' into sta...Stefan Hajnoczi5-190/+181
2017-05-16Merge remote-tracking branch 'rth/tags/pull-s390-20170512' into stagingStefan Hajnoczi9-125/+288
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi4-223/+94
2017-05-13target/sh4: use cpu_loop_exit_restoreAurelien Jarno1-8/+2
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno4-2/+25
2017-05-13target/sh4: movua.l is an SH4-A only instructionAurelien Jarno1-11/+15
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno1-12/+7
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno1-4/+5
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno1-6/+3
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno1-7/+1
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno1-6/+3
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno1-36/+33
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno1-9/+7
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno1-2/+3
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno3-18/+16
2017-05-13target/sh4: do not include DELAY_SLOT_TRUE in the TB stateAurelien Jarno1-2/+1
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno3-16/+6
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno1-79/+82
2017-05-12target/s390x: implement serialization in BRANCH CONDITIONAurelien Jarno1-0/+15