aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-26iotests/300: Clean up pylint and mypy complaintsMax Reitz2-4/+16
2021-01-26iotests/129: Clean up pylint and mypy complaintsMax Reitz2-3/+3
2021-01-26iotests/129: Limit mirror job's buffer sizeMax Reitz1-1/+1
2021-01-26iotests/129: Actually test a commit jobMax Reitz1-2/+25
2021-01-26iotests/129: Use throttle nodeMax Reitz1-24/+13
2021-01-26iotests/129: Do not check @busyMax Reitz1-1/+1
2021-01-26iotests/129: Remove test images in tearDown()Max Reitz1-0/+2
2021-01-26iotests: Move try_remove to iotests.pyMax Reitz2-11/+8
2021-01-26iotests/297: Rewrite in Python and extend reachMax Reitz2-25/+92
2021-01-26iotests.py: Assume a couple of variables as givenMax Reitz2-14/+13
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich4-55/+80
2021-01-26block/stream: add s->target_bsVladimir Sementsov-Ogievskiy1-13/+10
2021-01-26iotests: 30: prepare to COR filter insertion by stream jobVladimir Sementsov-Ogievskiy1-1/+3
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy5-31/+94
2021-01-26stream: rework backing-file changingAndrey Shinkevich2-11/+6
2021-01-26copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich2-7/+15
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich2-2/+12
2021-01-26iotests: add #310 to test bottom node in COR driverAndrey Shinkevich3-0/+133
2021-01-26qapi: copy-on-read filter: add 'bottom' optionAndrey Shinkevich2-3/+115
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich5-5/+20
2021-01-26copy-on-read: add filter drop functionAndrey Shinkevich2-0/+88
2021-01-26block: add API function to insert a nodeAndrey Shinkevich2-0/+27
2021-01-26copy-on-read: support preadv/pwritev_part functionsAndrey Shinkevich1-12/+16
2021-01-26iotests: fix _check_o_directVladimir Sementsov-Ogievskiy1-3/+4
2021-01-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-34/+80
2021-01-25Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-pull-request'...Peter Maydell3-50/+63
2021-01-25Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell6-59/+229
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng10-33/+55
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin1-2/+6
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt1-0/+4
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster1-2/+18
2021-01-24Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into...Peter Maydell10-36/+120
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng1-21/+21
2021-01-24hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transferBin Meng1-10/+16
2021-01-24hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSIONBin Meng1-1/+1
2021-01-24hw/sd: ssi-sd: Add a state representing NacBin Meng1-2/+7
2021-01-24hw/sd: ssi-sd: Suffix a data block with CRC16Bin Meng1-3/+20
2021-01-24util: Add CRC16 (CCITT) calculation routinesBin Meng3-0/+161
2021-01-24hw/sd: sd: Drop sd_crc16()Bin Meng1-18/+0
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson3-4/+25
2021-01-24hw/sd: sd: Support CMD59 for SPI modeBin Meng1-7/+1
2021-01-24hw/sd: ssi-sd: Fix incorrect card response sequenceBin Meng1-3/+8
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell32-538/+433
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov4-0/+34
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé3-1/+3
2021-01-23accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé1-0/+10
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé4-5/+20
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson3-20/+18
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2-3/+1
2021-01-23qemu-option: warn for short-form boolean optionsPaolo Bonzini3-12/+25