Age | Commit message (Expand) | Author |
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 |
2024-04-25 | hw/misc : Correct 5 spaces indents in stm32l4x5_exti | Inès Varhol |
2024-04-25 | hw/misc/imx: Replace sprintf() by snprintf() | Philippe Mathieu-Daudé |
2024-04-25 | hw/misc/applesmc: Simplify DeviceReset handler | Philippe Mathieu-Daudé |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-04-25 | hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr | Peter Maydell |
2024-04-10 | hw/misc/applesmc: Fix memory leak in reset() handler | Philippe Mathieu-Daudé |
2024-04-10 | hw/misc/applesmc: Do not call DeviceReset from DeviceRealize | Philippe Mathieu-Daudé |
2024-03-26 | hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock | Arnaud Minier |
2024-03-26 | hw/misc/stm32l4x5_rcc: Inline clock_update() in clock_mux_update() | Philippe Mathieu-Daudé |
2024-03-25 | misc/pca955*: Move models under hw/gpio | Cédric Le Goater |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé |