258 Commits (462f5bcf69d3cae4a93ad55bee59516c15236a55)

Author SHA1 Message Date
Kevin Wolf 8ec7d390b0 block: Disable driver-specific options for 1.5 14 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 14 years ago
Stefan Hajnoczi ae29d6c64b block: keep I/O throttling slice time constant 14 years ago
Kevin Wolf c2ad1b0c46 block: Allow omitting the file name when using driver-specific options 14 years ago
Peter Lieven 92b7a08d64 block: complete all IOs before resizing a device 14 years ago
Markus Armbruster 3618a09402 blockdev: Fix up copyright and permission notice 14 years ago
Kevin Wolf 0006383e15 block: Support driver specific options in drive_init() 14 years ago
Kevin Wolf bb44619b06 blockdev: Keep a copy of DriveInfo.serial 14 years ago
Kevin Wolf de9c0cec6c block: Add options QDict to bdrv_open() prototype 14 years ago
Paolo Bonzini a9384aff53 blockdev: add discard suboption to -drive 14 years ago
Miroslav Rezanina f382d43a91 qemu-img: Add "Quiet mode" option 14 years ago
Stefan Hajnoczi 7d81c1413c block: refuse negative iops and bps values 14 years ago
Stefan Hajnoczi c546194f26 block: use Error in do_check_io_limits() 14 years ago
Vishvananda Ishaya 8689907266 block: Create proper size file for disk mirror 14 years ago
Stefan Weil 02582abd48 block: Add special error code for wrong format 14 years ago
Paolo Bonzini 08e4ed6cde mirror: add buf-size argument to drive-mirror 14 years ago
Paolo Bonzini eee13dfe30 mirror: allow customizing the granularity 14 years ago
Paolo Bonzini b812f6719c mirror: perform COW if the cluster size is bigger than the granularity 14 years ago
Jeff Cody 58513bde83 block: Monitor command commit neglects to report some errors 14 years ago
Paolo Bonzini 4d4545743f qemu-option: move standard option definitions out of qemu-config.c 14 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 83c9089e73 monitor: move include files to include/monitor/ 14 years ago
Paolo Bonzini 737e150e89 block: move include files to include/block/ 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Dong Xu Wang e478b448d7 use qemu_opts_create_nofail 14 years ago
Luiz Capitulino cf8f2426c5 qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create() 14 years ago
Luiz Capitulino 43e1704115 qmp: qmp_transaction(): pass Error object to bdrv_img_create() 14 years ago
Luiz Capitulino 71c79813d8 block: bdrv_img_create(): add Error ** argument 14 years ago
Christian Borntraeger 2d0d2837dc Support default block interfaces per QEMUMachine 14 years ago
Jan Kiszka 0d92d17a6d Issue warning when deprecated drive parameter boot=on|off is used 14 years ago
Paolo Bonzini b952b5589a mirror: add support for on-source-error/on-target-error 14 years ago
Paolo Bonzini d9b902db3f qmp: add drive-mirror command 14 years ago
Paolo Bonzini a66a2a3683 block: introduce BLOCK_JOB_READY event 14 years ago
Paolo Bonzini aeae883baf block: add block-job-complete 14 years ago
Jeff Cody d5208c45be block: in commit, determine base image from the top image 14 years ago
Amos Kong 4d5b97da35 cleanup useless return sentence 14 years ago
Paolo Bonzini 1d809098aa stream: add on-error argument 14 years ago
Paolo Bonzini 1ceee0d5cc iostatus: change is_read to a bool 14 years ago
Paolo Bonzini 92aa5c6d77 iostatus: move BlockdevOnError declaration to QAPI 14 years ago
Paolo Bonzini 6e37fb811a qmp: add block-job-pause and block-job-resume 14 years ago
Paolo Bonzini 8acc72a4d2 block: add support for job pause/resume 14 years ago
Paolo Bonzini 30e628b709 block: add block_job_query 14 years ago
Paolo Bonzini 2f0c9fe64c block: move job APIs to separate files 14 years ago
Paolo Bonzini 7ef1507045 qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE 14 years ago
Jeff Cody ed61fc10e8 QAPI: add command for live block commit, 'block-commit' 14 years ago
Jeff Cody 9abf2dbaf6 blockdev: rename block_stream_cb to a generic block_job_cb 14 years ago
Jeff Cody 870f5681c9 block: after creating a live snapshot, make old image read-only 14 years ago
Kevin Shanahan 80dd1aae36 blockdev: preserve readonly and snapshot states across media changes 14 years ago
Paolo Bonzini 1f212b9d3e blockdev: flip default cache mode from writethrough to writeback 14 years ago