aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10docs: add "page source" link to sphinx documentationDaniel P. Berrangé
2020-11-10gitlab: force enable docs build in Fedora, Ubuntu, DebianDaniel P. Berrangé
2020-11-10gitlab: publish the docs built during CIDaniel P. Berrangé
2020-11-10configure: surface deprecated targets in the help outputAlex Bennée
2020-11-10fuzz: Make fork_fuzz.ld compatible with LLVM's LLDDaniele Buono
2020-11-10scripts/oss-fuzz: give all fuzzers -target namesAlexander Bulekov
2020-11-10docs/fuzz: update fuzzing documentation post-mesonAlexander Bulekov
2020-11-10docs/fuzz: rST-ify the fuzzing documentationAlexander Bulekov
2020-11-10MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI sectionPhilippe Mathieu-Daudé
2020-11-09gitlab-ci: Drop generic cache rulePhilippe Mathieu-Daudé
2020-11-09tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()AlexChen
2020-11-09qtest: Fix bad printf format specifiersAlexChen
2020-11-09device-crash-test: Check if path is actually an executable fileEduardo Habkost
2020-11-09tests/vm: update openbsd to release 6.8Brad Smith
2020-11-09meson: always include contrib/libvhost-userStefan Hajnoczi
2020-11-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into ...Peter Maydell
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-fixes-202011...Peter Maydell
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201109'...Peter Maydell
2020-11-09block: Remove unused BlockDeviceMapEntryMarkus Armbruster
2020-11-09qapi/block-core: Improve MapEntry documentationMax Reitz
2020-11-09qapi: Fix missing headers in QMP Reference ManualMarkus Armbruster
2020-11-09MAINTAINERS: Add QAPI schema modules to their subsystemsMarkus Armbruster
2020-11-09docs/devel/qapi-code-gen: Fix up examplesMarkus Armbruster
2020-11-09hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé
2020-11-09MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes'Philippe Mathieu-Daudé
2020-11-09hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang
2020-11-09target/mips: Deprecate nanoMIPS ISAPhilippe Mathieu-Daudé
2020-11-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell
2020-11-06Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201106' int...Peter Maydell
2020-11-05Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell
2020-11-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201105' in...Peter Maydell
2020-11-05Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201104' into stagingPeter Maydell
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-11-05hw/9pfs: Fix Kconfig dependency problem between 9pfs and XenPhilippe Mathieu-Daudé
2020-11-05hw/9pfs : add space before the open parenthesis '('Xinhao Zhang
2020-11-05hw/9pfs : open brace '{' following struct go on the same lineXinhao Zhang
2020-11-05hw/9pfs : add spaces around operatorXinhao Zhang
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-11-05s390x: fix build for --without-default-devicesCornelia Huck
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk
2020-11-05spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz
2020-11-05spapr: Drop dead code in spapr_reallocate_hpt()Greg Kurz
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...Peter Maydell
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun
2020-11-04tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"Richard Henderson