aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-01linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani
2022-01-27linux-user: sigprocmask check read perms firstPatrick Venture
2022-01-27linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng
2022-01-27linux-user: Fix inotify on aarch64Paul Brook
2022-01-27linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev
2022-01-27linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell
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
2022-01-21target/riscv: Use gdb xml according to max mxlenLIU Zhiwei
2022-01-21target/riscv: Extend pc for runtime pc writeLIU Zhiwei
2022-01-21target/riscv: Ignore the pc bits above XLENLIU Zhiwei
2022-01-21target/riscv: Create xl field in envLIU Zhiwei
2022-01-21target/riscv: Sign extend pc for different XLENLIU Zhiwei
2022-01-21target/riscv: Sign extend link reg for jal and jalrLIU Zhiwei