aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov
2022-01-28target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy
2022-01-28spapr: Force 32bit when resetting a coreAlexey Kardashevskiy
2022-01-27Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2022-01-27-v2' in...Peter Maydell
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
2022-01-21python: pin setuptools below v60.0.0John Snow
2022-01-21Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell
2022-01-21target/riscv: Relax UXL field for debuggingLIU Zhiwei
2022-01-21target/riscv: Enable uxl field writeLIU Zhiwei
2022-01-21target/riscv: Set default XLEN for hypervisorLIU Zhiwei
2022-01-21target/riscv: Adjust scalar reg in vector with XLENLIU Zhiwei
2022-01-21target/riscv: Adjust vector address with maskLIU Zhiwei
2022-01-21target/riscv: Fix check range for first fault onlyLIU Zhiwei
2022-01-21target/riscv: Remove VILL field in VTYPELIU Zhiwei
2022-01-21target/riscv: Adjust vsetvl according to XLENLIU Zhiwei
2022-01-21target/riscv: Split out the vill from vtypeLIU Zhiwei
2022-01-21target/riscv: Split pm_enabled into mask and baseLIU Zhiwei
2022-01-21target/riscv: Calculate address according to XLENLIU Zhiwei
2022-01-21target/riscv: Alloc tcg global for cur_pm[mask|base]LIU Zhiwei
2022-01-21target/riscv: Create current pm fields in envLIU Zhiwei