aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: use generic cpu_model parsingIgor Mammedov
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov
2017-10-27m68k: mcf5208: use generic cpu_model parsingIgor Mammedov
2017-10-27m68k: an5206: use generic cpu_model parsingIgor Mammedov
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov
2017-10-27cris: use generic cpu_model parsingIgor Mammedov
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov
2017-10-27Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171026-tag' into...Peter Maydell
2017-10-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-26qga-win: fix error-handling in getNameByStringSID()Michael Roth
2017-10-26xen: Log errno rather than return valueRoss Lagerwall
2017-10-26xen: dont try setting max grants multiple timesJuergen Gross
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-26Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-26' into queue-b...Kevin Wolf
2017-10-26iotests: Add cluster_size=64k to 125Max Reitz
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz
2017-10-26iotests: Filter actual image size in 184 and 191Max Reitz
2017-10-26iotests: Pull _filter_actual_image_size from 67/87Max Reitz
2017-10-26iotests: Add test for dataplane mirroringMax Reitz
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia
2017-10-26qemu-img.1: Image invalidation on qemu-img commitMax Reitz
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake
2017-10-26qcow2: Reduce is_zero() roundingEric Blake
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake
2017-10-26block: Align block status requestsEric Blake
2017-10-26qemu-img: Change img_compare() to be byte-basedEric Blake
2017-10-26qemu-img: Change img_rebase() to be byte-basedEric Blake
2017-10-26qemu-img: Change compare_sectors() to be byte-basedEric Blake
2017-10-26qemu-img: Change check_empty_sectors() to byte-basedEric Blake
2017-10-26qemu-img: Drop redundant error message in compareEric Blake
2017-10-26qemu-img: Add find_nonzero()Eric Blake
2017-10-26qemu-img: Speed up compare on pre-allocated larger fileEric Blake
2017-10-26qemu-img: Simplify logic in img_compare()Eric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake