aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Acceptance tests: add make rule for running themCleber Rosa3-7/+58
2018-10-30Bootstrap Python venv for testsCleber Rosa2-0/+29
2018-10-30iotests: Unify log outputs between Python 2 and 3Max Reitz16-740/+744
2018-10-30iotests: Modify imports for Python 3Max Reitz2-6/+14
2018-10-30iotests: 'new' module replacement in 169Max Reitz1-2/+1
2018-10-30iotests: Explicitly bequeath FDs in PythonMax Reitz3-7/+31
2018-10-30iotests: Different iterator behavior in Python 3Max Reitz6-16/+23
2018-10-30iotests: Use // for Python integer divisionMax Reitz11-30/+30
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz7-21/+26
2018-10-30iotests: Flush in iotests.py's QemuIoInteractiveMax Reitz1-0/+1
2018-10-30iotests: Make nbd-fault-injector flushMax Reitz2-0/+10
2018-10-30scripts/device-crash-test: Remove devices that are not user_creatable anymoreThomas Huth1-17/+0
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell27-53/+64
2018-10-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell16-138/+344
2018-10-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...Peter Maydell2-9/+24
2018-10-30Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...Peter Maydell10-106/+1961
2018-10-30milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé1-5/+10
2018-10-30ppc: move at24c to its own CONFIG_ symbolPaolo Bonzini2-1/+2
2018-10-29iotests: 169: add cases for source vm resumingVladimir Sementsov-Ogievskiy2-3/+61
2018-10-29iotests: improve 169Vladimir Sementsov-Ogievskiy1-0/+9
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy6-31/+109
2018-10-29bitmap: Update count after a mergeEric Blake1-0/+3
2018-10-29nbd: forbid use of frozen bitmapsJohn Snow1-2/+2
2018-10-29block/backup: prohibit backup from using in use bitmapsJohn Snow1-6/+6
2018-10-29block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmapsJohn Snow1-6/+20
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow2-9/+0
2018-10-29block/dirty-bitmaps: fix merge permissionsJohn Snow1-3/+3
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow4-29/+17
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy2-18/+2
2018-10-29block/qcow2: improve error message in qcow2_inactivateVladimir Sementsov-Ogievskiy1-3/+3
2018-10-29iotests: 169: drop deprecated 'autoload' parameterVladimir Sementsov-Ogievskiy1-1/+0
2018-10-29qapi: add transaction support for x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy2-0/+37
2018-10-29blockdev: rename block-dirty-bitmap-clear transaction handlersVladimir Sementsov-Ogievskiy1-4/+4
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy5-17/+40
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy3-4/+4
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy2-12/+13
2018-10-29blockdev-backup: add bitmap argumentJohn Snow2-2/+23
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181029-pull-request' i...Peter Maydell2-4/+25
2018-10-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-3/+4
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/audio-20181029-pull-request...Peter Maydell4-14/+18
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic3-4/+62
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic1-0/+75
2018-10-29linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic1-0/+4
2018-10-29linux-user: Extract MIPS abiflags from ELF fileStefan Markovic1-0/+33
2018-10-29linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic1-0/+4
2018-10-29elf: Define MIPS_ABI_FP_UNKNOWN macroStefan Markovic1-0/+2
2018-10-29spice: prepare for upcoming spice-server changeGerd Hoffmann1-4/+22
2018-10-29SDL: set a hint to not bypass the window compositorSebastian Krzyszkowiak1-0/+3
2018-10-29nvdimm: Add docs hint for Linux driver nameKees Cook1-2/+3
2018-10-29util: aio-posix: fix a typoLi Qiang1-1/+1