aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15hw/net: Added CSO for IPv6Andrew1-3/+12
2020-07-15virtio-net: fix removal of failover deviceJuan Quintela1-0/+1
2020-07-15Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714...Peter Maydell7-71/+368
2020-07-15Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdcard-CVE-2020-1325...Peter Maydell4-31/+106
2020-07-14python/qmp.py: add QMPProtocolErrorJohn Snow1-0/+10
2020-07-14python/qmp.py: add casts to JSON deserializationJohn Snow1-2/+6
2020-07-14python/qmp.py: Do not return None from cmd_objJohn Snow1-9/+5
2020-07-14python/qmp.py: re-absorb MonitorResponseErrorJohn Snow3-18/+21
2020-07-14iotests.py: use qemu.qmp type aliasesJohn Snow1-6/+3
2020-07-14python/qmp.py: Define common typesJohn Snow1-0/+18
2020-07-14python/machine.py: change default wait timeout to 3 secondsJohn Snow1-2/+2
2020-07-14python/machine.py: re-add sigkill warning suppressionJohn Snow1-1/+6
2020-07-14python/machine.py: split shutdown into hard and soft flavorsJohn Snow1-15/+83
2020-07-14tests/acceptance: Don't test reboot on cubieboardJohn Snow1-6/+2
2020-07-14tests/acceptance: wait() instead of shutdown() where appropriateJohn Snow2-0/+12
2020-07-14python/machine.py: Make wait() call shutdown()John Snow1-8/+9
2020-07-14python/machine.py: Add a configurable timeout to shutdown()John Snow1-3/+5
2020-07-14python/machine.py: Prohibit multiple shutdown() callsJohn Snow1-1/+13
2020-07-14python/machine.py: Perform early cleanup for wait() calls, tooJohn Snow1-0/+1
2020-07-14python/machine.py: Add _early_cleanup hookJohn Snow1-6/+12
2020-07-14python/machine.py: Close QMP socket in cleanupJohn Snow1-3/+4
2020-07-14python/machine.py: consolidate _post_shutdown()John Snow1-14/+13
2020-07-14scripts/performance: Add dissect.py scriptAhmed Karaman1-0/+166
2020-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-13-tag' in...Peter Maydell6-18/+96
2020-07-14Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell3-35/+108
2020-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell152-990/+1428
2020-07-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell13-219/+387
2020-07-14Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell2-6/+8
2020-07-14hw/sd/sdcard: Do not switch to ReceivingData if address is invalidPhilippe Mathieu-Daudé1-14/+24
2020-07-14hw/sd/sdcard: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-8/+16
2020-07-14hw/sd/sdcard: Do not allow invalid SD card sizesPhilippe Mathieu-Daudé1-0/+25
2020-07-14hw/sd/sdcard: Simplify realize() a bitPhilippe Mathieu-Daudé1-5/+5
2020-07-14hw/sd/sdcard: Restrict Class 6 commands to SCSD cardsPhilippe Mathieu-Daudé1-0/+5
2020-07-14tests/acceptance/boot_linux: Expand SD card image to power of 2Philippe Mathieu-Daudé1-9/+22
2020-07-14tests/acceptance/boot_linux: Tag tests using a SD card with 'device:sd'Philippe Mathieu-Daudé1-0/+3
2020-07-14docs/orangepi: Add instructions for resizing SD image to power of twoNiek Linnenbank1-3/+13
2020-07-14MAINTAINERS: Cc qemu-block mailing listPhilippe Mathieu-Daudé1-0/+1
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz1-1/+3
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake6-3/+80
2020-07-14block: Add support to warn on backing file change without formatEric Blake6-10/+18
2020-07-14iotests: Specify explicit backing format where sensibleEric Blake119-361/+434
2020-07-14qcow2: Deprecate use of qemu-img amend to change backing fileEric Blake5-0/+24
2020-07-14block: Error if backing file fails during creation without -uEric Blake4-19/+20
2020-07-14qcow: Tolerate backing_fmt=Eric Blake4-1/+168
2020-07-14vmdk: Add trivial backing_fmt supportEric Blake1-0/+14
2020-07-14sheepdog: Add trivial backing_fmt supportEric Blake1-2/+16
2020-07-14block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake4-12/+21
2020-07-14qemu-img: Flush stdout before before potential stderr messagesEric Blake7-12/+13
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf7-12/+80
2020-07-14iotests/059: Filter out disk size with more standard filterKevin Wolf2-506/+505