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-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
2012-01-26
qmp: add block_job_set_speed command
Stefan Hajnoczi
1
-0
/
+25
2012-01-26
qmp: add block_stream command
Stefan Hajnoczi
1
-0
/
+67
2012-01-26
block: check bdrv_in_use() before blockdev operations
Stefan Hajnoczi
1
-1
/
+15
2012-01-18
block: use proper qerrors in qmp_block_resize
Stefan Hajnoczi
1
-8
/
+18
2012-01-18
qapi: Convert block_set_io_throttle
Luiz Capitulino
1
-33
/
+14
2012-01-18
qapi: Convert change
Luiz Capitulino
1
-16
/
+38
2012-01-18
qapi: Convert eject
Luiz Capitulino
1
-15
/
+5
2012-01-18
block: eject_device(): Use error_set()
Luiz Capitulino
1
-8
/
+22
2011-12-06
qapi: Convert blockdev_snapshot_sync
Luiz Capitulino
1
-32
/
+17
2011-12-06
qapi: Convert block_resize
Luiz Capitulino
1
-11
/
+7
2011-12-06
qapi: Convert block_passwd
Luiz Capitulino
1
-12
/
+10
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
1
-2
/
+2
2011-12-05
block: add -drive copy-on-read=on|off
Stefan Hajnoczi
1
-0
/
+6
2011-12-05
hmp/qmp: add block_set_io_throttle
Zhi Yong Wu
1
-0
/
+59
2011-12-05
block: add the blockio limits command line support
Zhi Yong Wu
1
-0
/
+44
2011-11-11
block: add eject request callback
Paolo Bonzini
1
-4
/
+6
2011-09-12
ide/atapi scsi-disk: Make monitor eject -f, then change work
Markus Armbruster
1
-1
/
+2
2011-09-12
block: Drop BlockDriverState member removable
Markus Armbruster
1
-5
/
+0
2011-09-12
block: Clean up remaining users of "removable"
Markus Armbruster
1
-1
/
+1
[next]