aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-25hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() loggingPeter Maydell
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCGEric Auger
2022-03-14ppc/xive2: Make type Xive2EndSource not user creatableCédric Le Goater
2022-03-07hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace eventPeter Maydell
2022-03-07hw/intc/arm_gicv3: Fix missing spaces in error log messagesPeter Maydell
2022-03-07hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell
2022-03-07hw/intc/arm_gicv3_its: Add trace events for table reads and writesPeter Maydell
2022-03-07hw/intc/arm_gicv3_its: Add trace events for commandsPeter Maydell
2022-03-03hw/intc: Add RISC-V AIA IMSIC device emulationAnup Patel
2022-03-02pnv/xive2: Add support for 8bits thread idCédric Le Goater
2022-03-02pnv/xive2: Add support for automatic save&restoreCédric Le Goater
2022-03-02xive2: Add a get_config() handler for the router configurationCédric Le Goater
2022-03-02pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)Cédric Le Goater
2022-03-02ppc/pnv: add XIVE Gen2 TIMA supportCédric Le Goater
2022-03-02pnv/xive2: Introduce new capability bitsCédric Le Goater
2022-03-02ppc/pnv: Add support for PQ offload on PHB5Cédric Le Goater
2022-03-02ppc/xive: Add support for PQ state bits offloadCédric Le Goater
2022-03-02ppc/xive2: Add support for notification injection on ESB pagesCédric Le Goater
2022-03-02ppc/pnv: Add a XIVE2 controller to the POWER10 chipCédric Le Goater
2022-03-02ppc/xive2: Introduce a presenter matching routineCédric Le Goater
2022-03-02ppc/xive2: Introduce a XIVE2 core frameworkCédric Le Goater
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-02-16hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel
2022-02-08hw/intc/arm_gicv3_its: Split error checksPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTIPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase fieldPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Make update_ite() use ITEntryPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a structPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell
2022-01-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220128'...Peter Maydell
2022-01-28hw/intc/arm_gicv3_its: Implement MOVIPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Implement MOVALLPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Check table bounds against correct limitPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registersPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Provide read accessor for translation_opsPeter Maydell
2022-01-28hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supportedPeter Maydell
2022-01-28hw/intc/arm_gicv3_redist: Remove unnecessary zero checksPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Sort ITS command list into numeric orderPeter Maydell
2022-01-28hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIsPeter Maydell