aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2022-01-28scripts: Explain the difference between linux-headers and standard-headersPeter Maydell
2022-01-28MAINTAINERS: Remove myself (for raspi).Andrew Baumann
2022-01-28MAINTAINERS: Add an entry for Xilinx Versal OSPIFrancisco Iglesias
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-28include/hw/dma/xlnx_csu_dma: Add in missing includes in the headerFrancisco 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-28Update copyright dates to 2022Peter Maydell
2022-01-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20220127' into st...Peter Maydell
2022-01-27Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2022-01-27-v2' in...Peter Maydell
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy
2022-01-27docs/qapi-code-gen: update to cover trace events code generationVladimir Sementsov-Ogievskiy
2022-01-27meson: generate trace events for qmp commandsVladimir Sementsov-Ogievskiy
2022-01-27qapi/commands: Optionally generate trace for QMP commandsVladimir Sementsov-Ogievskiy
2022-01-27qapi/commands: refactor error handling codeVladimir Sementsov-Ogievskiy
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy
2022-01-27schemas: add missing vim modelineVictor Toso
2022-01-26Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2022...Peter Maydell
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal
2022-01-22Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2022-01-21scripts/render-block-graph: switch to AQMPJohn Snow
2022-01-21scripts/cpu-x86-uarch-abi: switch to AQMPJohn Snow
2022-01-21scripts/cpu-x86-uarch-abi: fix CLI parsingJohn Snow
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow
2022-01-21python/qmp: switch qom tools to AQMPJohn Snow
2022-01-21python/qmp: switch qemu-ga-client to AQMPJohn Snow
2022-01-21python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow
2022-01-21python/aqmp: rename AQMPError to QMPErrorJohn Snow
2022-01-21python/aqmp: add SocketAddrT to package rootJohn Snow
2022-01-21python/aqmp: copy type definitions from qmpJohn Snow
2022-01-21python/aqmp: handle asyncio.TimeoutError on execute()John Snow
2022-01-21python/aqmp: add __del__ method to legacy interfaceJohn Snow
2022-01-21python/aqmp: fix docstring typoJohn Snow
2022-01-21python: use avocado's "new" runnerJohn Snow