aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-05block/block-copy: use aio-task-pool APIVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: refactor task creationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: add state pointer to BlockCopyTaskVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: alloc task on each iterationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: rename in-flight requests to tasksVladimir Sementsov-Ogievskiy
2020-05-05Fix iotest 153Maxim Levitsky
2020-05-05block: Comment cleanupsEric Blake
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-05-05iotests: use python logging for iotests.log()John Snow
2020-05-05iotests: Mark verify functions as privateJohn Snow
2020-05-05iotest 258: use script_mainJohn Snow
2020-05-05iotests: add script_initializeJohn Snow
2020-05-05iotests: add hmp helper with loggingJohn Snow
2020-05-05iotests: limit line length to 79 charsJohn Snow
2020-05-05iotests: touch up log function signatureJohn Snow
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow
2020-05-05iotests: alphabetize standard importsJohn Snow
2020-05-05iotests: add pylintrc fileJohn Snow
2020-05-05iotests: replace mutable list default argsJohn Snow
2020-05-05iotests: ignore import warnings from pylintJohn Snow
2020-05-05iotests: don't use 'format' for drive_addJohn Snow
2020-05-05iotests: do a light delintingJohn Snow
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy
2020-05-04block/nbd-client: drop max_block restriction from block_statusVladimir Sementsov-Ogievskiy
2020-05-04iotests/041: Fix NBD socket pathMax Reitz
2020-05-04tools: Fix use of fcntl(F_SETFD) during socket activationEric Blake
2020-05-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-05-04lockable: fix __COUNTER__ macro to be referenced properlyDaniel Brodsky
2020-05-04fuzz: select fuzz target using executable nameAlexander Bulekov
2020-05-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé
2020-05-04hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé
2020-05-04acpi: unit-test: Update WAET ACPI Table expected binariesLiran Alon
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon
2020-05-04acpi: unit-test: Ignore diff in WAET ACPI tableLiran Alon
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz
2020-05-04tests/acpi: add expected tables for bios-tables-testShameer Kolothum
2020-05-04bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virtShameer Kolothum
2020-05-04tests: Update ACPI tables list for upcoming arm/virt test changesShameer Kolothum
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee