summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-2556-165/+213
|\
| * hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé2019-10-241-3/+0Star
| * hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" includePhilippe Mathieu-Daudé2019-10-241-1/+0Star
| * hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-243-1/+2
| * hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-247-10/+11
| * hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-1/+1
| * hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-247-9/+9
| * hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-5/+5
| * hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-246-6/+6
| * hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2411-13/+31
| * hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-246-6/+6
| * hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2414-48/+73
| * hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2421-26/+34
| * hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2413-17/+21
| * hw/timer: Compile devices not target-dependent as common objectPhilippe Mathieu-Daudé2019-10-241-11/+11
| * qemu-timer: reuse MIN macro in qemu_timeout_ns_to_msFrediano Ziglio2019-10-241-5/+1Star
| * event_notifier: avoid dandling file descriptor in event_notifier_cleanupFrediano Ziglio2019-10-241-1/+1
| * util/async: avoid useless castFrediano Ziglio2019-10-241-1/+0Star
| * pci_bridge: fix a typo in commentMao Zhongyi2019-10-241-1/+1
| * qemu-options.hx: Update for reboot-timeout parameterHan Han2019-10-241-2/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191025'...Peter Maydell2019-10-2540-258/+942
|\ \ | |/ |/|
| * hw/arm/highbank: Use AddressSpace when using write_secondary_boot()Philippe Mathieu-Daudé2019-10-251-1/+2
| * hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_bootPhilippe Mathieu-Daudé2019-10-251-6/+8
| * hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé2019-10-252-13/+17
| * hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé2019-10-251-9/+9
| * hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé2019-10-252-2/+18
| * hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé2019-10-254-0/+202
| * 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