aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28migration: All this fields are unsignedJuan Quintela4-43/+43
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell1-2/+2
2022-01-28hw/arm: ast2600: Fix address mapping of second SPI controllerCédric Le Goater1-1/+1
2022-01-28hw/intc/arm_gicv3_its: Implement MOVIPeter Maydell3-0/+215
2022-01-28hw/intc/arm_gicv3_its: Implement MOVALLPeter Maydell3-0/+125
2022-01-28hw/intc/arm_gicv3_its: Check table bounds against correct limitPeter Maydell2-10/+9
2022-01-28hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registersPeter Maydell1-0/+8
2022-01-28hw/intc/arm_gicv3_its: Provide read accessor for translation_opsPeter Maydell1-0/+13
2022-01-28hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supportedPeter Maydell2-0/+5
2022-01-28hw/intc/arm_gicv3_redist: Remove unnecessary zero checksPeter Maydell1-5/+3
2022-01-28hw/intc/arm_gicv3_its: Sort ITS command list into numeric orderPeter Maydell1-5/+5
2022-01-28hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIsPeter Maydell1-0/+1
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASERPeter Maydell1-3/+0
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is setPeter Maydell1-1/+0
2022-01-28hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITSPeter Maydell2-3/+5
2022-01-28hw/intc/arm_gicv3_its: Add tracepointsPeter Maydell2-0/+19
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell3-5/+8
2022-01-28scripts: Explain the difference between linux-headers and standard-headersPeter Maydell1-0/+16
2022-01-28MAINTAINERS: Remove myself (for raspi).Andrew Baumann1-1/+0
2022-01-28MAINTAINERS: Add an entry for Xilinx Versal OSPIFrancisco Iglesias1-0/+6
2022-01-28hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPIFrancisco Iglesias1-0/+23
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias1-0/+2
2022-01-28hw/arm/xlnx-versal: Connect the OSPI flash memory controller modelFrancisco Iglesias2-0/+113
2022-01-28hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias3-0/+1965
2022-01-28hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias2-2/+34
2022-01-28include/hw/dma/xlnx_csu_dma: Add in missing includes in the headerFrancisco Iglesias1-0/+5
2022-01-28hw/arm/xlnx-versal: Connect Versal's PMC SLCRFrancisco Iglesias2-1/+75
2022-01-28hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC modelsFrancisco Iglesias3-5/+30
2022-01-28hw/misc: Add a model of Versal's PMC SLCRFrancisco Iglesias3-1/+1528
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell24-25/+80
2022-01-28hw/char/exynos4210_uart: Fix crash on trying to load VM statePeter Maydell1-1/+1
2022-01-28hw/armv7m: Fix broken VMStateDescriptionPeter Maydell1-2/+2
2022-01-28Update copyright dates to 2022Peter Maydell2-2/+2
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell25-123/+189
2022-01-28target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas1-11/+2
2022-01-28target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas1-16/+2
2022-01-28target/ppc: 74xx: System Call exception cleanupFabiano Rosas1-6/+11
2022-01-28target/ppc: 74xx: Program exception cleanupFabiano Rosas1-4/+0
2022-01-28target/ppc: 74xx: External interrupt cleanupFabiano Rosas1-38/+0
2022-01-28target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-01-28target/ppc: Simplify powerpc_excp_74xxFabiano Rosas1-202/+9
2022-01-28target/ppc: Introduce powerpc_excp_74xxFabiano Rosas1-0/+474
2022-01-28target/ppc: books: Program exception cleanupFabiano Rosas1-4/+0
2022-01-28target/ppc: books: External interrupt cleanupFabiano Rosas1-23/+7
2022-01-28target/ppc: books: Machine Check exception cleanupFabiano Rosas1-17/+0
2022-01-28target/ppc: Simplify powerpc_excp_booksFabiano Rosas1-147/+14
2022-01-28target/ppc: Introduce powerpc_excp_booksFabiano Rosas1-0/+478
2022-01-28target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas1-9/+0
2022-01-28target/ppc: 405: Program exception cleanupFabiano Rosas1-15/+4
2022-01-28target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas1-1/+0