index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-30
Issue warning when deprecated drive parameter boot=on|off is used
Jan Kiszka
1
-0
/
+6
2012-10-24
mirror: add support for on-source-error/on-target-error
Paolo Bonzini
1
-2
/
+12
2012-10-24
qmp: add drive-mirror command
Paolo Bonzini
1
-0
/
+124
2012-10-24
block: introduce BLOCK_JOB_READY event
Paolo Bonzini
1
-14
/
+0
2012-10-24
block: add block-job-complete
Paolo Bonzini
1
-0
/
+13
2012-10-24
block: in commit, determine base image from the top image
Jeff Cody
1
-10
/
+11
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-09-28
stream: add on-error argument
Paolo Bonzini
1
-3
/
+8
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
1
-1
/
+1
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-7
/
+7
2012-09-28
qmp: add block-job-pause and block-job-resume
Paolo Bonzini
1
-2
/
+33
2012-09-28
block: add support for job pause/resume
Paolo Bonzini
1
-0
/
+4
2012-09-28
block: add block_job_query
Paolo Bonzini
1
-13
/
+2
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
1
-0
/
+1
2012-09-28
qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
Paolo Bonzini
1
-2
/
+2
2012-09-28
QAPI: add command for live block commit, 'block-commit'
Jeff Cody
1
-0
/
+58
2012-09-28
blockdev: rename block_stream_cb to a generic block_job_cb
Jeff Cody
1
-3
/
+3
2012-09-28
block: after creating a live snapshot, make old image read-only
Jeff Cody
1
-0
/
+5
2012-09-24
blockdev: preserve readonly and snapshot states across media changes
Kevin Shanahan
1
-0
/
+2
2012-08-10
blockdev: flip default cache mode from writethrough to writeback
Paolo Bonzini
1
-0
/
+1
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-5
/
+5
2012-07-17
blockdev: Don't limit DriveInfo serial to 20 characters
Markus Armbruster
1
-3
/
+1
2012-07-17
blockdev: Drop redundant CHS validation for if=ide
Markus Armbruster
1
-3
/
+3
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
1
-12
/
+2
2012-07-17
blockdev: Save geometry in DriveInfo
Markus Armbruster
1
-0
/
+4
2012-07-09
blockdev: warn when copy_on_read=on and readonly=on
Stefan Hajnoczi
1
-0
/
+4
2012-06-15
block: Simplify how drive_init() computes default ID
Markus Armbruster
1
-5
/
+2
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-1
/
+1
2012-05-10
block: fail live snapshot if disk has no medium
Paolo Bonzini
1
-3
/
+6
2012-04-27
block: add 'speed' optional parameter to block-stream
Stefan Hajnoczi
1
-2
/
+4
2012-04-27
block: change block-job-set-speed argument from 'value' to 'speed'
Stefan Hajnoczi
1
-2
/
+2
2012-04-27
block: use Error mechanism instead of -errno for block_job_set_speed()
Stefan Hajnoczi
1
-3
/
+1
2012-04-27
block: use Error mechanism instead of -errno for block_job_create()
Stefan Hajnoczi
1
-11
/
+5
2012-04-05
blockdev: open images with BDRV_O_INCOMING on incoming live migration
BenoƮt Canet
1
-0
/
+4
2012-04-05
block: cancel jobs when a device is ready to go away
Paolo Bonzini
1
-0
/
+3
2012-04-05
ide: Change serial number strncpy() to pstrcpy()
Floris Bos
1
-2
/
+3
2012-03-12
qmp: convert blockdev-snapshot-sync to a wrapper around transactions
Paolo Bonzini
1
-62
/
+23
2012-03-12
add mode field to blockdev-snapshot-sync transaction item
Paolo Bonzini
1
-9
/
+16
2012-03-12
rename blockdev-group-snapshot-sync
Paolo Bonzini
1
-37
/
+41
2012-03-12
use QSIMPLEQ_FOREACH_SAFE when freeing list elements
Paolo Bonzini
1
-2
/
+2
2012-03-12
block: handle -EBUSY in bdrv_commit_all()
Stefan Hajnoczi
1
-3
/
+6
2012-03-12
Group snapshot: Fix format name for backing file
Paolo Bonzini
1
-1
/
+2
2012-02-29
qapi: Introduce blockdev-group-snapshot-sync command
Jeff Cody
1
-0
/
+131
2012-02-22
blockdev: allow read-only pflash devices
Jordan Justen
1
-1
/
+2
2012-02-03
Fix build breakage from last commit.
Anthony Liguori
1
-0
/
+1
2012-02-03
s390x: fix -drive in the absence of aliases
Anthony Liguori
1
-1
/
+5
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
1
-4
/
+7
2012-01-26
blockdev: make image streaming safe across hotplug
Stefan Hajnoczi
1
-0
/
+38
2012-01-26
qmp: add query-block-jobs
Stefan Hajnoczi
1
-0
/
+33
2012-01-26
qmp: add block_job_cancel command
Stefan Hajnoczi
1
-1
/
+18
[next]