Age | Commit message (Expand) | Author |
2020-11-10 | target/arm: Don't use '#' flag of printf format | Xinhao Zhang |
2020-11-10 | target/arm: add spaces around operator | Xinhao Zhang |
2020-11-10 | ssi: Fix bad printf format specifiers | AlexChen |
2020-11-10 | hw/arm/Kconfig: ARM_V7M depends on PTIMER | Andrew Jones |
2020-11-10 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re... | Peter Maydell |
2020-11-10 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201... | Peter Maydell |
2020-11-10 | s390x: Avoid variable size warning in ipl.h | Daniele Buono |
2020-11-10 | s390x: fix clang 11 warnings in cpu_models.c | Daniele Buono |
2020-11-10 | qtest: Update references to parse_escape() in comments | Peter Maydell |
2020-11-10 | fuzz: add virtio-blk fuzz target | Dima Stepanov |
2020-11-10 | docs: add "page source" link to sphinx documentation | Daniel P. Berrangé |
2020-11-10 | gitlab: force enable docs build in Fedora, Ubuntu, Debian | Daniel P. Berrangé |
2020-11-10 | gitlab: publish the docs built during CI | Daniel P. Berrangé |
2020-11-10 | configure: surface deprecated targets in the help output | Alex Bennée |
2020-11-10 | fuzz: Make fork_fuzz.ld compatible with LLVM's LLD | Daniele Buono |
2020-11-10 | scripts/oss-fuzz: give all fuzzers -target names | Alexander Bulekov |
2020-11-10 | docs/fuzz: update fuzzing documentation post-meson | Alexander Bulekov |
2020-11-10 | docs/fuzz: rST-ify the fuzzing documentation | Alexander Bulekov |
2020-11-10 | MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section | Philippe Mathieu-Daudé |
2020-11-10 | linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn | Peter Maydell |
2020-11-10 | linux-user/sparc: Correct set/get_context handling of fp and i7 | Peter Maydell |
2020-11-10 | linux-user/sparc: Fix errors in target_ucontext structures | Peter Maydell |
2020-11-09 | hw/intc/ibex_plic: Clear the claim register when read | Alistair Francis |
2020-11-09 | target/riscv: Split the Hypervisor execute load helpers | Alistair Francis |
2020-11-09 | target/riscv: Remove the hyp load and store functions | Alistair Francis |
2020-11-09 | target/riscv: Remove the HS_TWO_STAGE flag | Alistair Francis |
2020-11-09 | target/riscv: Set the virtualised MMU mode when doing hyp accesses | Alistair Francis |
2020-11-09 | target/riscv: Add a virtualised MMU Mode | Alistair Francis |
2020-11-09 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-09-tag' in... | Peter Maydell |
2020-11-09 | qga: fix missing closedir() in qmp_guest_get_disks() | Michael Roth |
2020-11-09 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-11-09-v2'... | Peter Maydell |
2020-11-09 | block: make bdrv_drop_intermediate() less wrong | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: add bdrv_replace_node_common() | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache() | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: Fix some code style problems, "foo* bar" should be "foo *bar" | shiliyang |
2020-11-09 | gitlab-ci: Drop generic cache rule | Philippe Mathieu-Daudé |
2020-11-09 | tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test() | AlexChen |
2020-11-09 | qtest: Fix bad printf format specifiers | AlexChen |
2020-11-09 | device-crash-test: Check if path is actually an executable file | Eduardo Habkost |
2020-11-09 | tests/vm: update openbsd to release 6.8 | Brad Smith |
2020-11-09 | meson: always include contrib/libvhost-user | Stefan Hajnoczi |
2020-11-09 | block: Fix integer promotion error in bdrv_getlength() | Eric Blake |
2020-11-09 | block: enable libnfs on msys2/mingw in cirrus.yml | Yonggang Luo |
2020-11-09 | block: Fixes nfs compiling error on msys2/mingw | Yonggang Luo |
2020-11-09 | iotests: rewrite iotest 240 in python | Maxim Levitsky |
2020-11-09 | iotests: add filter_qmp_virtio_scsi function | Maxim Levitsky |
2020-11-09 | hw/block/nvme: fix free of array-typed value | Klaus Jensen |
2020-11-09 | hw/block/nvme: fix uint16_t use of uint32_t sgls member | Klaus Jensen |
2020-11-09 | hw/block/nvme: fix null ns in register namespace | Klaus Jensen |
2020-11-09 | qcow2: Document and enforce the QCowL2Meta invariants | Alberto Garcia |