aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-25hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé
2019-10-25hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé
2019-10-25hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé
2019-10-25hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé
2019-10-25hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé
2019-10-25hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-25hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-25hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-25hw/timer/slavio_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi
2019-10-25libqos: add VIRTIO PCI 1.0 supportStefan Hajnoczi
2019-10-25libqos: extract Legacy virtio-pci.c codeStefan Hajnoczi
2019-10-25libqos: make the virtio-pci BAR index configurableStefan Hajnoczi
2019-10-25libqos: expose common virtqueue setup/cleanup functionsStefan Hajnoczi
2019-10-25libqos: add MSI-X callbacks to QVirtioPCIDeviceStefan Hajnoczi
2019-10-25libqos: pass full QVirtQueue to set_queue_address()Stefan Hajnoczi
2019-10-25libqos: add iteration support to qpci_find_capability()Stefan Hajnoczi
2019-10-25libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi
2019-10-25libqos: implement VIRTIO 1.0 FEATURES_OK stepStefan Hajnoczi
2019-10-25libqos: enforce Device Initialization orderStefan Hajnoczi
2019-10-25libqos: add missing virtio-9p feature negotiationStefan Hajnoczi
2019-10-25tests/virtio-blk-test: set up virtqueue after feature negotiationStefan Hajnoczi
2019-10-25virtio-scsi-test: add missing feature negotiationStefan Hajnoczi
2019-10-25libqos: extend feature bits to 64-bitStefan Hajnoczi
2019-10-25libqos: read QVIRTIO_MMIO_VERSION registerStefan Hajnoczi
2019-10-25tests/virtio-blk-test: read config space after feature negotiationStefan Hajnoczi
2019-10-25virtio: add property to enable packed virtqueueJason Wang
2019-10-25vhost_net: enable packed ring supportJason Wang
2019-10-25virtio: event suppression support for packed ringJason Wang
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez
2019-10-25virtio: Free blk virqueues at unrealize()Eugenio Pérez
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu
2019-10-25virtio: basic structure for packed ringWei Xu
2019-10-24hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé
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