summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * block: qcow2: remove the created file on initialization errorMaxim Levitsky2021-02-151-3/+5
| * block: add bdrv_co_delete_file_noerrMaxim Levitsky2021-02-153-13/+25
| * crypto: luks: Fix tiny memory leakMaxim Levitsky2021-02-151-0/+2
| * tests/qemu-iotests: Remove test 259 from the "auto" groupThomas Huth2021-02-151-1/+1
| * xen-block: fix reporting of discard featureRoger Pau Monne2021-02-151-0/+1
| * hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov2021-02-151-6/+6
| * blockjob: Fix crash with IOthread when block commit after snapshotMichael Qiu2021-02-151-2/+6
| * iotests: Consistent $IMGOPTS boundary matchingMax Reitz2021-02-151-1/+3
| * qemu-storage-daemon: Enable object-addKevin Wolf2021-02-151-0/+2
* | docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module namePeter Maydell2021-02-151-1/+1
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell2021-02-1517-79/+93
|\ \ | |/ |/|
| * linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring2021-02-151-0/+3
| * docs/user: Remove outdated 'Quick Start' sectionPeter Maydell2021-02-151-61/+0Star
| * linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-136-0/+34
| * linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld2021-02-133-0/+11
| * linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan2021-02-131-1/+2
| * linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie2021-02-131-1/+3
| * linux-user: Fix loading of BSS segmentsGiuseppe Musacchio2021-02-131-10/+20
| * linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2021-02-132-2/+8
| * linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller2021-02-131-1/+1
| * linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2021-02-132-0/+2
| * linux-user/signal: Decode waitid si_codeAlistair Francis2021-02-131-2/+1Star
| * linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé2021-02-131-1/+4
| * linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé2021-02-131-0/+4
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-15022...Peter Maydell2021-02-1520-363/+66Star
|\ \
| * | tests/tcg: fix silent skipping of softmmu gdb testsAlex Bennée2021-02-151-1/+5
| * | bswap.h: Remove unused float-access functionsPeter Maydell2021-02-153-77/+5Star
| * | gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell2021-02-151-20/+0Star
| * | target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-152-6/+6
| * | target/m68k: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-151-3/+2Star
| * | target/sh4: Drop use of gdb_get_float32() and ldfl_p()Peter Maydell2021-02-151-4/+4
| * | MAINTAINERS: Add gdbstub.h to the "GDB stub" sectionPeter Maydell2021-02-151-0/+1
| * | tests/docker: remove travis containerDaniel P. Berrangé2021-02-155-109/+2Star
| * | travis-ci: Disable C++ optional objects on AArch64 containerPhilippe Mathieu-Daudé2021-02-151-1/+1
| * | .shippable: remove the last bitsAlex Bennée2021-02-152-25/+0Star
| * | travis.yml: Move the -fsanitize=thread testing to the gitlab-CIThomas Huth2021-02-152-51/+9Star
| * | travis.yml: (Re-)move the --enable-debug jobsThomas Huth2021-02-152-13/+1Star
| * | travis.yml: Move the --enable-modules test to the gitlab-CIThomas Huth2021-02-152-6/+1Star
| * | travis.yml: Move the -fsanitize=undefined test to the gitlab-CIThomas Huth2021-02-152-30/+13Star
| * | travis.yml: Move gprof/gcov test across to gitlabPhilippe Mathieu-Daudé2021-02-155-17/+16Star
|/ /
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...Peter Maydell2021-02-1311-75/+226
|\ \ | |/ |/|
| * block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy2021-02-126-30/+23Star
| * block: return status from bdrv_append and friendsVladimir Sementsov-Ogievskiy2021-02-122-27/+43
| * qemu-iotests: 300: Add test case for modifying persistence of bitmapPeter Krempa2021-02-122-2/+95
| * migration: dirty-bitmap: Allow control of bitmap persistencePeter Krempa2021-02-122-4/+44
| * migration: dirty-bitmap: Use struct for alias map inner membersPeter Krempa2021-02-121-12/+21
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2021-02-139-175/+604
|\ \
| * | m68k: import bootinfo headers from linuxLaurent Vivier2021-02-115-68/+295
| * | m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts2021-02-113-2/+11
| * | m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts2021-02-114-46/+146