aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASERPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is setPeter Maydell
2022-01-28hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITSPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Add tracepointsPeter Maydell
2022-01-28hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPIFrancisco Iglesias
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias
2022-01-28hw/arm/xlnx-versal: Connect the OSPI flash memory controller modelFrancisco Iglesias
2022-01-28hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias
2022-01-28hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias
2022-01-28hw/arm/xlnx-versal: Connect Versal's PMC SLCRFrancisco Iglesias
2022-01-28hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC modelsFrancisco Iglesias
2022-01-28hw/misc: Add a model of Versal's PMC SLCRFrancisco Iglesias
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2022-01-28hw/char/exynos4210_uart: Fix crash on trying to load VM statePeter Maydell
2022-01-28hw/armv7m: Fix broken VMStateDescriptionPeter Maydell
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-28hw/ppc/vof: Add missing includesPhilippe Mathieu-Daudé
2022-01-28spapr.c: check bus != NULL in spapr_get_fw_dev_path()Daniel Henrique Barboza
2022-01-28ppc/xive: check return value of ldq_be_dma()Cédric Le Goater
2022-01-28ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()Daniel Henrique Barboza
2022-01-28ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()Daniel Henrique Barboza
2022-01-28ppc/pnv: Fail DMA access if page permissions are not correctFrederic Barrat
2022-01-28spapr: Force 32bit when resetting a coreAlexey Kardashevskiy
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk
2022-01-27intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow
2022-01-21hw/riscv: Remove macros for ELF BIOS image namesAnup Patel
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel
2022-01-21target/riscv: Support start kernel directly by KVMYifei Jiang
2022-01-21hw: timer: ibex_timer: update/add reg addressWilfred Mallawa
2022-01-21riscv: opentitan: fixup plic stride lenWilfred Mallawa
2022-01-21hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa
2022-01-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220120-...Peter Maydell
2022-01-20hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERRORPhilippe Mathieu-Daudé
2022-01-20hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection tablePeter Maydell
2022-01-20hw/intc/arm_gicv3_its: Check indexes before use, not afterPeter Maydell
2022-01-20hw/intc/arm_gicv3_its: Factor out "find address of table entry" codePeter Maydell
2022-01-20hw/intc/arm_gicv3_its: Fix return codes in process_mapd()Peter Maydell
2022-01-20hw/intc/arm_gicv3_its: Fix return codes in process_mapc()Peter Maydell
2022-01-20hw/intc/arm_gicv3_its: Fix return codes in process_mapti()Peter Maydell
2022-01-20hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nestingPeter Maydell
2022-01-20hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()Peter Maydell