summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2019-10-253-0/+16
| * hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé2019-10-253-0/+163
| * hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-7/+18
| * hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-6/+9
| * hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+24
| * hw/timer/slavio_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+16
| * hw/timer/slavio_timer: Remove useless check for NULL t->timerPeter Maydell2019-10-241-7/+5Star
| * hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-241-4/+5
| * hw/timer/xilinx_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-241-5/+8
| * hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-242-5/+5
| * target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson2019-10-241-3/+6
| * linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson2019-10-241-0/+1
| * linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson2019-10-241-0/+1
| * target/arm: Rebuild hflags for M-profile NVICRichard Henderson2019-10-241-9/+13
| * target/arm: Rebuild hflags for M-profileRichard Henderson2019-10-242-1/+10
| * target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson2019-10-241-0/+10
| * target/arm: Rebuild hflags at CPSR writesRichard Henderson2019-10-241-0/+3
| * target/arm: Rebuild hflags at MSR writesRichard Henderson2019-10-242-7/+34
| * target/arm: Rebuild hflags at EL changesRichard Henderson2019-10-246-0/+9
| * target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson2019-10-242-0/+28
| * target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson2019-10-241-1/+1
| * target/arm: Split out arm_mmu_idx_elRichard Henderson2019-10-242-5/+16
| * target/arm: Add arm_rebuild_hflagsRichard Henderson2019-10-242-8/+28
| * target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson2019-10-242-5/+11
| * target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson2019-10-241-12/+8Star
| * target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson2019-10-241-7/+14
| * target/arm: Split out rebuild_hflags_aprofileRichard Henderson2019-10-241-8/+12
| * target/arm: Split out rebuild_hflags_a32Richard Henderson2019-10-241-1/+7
| * target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson2019-10-241-26/+23Star
| * target/arm: Split out rebuild_hflags_m32Richard Henderson2019-10-241-15/+30
| * target/arm: Split arm_cpu_data_is_big_endianRichard Henderson2019-10-242-23/+42
| * target/arm: Split out rebuild_hflags_common_32Richard Henderson2019-10-241-5/+11
| * target/arm: Split out rebuild_hflags_a64Richard Henderson2019-10-241-59/+66
| * target/arm: Split out rebuild_hflags_commonRichard Henderson2019-10-242-18/+37
| * aspeed: Add an AST2600 eval boardCédric Le Goater2019-10-242-0/+24
| * hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater2019-10-241-4/+4
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell2019-10-2428-666/+839
|\
| * spapr/xive: Set the OS CAM line at resetCédric Le Goater2019-10-242-32/+17Star
| * ppc/pnv: Fix naming of routines realizing the CPUsCédric Le Goater2019-10-241-4/+4
| * ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-2412-20/+65
| * ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater2019-10-242-1/+5
| * ppc/pnv: Introduce a PnvCore reset handlerCédric Le Goater2019-10-241-4/+15
| * spapr_cpu_core: Implement DeviceClass::resetGreg Kurz2019-10-241-9/+28
| * spapr: move CPU reset after presenter creationCédric Le Goater2019-10-241-6/+8
| * spapr: Don't request to unplug the same core twiceGreg Kurz2019-10-241-3/+4
| * pseries: Update SLOF firmware imageAlexey Kardashevskiy2019-10-243-1/+1
| * spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2019-10-244-18/+19
| * spapr: Remove SpaprIrq::nr_msisDavid Gibson2019-10-245-20/+26
| * spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-245-46/+21Star
| * spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-244-65/+61Star