summary refs log tree commit diff stats
path: root/hw/misc/mst_fpga.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-16PC Chipset: Improve serial divisor calculationCalvin Lee1-10/+13
2018-07-16vhost-user-test: added proper TestServer *dest initialization in test_migrate()Emanuele Giuseppe Esposito1-0/+3
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan6-0/+72
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan3-13/+13
2018-07-16accel: Fix typo and grammar in commentStefan Weil1-1/+1
2018-07-16dump: add kernel_gs_base to QEMU CPU stateViktor Prutyanov1-0/+10
2018-07-13docs: Grammar and spelling fixesVille Skyttä18-21/+22
2018-07-12qemu-img: align result of is_allocated_sectorsPeter Lieven2-16/+46
2018-07-12scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza1-3/+4
2018-07-12iotests: add test 226 for file driver typesJohn Snow3-0/+93
2018-07-12file-posix: specify expected filetypesJohn Snow2-8/+37
2018-07-12qemu-img: Document copy offloading implications with -S and -cFam Zheng1-2/+4
2018-07-12iotests: nbd: Stop qemu-nbd before remaking imageFam Zheng1-6/+15
2018-07-12iotests: 153: Fix dead codeFam Zheng2-0/+27
2018-07-12ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle1-7/+13
2018-07-12seccomp: allow sched_setscheduler() with SCHED_IDLE policyMarc-André Lureau1-2/+10
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater1-1/+0
2018-07-11monitor: fix double-free of request errorMarc-André Lureau1-0/+1
2018-07-11error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé1-3/+1
2018-07-11s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda2-3/+5
2018-07-10Update version for v3.0.0-rc0 releasePeter Maydell1-1/+1
2018-07-10block: Use common write req handling in truncateFam Zheng1-20/+35
2018-07-10block: Fix bdrv_co_truncate overlap checkFam Zheng1-1/+2
2018-07-10block: Use common req handling in copy offloadingFam Zheng1-14/+10
2018-07-10block: Use common req handling for discardFam Zheng1-10/+23
2018-07-10migration: reorder MIG_CMD_POSTCOPY_RESUMEPeter Xu1-1/+1
2018-07-10tests: hide stderr for postcopy recovery testPeter Xu1-4/+5
2018-07-10tests: add postcopy recovery testPeter Xu1-0/+80
2018-07-10tests: introduce wait_for_migration_status()Peter Xu1-2/+8
2018-07-10tests: introduce migrate_query*() helpersPeter Xu1-21/+43
2018-07-10tests: allow migrate() to take extra flagsPeter Xu1-6/+6
2018-07-10tests: introduce migrate_postcopy_* helpersPeter Xu1-11/+31
2018-07-10block: Fix handling of image enlarging writeFam Zheng1-3/+7
2018-07-10block: Extract common write req handlingFam Zheng1-34/+57
2018-07-10block: Use uint64_t for BdrvTrackedRequest byte fieldsFam Zheng2-5/+7
2018-07-10block: Use BdrvChild to discardFam Zheng11-20/+20
2018-07-10block: Add copy offloading trace pointsFam Zheng4-0/+15
2018-07-10block: Prefix file driver trace points with "file_"Fam Zheng3-4/+4
2018-07-10Revert "block: Remove deprecated -drive geometry options"Cornelia Huck7-9/+131
2018-07-10Revert "block: Remove deprecated -drive option addr"Cornelia Huck5-2/+30
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck14-8/+48
2018-07-10Revert "block: Remove dead deprecation warning code"Cornelia Huck1-0/+12
2018-07-10migration: show pause/recover state on dst hostPeter Xu1-0/+2
2018-07-10migration: fix incorrect bitmap size calculationPeter Xu1-2/+2
2018-07-10migration: loosen recovery check when load vmPeter Xu1-10/+6
2018-07-10migration: simplify check to use qemu file bufferPeter Xu1-6/+11
2018-07-10migration: unify incoming processingPeter Xu4-13/+16
2018-07-10migration: unbreak postcopy recoveryPeter Xu1-5/+18
2018-07-10migration: move income process out of multifdPeter Xu3-8/+10
2018-07-10migration: delay postcopy paused statePeter Xu1-3/+3