aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2025-09-02hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinitPeter Maydell1-0/+9
2025-07-21hw/misc/max78000_aes: Comment Internal Key StorageJackson Donaldson1-0/+6
2025-07-21hw/misc/ivshmem-pci: Improve error handlingPeter Maydell1-1/+8
2025-07-15hw/mips: Restrict ITU to TCGPhilippe Mathieu-Daudé1-0/+1
2025-07-08MAX78000: AES implementationJackson Donaldson4-0/+233
2025-07-08MAX78000: TRNG ImplementationJackson Donaldson4-0/+149
2025-07-08MAX78000: GCR ImplementationJackson Donaldson3-0/+343
2025-07-08MAX78000: ICC ImplementationJackson Donaldson3-0/+124
2025-07-03hw/misc/aspeed_scu: Handle AST2600 protection key registers correctlyTan Siewert1-2/+14
2025-07-03hw/misc/aspeed_scu: Support the Frequency Counter Control register for AST2700Jamin Lin1-0/+6
2025-07-03hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700Jamin Lin1-0/+3
2025-07-02treewide: update docs file extensions (.txt -> .rst) in commentsSean Wei1-1/+1
2025-06-12hw/misc/aspeed_hace: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-10hw/misc/stm32_rcc: Fix stm32_rcc_write() arguments orderPhilippe Michaud-Boudreault1-1/+1
2025-05-25hw/misc/aspeed_hace: Support to dump plaintext and digest for better debuggingJamin Lin2-0/+47
2025-05-25hw/misc/aspeed_hace: Add trace-events for better debuggingJamin Lin2-0/+17
2025-05-25hw/misc/aspeed_hace: Support DMA 64 bits dram addressJamin Lin1-1/+16
2025-05-25hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addressesJamin Lin1-1/+30
2025-05-25hw/misc/aspeed_hace: Move register size to instance class and dynamically all...Jamin Lin1-17/+19
2025-05-25hw/misc/aspeed_hace: Support accumulative mode for direct access modeJamin Lin1-3/+21
2025-05-25hw/misc/aspeed_hace: Rename R_HASH_DEST to R_HASH_DIGEST and introduce 64-bit...Jamin Lin1-6/+19
2025-05-25hw/misc/aspeed_hace: Introduce 64-bit hash source address helper functionJamin Lin1-7/+17
2025-05-25hw/misc/aspeed_hace: Extract accumulation-mode hash execution into helper fun...Jamin Lin1-33/+41
2025-05-25hw/misc/aspeed_hace: Extract non-accumulation hash execution into helper func...Jamin Lin1-8/+24
2025-05-25hw/misc/aspeed_hace: Extract digest write and iov unmap into helper functionJamin Lin1-12/+21
2025-05-25hw/misc/aspeed_hace: Extract SG-mode hash buffer setup into helper functionJamin Lin1-48/+63
2025-05-25hw/misc/aspeed_hace: Extract direct mode hash buffer setup into helper functionJamin Lin1-10/+32
2025-05-25hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hangJamin Lin1-9/+9
2025-05-25hw/misc/aspeed_hace: Improve readability and consistency in variable namingJamin Lin1-34/+33
2025-05-25hw/misc/aspeed_hace: Remove unused code for better readabilityJamin Lin1-37/+2
2025-05-19hw/misc: Add MPFS system reset supportSebastian Huber1-0/+7
2025-05-15Merge tag 'pull-target-arm-20250515' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-235/+235
2025-05-14hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello1-235/+235
2025-05-14pci-testdev.c: Add membar-backed option for backing membarStephen Bates1-2/+10
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé10-11/+11
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé122-176/+179
2025-04-25hw/misc/edu: Convert type_init() -> DEFINE_TYPES()Philippe Mathieu-Daudé1-12/+9
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi3-6/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster3-6/+0
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson4-4/+4
2025-04-01Merge tag 'pull-aspeed-20250401' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi1-2/+14
2025-04-01hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600Joel Stanley1-2/+2
2025-04-01hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bitPhilippe Mathieu-Daudé1-0/+12
2025-03-31hw/misc/pll: Do not expose as user-creatablePhilippe Mathieu-Daudé3-0/+18
2025-03-23hw/misc/aspeed_hace: Fix buffer overflow in has_padding functionJamin Lin1-0/+5
2025-03-17hw/misc: use extract64 instead of 1 << iTigran Sogomonian1-1/+1
2025-03-09hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon RevisionsJamin Lin1-0/+2
2025-03-09hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer for AST2700Jamin Lin1-2/+1
2025-03-09hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AS...Jamin Lin1-2/+1
2025-03-09hw/misc/aspeed_scu: Skipping dram_init in u-bootJamin Lin1-0/+2