aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-07-14Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160712' into stagingPeter Maydell
2016-07-13Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-07-13' in...Kevin Wolf
2016-07-13iotests: Make 157 actually format-agnosticMax Reitz
2016-07-13vvfat: Fix qcow write target driver specificationMax Reitz
2016-07-13hmp: show all of snapshot info on every block dev in output of 'info snapshots'Lin Ma
2016-07-13hmp: use snapshot name to determine whether a snapshot is 'fully available'Lin Ma
2016-07-13qemu-iotests: Test naming of throttling groupsAlberto Garcia
2016-07-13blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia
2016-07-13vmdk: fix metadata write regressionReda Sallahi
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13qcow2: Fix qcow2_get_cluster_offset()Max Reitz
2016-07-13qemu-io: Use correct range limitationsMax Reitz
2016-07-13qcow2: Avoid making the L1 table too bigMax Reitz
2016-07-13qemu-img: Use strerror() for generic resize errorMax Reitz
2016-07-13block: Remove BB options from blockdev-addKevin Wolf
2016-07-13qemu-iotests: Test setting WCE with qdevKevin Wolf
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13commit: Fix use of error handling policyKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13test-coroutine: prepare for the next patchPaolo Bonzini
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini
2016-07-13raw-posix: Use qemu_dupFam Zheng
2016-07-13osdep: Introduce qemu_dupFam Zheng
2016-07-13blockjob: Update description of the 'device' field in the QMP APIAlberto Garcia
2016-07-13qemu-img: Set the ID of the block job in img_commit()Alberto Garcia
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-13block: Use block_job_get() in find_block_job()Alberto Garcia
2016-07-13blockjob: Add block_job_get()Alberto Garcia
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia
2016-07-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2016-07-12OpenBIOS: switch over to official OpenBIOS git repoMark Cave-Ayland
2016-07-12target-sparc: Elide duplicate updates to fprsRichard Henderson
2016-07-12target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson
2016-07-12target-sparc: Use cpu_fsr in stfsrRichard Henderson
2016-07-12target-sparc: Use explicit writes to cpu_fsrRichard Henderson
2016-07-12target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson
2016-07-12target-sparc: Directly implement block and short ldf/stf asisRichard Henderson
2016-07-12target-sparc: Directly implement easy ldf/stf asisRichard Henderson
2016-07-12target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson
2016-07-12target-sparc: Fix obvious error in ASI_M_BFILLRichard Henderson
2016-07-12target-sparc: Directly implement easy ldd/std asisRichard Henderson
2016-07-12target-sparc: Introduce gen_check_alignRichard Henderson