aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-16Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180716' into...Peter Maydell
2018-07-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan
2018-07-16sam460ex: Correct use after free errorBALATON Zoltan
2018-07-16etsec: fix IRQ (un)maskingMichael Davidsaver
2018-07-16ppc/xics: fix ICP reset pathGreg Kurz
2018-07-16spapr: Correct inverted test in spapr_pc_dimm_node()David Gibson
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan
2018-07-15Zero out the host's `msg_control` bufferJonas Schievink
2018-07-15linux-user: fix mmap_find_vma_reserved()Laurent Vivier
2018-07-15linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier
2018-07-15linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat
2018-07-13docs: Grammar and spelling fixesVille Skyttä
2018-07-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-12qemu-img: align result of is_allocated_sectorsPeter Lieven
2018-07-12scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza
2018-07-12iotests: add test 226 for file driver typesJohn Snow
2018-07-12file-posix: specify expected filetypesJohn Snow
2018-07-12qemu-img: Document copy offloading implications with -S and -cFam Zheng
2018-07-12iotests: nbd: Stop qemu-nbd before remaking imageFam Zheng
2018-07-12iotests: 153: Fix dead codeFam Zheng
2018-07-12ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle
2018-07-12Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180712' into ...Peter Maydell
2018-07-12seccomp: allow sched_setscheduler() with SCHED_IDLE policyMarc-André Lureau
2018-07-12Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180712' into stagingPeter Maydell
2018-07-12Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180711.1' in...Peter Maydell
2018-07-12Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-11' in...Peter Maydell
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater
2018-07-11monitor: fix double-free of request errorMarc-André Lureau
2018-07-11error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé
2018-07-11s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda
2018-07-10Update version for v3.0.0-rc0 releasePeter Maydell
2018-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-10Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180710a'...Peter Maydell
2018-07-10block: Use common write req handling in truncateFam Zheng
2018-07-10block: Fix bdrv_co_truncate overlap checkFam Zheng
2018-07-10block: Use common req handling in copy offloadingFam Zheng
2018-07-10block: Use common req handling for discardFam Zheng
2018-07-10migration: reorder MIG_CMD_POSTCOPY_RESUMEPeter Xu
2018-07-10tests: hide stderr for postcopy recovery testPeter Xu
2018-07-10tests: add postcopy recovery testPeter Xu
2018-07-10tests: introduce wait_for_migration_status()Peter Xu
2018-07-10tests: introduce migrate_query*() helpersPeter Xu
2018-07-10tests: allow migrate() to take extra flagsPeter Xu
2018-07-10tests: introduce migrate_postcopy_* helpersPeter Xu
2018-07-10block: Fix handling of image enlarging writeFam Zheng
2018-07-10block: Extract common write req handlingFam Zheng
2018-07-10block: Use uint64_t for BdrvTrackedRequest byte fieldsFam Zheng
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10block: Add copy offloading trace pointsFam Zheng