aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-24hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" includePhilippe Mathieu-Daudé
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw/timer: Compile devices not target-dependent as common objectPhilippe Mathieu-Daudé
2019-10-24qemu-timer: reuse MIN macro in qemu_timeout_ns_to_msFrediano Ziglio
2019-10-24event_notifier: avoid dandling file descriptor in event_notifier_cleanupFrediano Ziglio
2019-10-24util/async: avoid useless castFrediano Ziglio
2019-10-24pci_bridge: fix a typo in commentMao Zhongyi
2019-10-24qemu-options.hx: Update for reboot-timeout parameterHan Han
2019-10-24hw/timer/slavio_timer: Remove useless check for NULL t->timerPeter Maydell
2019-10-24hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/timer/xilinx_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-10-24linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-10-24target/arm: Rebuild hflags for M-profile NVICRichard Henderson
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater
2019-10-24hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater
2019-10-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell
2019-10-24mc146818rtc: always register rtc to rtc listHervé Poussineau