aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-15docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module namePeter Maydell1-1/+1
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
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2-2/+8
2021-02-13linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller1-1/+1
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2-0/+2
2021-02-13linux-user/signal: Decode waitid si_codeAlistair Francis1-2/+1
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé1-1/+4
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé1-0/+4
2021-02-13Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...Peter Maydell11-75/+226
2021-02-13Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell9-175/+604
2021-02-12Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-12' into st...Peter Maydell17-74/+193
2021-02-12block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy6-30/+23
2021-02-12block: return status from bdrv_append and friendsVladimir Sementsov-Ogievskiy2-27/+43
2021-02-12qemu-iotests: 300: Add test case for modifying persistence of bitmapPeter Krempa2-2/+95
2021-02-12migration: dirty-bitmap: Allow control of bitmap persistencePeter Krempa2-4/+44
2021-02-12migration: dirty-bitmap: Use struct for alias map inner membersPeter Krempa1-12/+21
2021-02-12iotests/264: add backup-cancel test-caseVladimir Sementsov-Ogievskiy2-9/+16
2021-02-12block/backup: implement .cancel job handlerVladimir Sementsov-Ogievskiy1-0/+10
2021-02-12iotests/264: add mirror-cancel test-caseVladimir Sementsov-Ogievskiy2-10/+32
2021-02-12iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy1-1/+5
2021-02-12iotests/264: move to python unittestVladimir Sementsov-Ogievskiy2-55/+58
2021-02-12block/mirror: implement .cancel job handlerVladimir Sementsov-Ogievskiy1-0/+9
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy2-0/+8
2021-02-12block/raw-format: implement .bdrv_cancel_in_flight handlerVladimir Sementsov-Ogievskiy1-0/+6
2021-02-12block/nbd: implement .bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy1-0/+15
2021-02-12block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy3-0/+23
2021-02-12io: error_prepend() in qio_channel_readv_full_all() causes segfaultJagannathan Raman1-2/+1