141 Commits (3ce8b2bcbff6445f84db53ef38dbc4e5dd102676)

Author SHA1 Message Date
Vishvananda Ishaya 8689907266 block: Create proper size file for disk mirror 13 years ago
Stefan Weil 02582abd48 block: Add special error code for wrong format 13 years ago
Paolo Bonzini 08e4ed6cde mirror: add buf-size argument to drive-mirror 13 years ago
Paolo Bonzini eee13dfe30 mirror: allow customizing the granularity 13 years ago
Paolo Bonzini b812f6719c mirror: perform COW if the cluster size is bigger than the granularity 13 years ago
Jeff Cody 58513bde83 block: Monitor command commit neglects to report some errors 13 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
Peter Maydell c8057f951d Support 'help' as a synonym for '?' in command line options 14 years ago
Markus Armbruster 577d0a3807 blockdev: Don't limit DriveInfo serial to 20 characters 14 years ago
Markus Armbruster aaea3f366e blockdev: Drop redundant CHS validation for if=ide 14 years ago
Markus Armbruster 2b584959ed block: Geometry and translation hints are now useless, purge them 14 years ago
Markus Armbruster 317bb41229 blockdev: Save geometry in DriveInfo 14 years ago
Stefan Hajnoczi 04d4abe96c blockdev: warn when copy_on_read=on and readonly=on 14 years ago
Markus Armbruster 79d21d5b8d block: Simplify how drive_init() computes default ID 14 years ago
Luiz Capitulino 8be7e7e4c7 qemu-option: qemu_opts_create(): use error_set() 14 years ago
Paolo Bonzini e86fe18ac9 block: fail live snapshot if disk has no medium 14 years ago
Stefan Hajnoczi c83c66c3b5 block: add 'speed' optional parameter to block-stream 14 years ago
Stefan Hajnoczi 882ec7ce53 block: change block-job-set-speed argument from 'value' to 'speed' 14 years ago
Stefan Hajnoczi 9e6636c72d block: use Error mechanism instead of -errno for block_job_set_speed() 14 years ago
Stefan Hajnoczi fd7f8c6537 block: use Error mechanism instead of -errno for block_job_create() 14 years ago