Age | Commit message (Expand) | Author | Files | Lines |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, handle direct interrupts | Inès Varhol | 1 | -0/+7 |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, consolidate 2 constants | Inès Varhol | 1 | -4/+2 |
2024-07-11 | hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_ops | Zheyu Ma | 1 | -0/+2 |
2024-07-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson | 3 | -4/+8 |
2024-07-02 | Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta... | Richard Henderson | 1 | -1/+6 |
2024-07-02 | Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging | Richard Henderson | 1 | -1/+0 |
2024-07-02 | aspeed/sdmc: Remove extra R_MAIN_STATUS case | Jamin Lin | 1 | -1/+0 |
2024-07-02 | aspeed/sdmc: Check RAM size value at realize time | Cédric Le Goater | 1 | -0/+6 |
2024-07-02 | Remove inclusion of hw/hw.h from files that don't need it | Thomas Huth | 1 | -1/+0 |
2024-07-01 | hw/misc/pvpanic: add support for normal shutdowns | Thomas Weißschuh | 1 | -0/+5 |
2024-07-01 | hw/misc/pvpanic: centralize definition of supported events | Thomas Weißschuh | 3 | -4/+3 |
2024-07-01 | hw/misc: In STM32L4x5 EXTI, correct configurable interrupts | Inès Varhol | 1 | -15/+13 |
2024-07-01 | hw/misc/zynq_slcr: Add boot-mode property | Sai Pavan Boddu | 1 | -1/+21 |
2024-07-01 | hw/misc: Implement mailbox properties for customer OTP and device specific pr... | Rayhan Faizel | 1 | -0/+87 |
2024-06-21 | hw/misc: Set valid access size for Exynos4210 RNG | Zheyu Ma | 1 | -0/+2 |
2024-06-16 | aspeed/scu: Add AST2700 support | Jamin Lin | 2 | -1/+309 |
2024-06-16 | aspeed/sdmc: Add AST2700 support | Jamin Lin | 1 | -3/+191 |
2024-06-16 | aspeed/sdmc: fix coding style | Jamin Lin | 1 | -4/+7 |
2024-06-16 | aspeed/sdmc: remove redundant macros | Jamin Lin | 1 | -15/+0 |
2024-06-16 | aspeed/sli: Add AST2700 support | Jamin Lin | 3 | -1/+186 |
2024-06-05 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 3 | -3/+3 |
2024-06-05 | update-linux-headers: move pvpanic.h to correct directory | Paolo Bonzini | 3 | -3/+3 |
2024-06-04 | hw/misc/debugexit: use runstate API instead of plain exit() | Thomas Weißschuh | 1 | -1/+3 |
2024-04-30 | hw: misc: edu: use qemu_log_mask instead of hw_error | Chris Friedt | 1 | -4/+8 |
2024-04-30 | hw: misc: edu: rename local vars in edu_check_range | Chris Friedt | 1 | -8/+8 |
2024-04-30 | hw: misc: edu: fix 2 off-by-one errors | Chris Friedt | 1 | -9/+8 |
2024-04-25 | Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging | Richard Henderson | 8 | -27/+33 |
2024-04-25 | hw/misc : Correct 5 spaces indents in stm32l4x5_exti | Inès Varhol | 1 | -4/+4 |
2024-04-25 | hw/misc/imx: Replace sprintf() by snprintf() | Philippe Mathieu-Daudé | 6 | -8/+8 |
2024-04-25 | hw/misc/applesmc: Simplify DeviceReset handler | Philippe Mathieu-Daudé | 1 | -15/+21 |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell | 19 | -29/+29 |
2024-04-25 | hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr | Peter Maydell | 2 | -18/+7 |
2024-04-10 | hw/misc/applesmc: Fix memory leak in reset() handler | Philippe Mathieu-Daudé | 1 | -0/+1 |
2024-04-10 | hw/misc/applesmc: Do not call DeviceReset from DeviceRealize | Philippe Mathieu-Daudé | 1 | -1/+0 |
2024-03-26 | hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock | Arnaud Minier | 1 | -1/+1 |
2024-03-26 | hw/misc/stm32l4x5_rcc: Inline clock_update() in clock_mux_update() | Philippe Mathieu-Daudé | 1 | -1/+6 |
2024-03-25 | misc/pca955*: Move models under hw/gpio | Cédric Le Goater | 4 | -815/+0 |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 3 | -5/+3 |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé | 2 | -3/+2 |
2024-03-12 | hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set() | Zhao Liu | 1 | -2/+1 |
2024-03-11 | hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu | 1 | -0/+1 |
2024-03-07 | hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC | Inès Varhol | 1 | -0/+1 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Add write protections to CR register | Arnaud Minier | 1 | -50/+114 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Handle Register Updates | Arnaud Minier | 1 | -12/+512 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Initialize PLLs and clock multiplexers | Arnaud Minier | 1 | -17/+128 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Add an internal PLL Clock object | Arnaud Minier | 2 | -0/+181 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Add an internal clock multiplexer object | Arnaud Minier | 2 | -0/+165 |
2024-03-05 | hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeleton | Arnaud Minier | 4 | -0/+454 |
2024-02-27 | hw/misc/bcm2835_property: Add missed BCM2835 properties | Sergey Kambalin | 1 | -0/+21 |
2024-02-23 | ppc/pnv: Add a pca9554 I2C device to powernv10-rainier | Glenn Miles | 2 | -0/+5 |