Age | Commit message (Expand) | Author |
2024-11-18 | hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT() | Peter Maydell |
2024-10-24 | hw/misc/aspeed_hace: Fix SG Accumulative hashing | Alejandro Zeise |
2024-10-15 | hw/block: Remove ecc | Peter Maydell |
2024-10-15 | hw/misc: Create STM32L4x5 SYSCFG clock | Inès Varhol |
2024-10-15 | hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs | Román Cárdenas Rodríguez |
2024-10-01 | hw/misc/omap_clk: Remove OMAP2-specifics | Peter Maydell |
2024-10-01 | hw/misc: Remove omap_l4 device | Peter Maydell |
2024-10-01 | hw/misc: Remove omap_tap device | Peter Maydell |
2024-10-01 | hw/misc: Remove omap_gpmc | Peter Maydell |
2024-10-01 | hw/misc: Remove omap_sdrc device | Peter Maydell |
2024-10-01 | hw/misc: Remove cbus | Peter Maydell |
2024-10-01 | hw/misc: Remove MAINSTONE_FPGA device | Peter Maydell |
2024-09-13 | hw/misc: remove break after g_assert_not_reached() | Pierrick Bouvier |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell |
2024-09-10 | qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix | Markus Armbruster |
2024-09-05 | hw/misc/xlnx-versal-trng: Call register_finalize_block | Peter Maydell |
2024-09-05 | hw/misc/xlnx-versal-trng: Free s->prng in finalize, not unrealize | Peter Maydell |
2024-09-05 | hw/misc/xlnx-versal-cfu: destroy fifo in finalize | Peter Maydell |
2024-08-13 | hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL values | Zheyu Ma |
2024-07-29 | hw/misc/bcm2835_property: Reduce scope of variables in mbox push function | Peter Maydell |
2024-07-29 | hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_row | Peter Maydell |
2024-07-29 | hw/misc/bcm2835_property: Avoid overflow in OTP access properties | Peter Maydell |
2024-07-29 | hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTE | Peter Maydell |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, handle direct interrupts | Inès Varhol |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, consolidate 2 constants | Inès Varhol |
2024-07-11 | hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_ops | Zheyu Ma |
2024-07-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson |
2024-07-02 | Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta... | Richard Henderson |
2024-07-02 | Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging | Richard Henderson |
2024-07-02 | aspeed/sdmc: Remove extra R_MAIN_STATUS case | Jamin Lin |
2024-07-02 | aspeed/sdmc: Check RAM size value at realize time | Cédric Le Goater |
2024-07-02 | Remove inclusion of hw/hw.h from files that don't need it | Thomas Huth |
2024-07-01 | hw/misc/pvpanic: add support for normal shutdowns | Thomas Weißschuh |
2024-07-01 | hw/misc/pvpanic: centralize definition of supported events | Thomas Weißschuh |
2024-07-01 | hw/misc: In STM32L4x5 EXTI, correct configurable interrupts | Inès Varhol |
2024-07-01 | hw/misc/zynq_slcr: Add boot-mode property | Sai Pavan Boddu |
2024-07-01 | hw/misc: Implement mailbox properties for customer OTP and device specific pr... | Rayhan Faizel |
2024-06-21 | hw/misc: Set valid access size for Exynos4210 RNG | Zheyu Ma |
2024-06-16 | aspeed/scu: Add AST2700 support | Jamin Lin |
2024-06-16 | aspeed/sdmc: Add AST2700 support | Jamin Lin |
2024-06-16 | aspeed/sdmc: fix coding style | Jamin Lin |
2024-06-16 | aspeed/sdmc: remove redundant macros | Jamin Lin |
2024-06-16 | aspeed/sli: Add AST2700 support | Jamin Lin |
2024-06-05 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-06-05 | update-linux-headers: move pvpanic.h to correct directory | Paolo Bonzini |
2024-06-04 | hw/misc/debugexit: use runstate API instead of plain exit() | Thomas Weißschuh |
2024-04-30 | hw: misc: edu: use qemu_log_mask instead of hw_error | Chris Friedt |
2024-04-30 | hw: misc: edu: rename local vars in edu_check_range | Chris Friedt |
2024-04-30 | hw: misc: edu: fix 2 off-by-one errors | Chris Friedt |
2024-04-25 | Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging | Richard Henderson |