aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé
2022-01-27meson.build: Use a function from libfdt 1.5.1 for the library checkThomas Huth
2022-01-27intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow
2022-01-27docker: add msitools to Fedora/mingw crossMarc-André Lureau
2022-01-27build-sys: fix undefined ARCH errorMarc-André Lureau
2022-01-27build-sys: fix a meson deprecation warningMarc-André Lureau
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
2022-01-21target/riscv: Adjust csr write mask with XLENLIU Zhiwei
2022-01-21target/riscv: Relax debug check for pm writeLIU Zhiwei