aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-24hw/timer/xilinx_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+8
2019-10-24hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell2-5/+5
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson1-3/+6
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-10-24linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-10-24target/arm: Rebuild hflags for M-profile NVICRichard Henderson1-9/+13
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson2-1/+10
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson1-0/+10
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson1-0/+3
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson2-7/+34
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson6-0/+9
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson2-0/+28
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson1-1/+1
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson2-5/+16
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson2-8/+28
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson2-5/+11
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson1-12/+8
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson1-7/+14
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson1-8/+12
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson1-1/+7
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson1-26/+23
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson1-15/+30
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson2-23/+42
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson1-5/+11
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson1-59/+66
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson2-18/+37
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater2-0/+24
2019-10-24hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater1-4/+4
2019-10-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell28-666/+839
2019-10-24Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-20/+72
2019-10-24Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into stagingPeter Maydell11-3016/+3362
2019-10-23hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov1-3/+2
2019-10-23ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()Igor Mammedov1-5/+10
2019-10-23sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAMIgor Mammedov1-12/+13
2019-10-23target/i386: Introduce Denverton CPU modelTao Xu1-0/+47
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater2-32/+17
2019-10-24ppc/pnv: Fix naming of routines realizing the CPUsCédric Le Goater1-4/+4
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater12-20/+65
2019-10-24ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater2-1/+5
2019-10-24ppc/pnv: Introduce a PnvCore reset handlerCédric Le Goater1-4/+15
2019-10-24spapr_cpu_core: Implement DeviceClass::resetGreg Kurz1-9/+28
2019-10-24spapr: move CPU reset after presenter creationCédric Le Goater1-6/+8
2019-10-24spapr: Don't request to unplug the same core twiceGreg Kurz1-3/+4
2019-10-24pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2019-10-24spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson4-18/+19
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson5-20/+26
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson5-46/+21
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson4-65/+61
2019-10-24spapr: Remove SpaprIrq::init_kvm hookDavid Gibson2-50/+25
2019-10-24spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson5-37/+24