summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-09tests/functional/aspeed: Update temperature hwmon pathJamin Lin1-2/+2
2025-03-09tests/functional/aspeed: Introduce start_ast2700_test APIJamin Lin1-14/+15
2025-03-09hw/arm/aspeed_ast27x0: Sort the memmap table by mapping addressJamin Lin1-27/+27
2025-03-09hw/arm/aspeed: Add Machine Support for AST2700 A1Jamin Lin1-0/+24
2025-03-09hw/arm/aspeed_ast27x0: Add SoC Support for AST2700 A1Jamin Lin1-0/+79
2025-03-09hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1Jamin Lin2-0/+25
2025-03-09hw/arm/aspeed_ast27x0: Define an Array of AspeedINTCState with Two InstancesJamin Lin2-20/+40
2025-03-09hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt MappingJamin Lin1-27/+50
2025-03-09hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon RevisionsJamin Lin2-0/+4
2025-03-09hw/intc/aspeed: Add Support for AST2700 INTCIO ControllerJamin Lin2-0/+113
2025-03-09hw/intc/aspeed: Add Support for Multi-Output IRQ HandlingJamin Lin3-17/+137
2025-03-09hw/intc/aspeed: Introduce IRQ handler function to reduce code duplicationJamin Lin1-31/+39
2025-03-09hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and r...Jamin Lin2-39/+58
2025-03-09hw/intc/aspeed: Refactor INTC to support separate input and output pin indicesJamin Lin2-42/+67
2025-03-09hw/intc/aspeed: Add support for multiple output pins in INTCJamin Lin3-3/+12
2025-03-09hw/intc/aspeed: Rename num_ints to num_inpins for clarityJamin Lin3-20/+24
2025-03-09hw/intc/aspeed: Support different memory region opsJamin Lin2-1/+5
2025-03-09hw/arm/aspeed_ast27x0: Sort the IRQ table by IRQ numberJamin Lin1-25/+25
2025-03-09hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0Jamin Lin2-8/+9
2025-03-09hw/intc/aspeed: Add object type name to trace events for better debuggingJamin Lin2-25/+31
2025-03-09hw/intc/aspeed: Introduce helper functions for enable and status registersJamin Lin1-83/+108
2025-03-09hw/intc/aspeed: Reduce regs array size by adding a register sub-regionJamin Lin2-21/+30
2025-03-09hw/intc/aspeed: Support setting different register sizeJamin Lin2-18/+6
2025-03-09hw/intc/aspeed: Introduce dynamic allocation for regs arrayJamin Lin2-2/+12
2025-03-09hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarityJamin Lin1-19/+19
2025-03-09hw/intc/aspeed: Support setting different memory sizeJamin Lin2-1/+11
2025-03-09hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700Jamin Lin1-1/+1
2025-03-09hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIOJamin Lin1-2/+9
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/arm/aspeed Update HW Strap Default Values for AST2700Jamin Lin1-2/+4
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
2025-03-09hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self TestJamin Lin2-0/+24
2025-03-09hw/arm/aspeed_ast27x0: Add HACE support for AST2700Jamin Lin1-0/+15
2025-03-09hw/misc/aspeed_hace: Add AST2700 supportJamin Lin2-0/+21
2025-03-09hw/misc/aspeed_hace: Fix coding styleJamin Lin1-4/+8
2025-03-09aspeed: Remove duplicate typename in AspeedSoCClassCédric Le Goater5-10/+4
2025-03-09aspeed/soc: Support Non-maskable Interrupt for AST2700Jamin Lin1-0/+4
2025-03-09tests/functional: Introduce a bletchley machine testCédric Le Goater2-0/+27
2025-03-09tests/functional: Introduce a witherspoon machine testCédric Le Goater2-0/+27
2025-03-09tests/functional: Update OpenBMC image of romulus machineCédric Le Goater2-22/+7
2025-03-09tests/functional: Update OpenBMC image of palmetto machineCédric Le Goater1-6/+7
2025-03-09tests/functional: Introduce a new test routine for OpenBMC imagesCédric Le Goater1-0/+18
2025-03-08accel/tcg: Build tcg-runtime-gvec.c onceRichard Henderson2-2/+1
2025-03-08accel/tcg: Build tcg-runtime.c onceRichard Henderson2-7/+3
2025-03-08qemu/atomic128: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-03-08qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffixPhilippe Mathieu-Daudé6-3/+3
2025-03-08qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffixPhilippe Mathieu-Daudé3-2/+2
2025-03-08accel/tcg: Split out getpc.hRichard Henderson2-9/+25
2025-03-08accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'Philippe Mathieu-Daudé2-9/+11