aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang5-12/+12
2020-11-09gitlab-ci: Drop generic cache rulePhilippe Mathieu-Daudé1-6/+0
2020-11-09tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()AlexChen1-4/+2
2020-11-09qtest: Fix bad printf format specifiersAlexChen1-4/+4
2020-11-09device-crash-test: Check if path is actually an executable fileEduardo Habkost1-1/+3
2020-11-09tests/vm: update openbsd to release 6.8Brad Smith1-4/+4
2020-11-09meson: always include contrib/libvhost-userStefan Hajnoczi1-5/+1
2020-11-09block: Fix integer promotion error in bdrv_getlength()Eric Blake1-2/+7
2020-11-09block: enable libnfs on msys2/mingw in cirrus.ymlYonggang Luo1-0/+1
2020-11-09block: Fixes nfs compiling error on msys2/mingwYonggang Luo1-1/+12
2020-11-09iotests: rewrite iotest 240 in pythonMaxim Levitsky2-165/+130
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky1-0/+10
2020-11-09hw/block/nvme: fix free of array-typed valueKlaus Jensen1-1/+0
2020-11-09hw/block/nvme: fix uint16_t use of uint32_t sgls memberKlaus Jensen1-1/+1
2020-11-09hw/block/nvme: fix null ns in register namespaceKlaus Jensen1-2/+1
2020-11-09qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia3-14/+29
2020-11-09block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz2-6/+9
2020-11-09block: Remove unused includeAlexChen1-1/+0
2020-11-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into ...Peter Maydell5-38/+31
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-fixes-202011...Peter Maydell2-7/+6
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201109'...Peter Maydell5-13/+54
2020-11-09block: Remove unused BlockDeviceMapEntryMarkus Armbruster1-29/+0
2020-11-09qapi/block-core: Improve MapEntry documentationMax Reitz1-5/+13
2020-11-09qapi: Fix missing headers in QMP Reference ManualMarkus Armbruster2-2/+8
2020-11-09MAINTAINERS: Add QAPI schema modules to their subsystemsMarkus Armbruster1-0/+6
2020-11-09docs/devel/qapi-code-gen: Fix up examplesMarkus Armbruster1-2/+4
2020-11-09hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé1-2/+1
2020-11-09MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes'Philippe Mathieu-Daudé1-5/+5
2020-11-09hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell1-6/+4
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang2-6/+22
2020-11-09target/mips: Deprecate nanoMIPS ISAPhilippe Mathieu-Daudé2-1/+28
2020-11-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell7-38/+56
2020-11-06Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201106' int...Peter Maydell6-25/+18
2020-11-05Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell3-3/+12
2020-11-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201105' in...Peter Maydell3-7/+2
2020-11-05Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201104' into stagingPeter Maydell2-22/+22
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell27-58/+501
2020-11-05hw/9pfs: Fix Kconfig dependency problem between 9pfs and XenPhilippe Mathieu-Daudé2-5/+1
2020-11-05hw/9pfs : add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-05hw/9pfs : open brace '{' following struct go on the same lineXinhao Zhang1-6/+3
2020-11-05hw/9pfs : add spaces around operatorXinhao Zhang2-13/+13
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell27-158/+227
2020-11-05s390x: fix build for --without-default-devicesCornelia Huck2-2/+3
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk2-35/+50
2020-11-05spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz1-1/+1
2020-11-05spapr: Drop dead code in spapr_reallocate_hpt()Greg Kurz1-6/+0
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun1-0/+1
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...Peter Maydell7-18/+47
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell1-1/+3
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis1-1/+3