aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver
2017-06-02armv7m: Classify faults as MemManage or BusFaultMichael Davidsaver
2017-06-02arm: All M profile cores are PMSAPeter Maydell
2017-06-02armv7m: Implement M profile default memory mapMichael Davidsaver
2017-06-02armv7m: Improve "-d mmu" tracing for PMSAv7 MPUMichael Davidsaver
2017-06-02arm: Remove unnecessary check on cpu->pmsav7_dregionPeter Maydell
2017-06-02arm: Don't let no-MPU PMSA cores write to SCTLR.MPeter Maydell
2017-06-02arm: Don't clear ARM_FEATURE_PMSA for no-mpu configsPeter Maydell
2017-06-02arm: Clean up handling of no-MPU PMSA CPUsPeter Maydell
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang
2017-05-30target/sh4: fix RTE instruction delay slotAurelien Jarno
2017-05-30target/sh4: ignore interrupts in a delay slotAurelien Jarno
2017-05-30target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno
2017-05-30target/sh4: fix reset when using a kernel and an initrdAurelien Jarno
2017-05-30target/sh4: log unauthorized accesses using qemu_log_maskAurelien Jarno
2017-05-30Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into stagingStefan Hajnoczi
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi
2017-05-24target/ppc: reset reservation in do_rfi()Nikunj A Dadhania
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-19s390/kvm: do not reset riccb on initial cpu resetChristian Borntraeger
2017-05-19s390x/css: ccw translation infrastructureXiao Feng Ren
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-16Merge remote-tracking branch 'aurel32/tags/pull-target-sh4-20170513' into sta...Stefan Hajnoczi
2017-05-16Merge remote-tracking branch 'rth/tags/pull-s390-20170512' into stagingStefan Hajnoczi
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-13target/sh4: use cpu_loop_exit_restoreAurelien Jarno
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno
2017-05-13target/sh4: movua.l is an SH4-A only instructionAurelien Jarno
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno
2017-05-13target/sh4: do not include DELAY_SLOT_TRUE in the TB stateAurelien Jarno
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno
2017-05-12target/s390x: implement serialization in BRANCH CONDITIONAurelien Jarno
2017-05-12target/s390x: fix SIGNAL PROCESSOR return valueAurelien Jarno
2017-05-12target/s390x: mask the SIGP order_code using SIGP_ORDER_MASKAurelien Jarno