aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/aperard/tags/pull-xen-20220127' into st...Peter Maydell2-3/+11
2022-01-27Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2022-01-27-v2' in...Peter Maydell14-27/+190
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-27meson: generate trace events for qmp commandsVladimir Sementsov-Ogievskiy3-4/+19
2022-01-27qapi/commands: Optionally generate trace for QMP commandsVladimir Sementsov-Ogievskiy2-14/+90
2022-01-27qapi/commands: refactor error handling codeVladimir Sementsov-Ogievskiy2-4/+8
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy1-4/+27
2022-01-27schemas: add missing vim modelineVictor Toso4-0/+4
2022-01-26Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2022...Peter Maydell1-0/+27
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal1-0/+27
2022-01-22Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell24-90/+151
2022-01-21scripts/render-block-graph: switch to AQMPJohn Snow1-5/+3
2022-01-21scripts/cpu-x86-uarch-abi: switch to AQMPJohn Snow1-2/+2
2022-01-21scripts/cpu-x86-uarch-abi: fix CLI parsingJohn Snow1-2/+1
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow4-3/+3
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow11-14/+14
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow2-14/+20
2022-01-21python/qmp: switch qom tools to AQMPJohn Snow3-8/+11
2022-01-21python/qmp: switch qemu-ga-client to AQMPJohn Snow1-11/+11
2022-01-21python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow1-1/+1
2022-01-21python/aqmp: rename AQMPError to QMPErrorJohn Snow6-21/+21
2022-01-21python/aqmp: add SocketAddrT to package rootJohn Snow1-1/+9
2022-01-21python/aqmp: copy type definitions from qmpJohn Snow2-8/+30
2022-01-21python/aqmp: handle asyncio.TimeoutError on execute()John Snow1-2/+6
2022-01-21python/aqmp: add __del__ method to legacy interfaceJohn Snow1-0/+18
2022-01-21python/aqmp: fix docstring typoJohn Snow1-1/+1
2022-01-21python: use avocado's "new" runnerJohn Snow1-1/+1
2022-01-21python: pin setuptools below v60.0.0John Snow2-0/+3
2022-01-21Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell42-356/+1608
2022-01-21target/riscv: Relax UXL field for debuggingLIU Zhiwei1-4/+4
2022-01-21target/riscv: Enable uxl field writeLIU Zhiwei2-6/+25
2022-01-21target/riscv: Set default XLEN for hypervisorLIU Zhiwei1-0/+10
2022-01-21target/riscv: Adjust scalar reg in vector with XLENLIU Zhiwei1-1/+1
2022-01-21target/riscv: Adjust vector address with maskLIU Zhiwei1-10/+15
2022-01-21target/riscv: Fix check range for first fault onlyLIU Zhiwei1-2/+2
2022-01-21target/riscv: Remove VILL field in VTYPELIU Zhiwei1-1/+0
2022-01-21target/riscv: Adjust vsetvl according to XLENLIU Zhiwei2-2/+10