aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2-9/+9
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz1-14/+35
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta1-2/+5
2021-02-16Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell7-127/+163
2021-02-15Acceptance Tests: set up existing ssh keys by defaultCleber Rosa1-0/+14
2021-02-15Acceptance Tests: fix population of public key in cloudinit imageCleber Rosa1-1/+3
2021-02-15Acceptance Tests: introduce method for requiring an acceleratorCleber Rosa3-29/+34
2021-02-15Acceptance Tests: introduce LinuxTest base classCleber Rosa3-93/+94
2021-02-15maint: Tell git that *.py files should use python diff hunksEric Blake1-0/+1
2021-02-15tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu logCleber Rosa1-2/+3
2021-02-15Python: close the log file kept by QEMUMachine before reading itCleber Rosa1-2/+2
2021-02-15virtiofs_submounts.py test: Note on vmlinuz paramMax Reitz1-0/+12
2021-02-15Acceptance Tests: bump Avocado version requirement to 85.0Cleber Rosa1-1/+1
2021-02-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell12-34/+69
2021-02-15docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module namePeter Maydell1-1/+1
2021-02-15monitor/qmp: Stop processing requests when shutdown is requestedKevin Wolf1-0/+5
2021-02-15monitor: Fix assertion failure on shutdownKevin Wolf1-10/+15
2021-02-15block: qcow2: remove the created file on initialization errorMaxim Levitsky1-3/+5
2021-02-15block: add bdrv_co_delete_file_noerrMaxim Levitsky3-13/+25
2021-02-15crypto: luks: Fix tiny memory leakMaxim Levitsky1-0/+2
2021-02-15tests/qemu-iotests: Remove test 259 from the "auto" groupThomas Huth1-1/+1
2021-02-15xen-block: fix reporting of discard featureRoger Pau Monne1-0/+1
2021-02-15hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov1-6/+6
2021-02-15blockjob: Fix crash with IOthread when block commit after snapshotMichael Qiu1-2/+6
2021-02-15iotests: Consistent $IMGOPTS boundary matchingMax Reitz1-1/+3
2021-02-15qemu-storage-daemon: Enable object-addKevin Wolf1-0/+2
2021-02-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell17-79/+93
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring1-0/+3
2021-02-15docs/user: Remove outdated 'Quick Start' sectionPeter Maydell1-61/+0
2021-02-15Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-15022...Peter Maydell20-363/+66
2021-02-15tests/tcg: fix silent skipping of softmmu gdb testsAlex Bennée1-1/+5
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell3-77/+5
2021-02-15gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell1-20/+0
2021-02-15target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2-6/+6
2021-02-15target/m68k: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell1-3/+2
2021-02-15target/sh4: Drop use of gdb_get_float32() and ldfl_p()Peter Maydell1-4/+4
2021-02-15MAINTAINERS: Add gdbstub.h to the "GDB stub" sectionPeter Maydell1-0/+1
2021-02-15tests/docker: remove travis containerDaniel P. Berrangé5-109/+2
2021-02-15travis-ci: Disable C++ optional objects on AArch64 containerPhilippe Mathieu-Daudé1-1/+1
2021-02-15.shippable: remove the last bitsAlex Bennée2-25/+0
2021-02-15travis.yml: Move the -fsanitize=thread testing to the gitlab-CIThomas Huth2-51/+9
2021-02-15travis.yml: (Re-)move the --enable-debug jobsThomas Huth2-13/+1
2021-02-15travis.yml: Move the --enable-modules test to the gitlab-CIThomas Huth2-6/+1
2021-02-15travis.yml: Move the -fsanitize=undefined test to the gitlab-CIThomas Huth2-30/+13
2021-02-15travis.yml: Move gprof/gcov test across to gitlabPhilippe Mathieu-Daudé5-17/+16
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang6-0/+34
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld3-0/+11
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan1-1/+2
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie1-1/+3
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio1-10/+20