summary refs log tree commit diff stats
path: root/scripts/qapi/error.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-28configure: fix parameter expansion of --cross-cc-cflags optionsMatheus Ferst2-3/+3
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong4-9/+41
2022-01-28check-block: replace -makecheck with TAP outputPaolo Bonzini5-44/+48
2022-01-28qemu-iotests: require at least an argument to check-block.shPaolo Bonzini1-10/+7
2022-01-28build: make check-block a meson testPaolo Bonzini6-32/+58
2022-01-28scripts/mtest2make: add support for SPEED=thoroughPaolo Bonzini2-5/+10
2022-01-28check-block.sh: passthrough -jN flag of make to -j N flag of checkVladimir Sementsov-Ogievskiy1-1/+8
2022-01-28meson: Use find_program() to resolve the entitlement.sh scriptPhilippe Mathieu-Daudé1-6/+3
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall1-1/+7
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk1-2/+4
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy4-7/+9
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy2-0/+14
2022-01-27docs/qapi-code-gen: update to cover trace events code generationVladimir Sementsov-Ogievskiy2-0/+25
2022-01-27exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2-9/+9
2022-01-27meson.build: Use a function from libfdt 1.5.1 for the library checkThomas Huth1-1/+1
2022-01-27intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow4-8/+4
2022-01-27docker: add msitools to Fedora/mingw crossMarc-André Lureau2-0/+2
2022-01-27build-sys: fix undefined ARCH errorMarc-André Lureau1-1/+1
2022-01-27build-sys: fix a meson deprecation warningMarc-André Lureau1-1/+1