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
2011-04-07
Do not delete BlockDriverState when deleting the drive
Ryan Harper
1
-17
/
+8
2011-04-04
virtio: use generic name when possible
Alexander Graf
1
-1
/
+1
2011-03-15
Improve error handling in do_snapshot_blkdev()
Jes Sorensen
1
-6
/
+17
2011-02-10
blockdev: Plug memory leak in drive_init() error paths
Markus Armbruster
1
-2
/
+9
2011-02-10
blockdev: Plug memory leak in drive_uninit()
Markus Armbruster
1
-0
/
+1
2011-02-07
block: enable in_use flag
Marcelo Tosatti
1
-0
/
+4
2011-02-07
blockdev: add refcount to DriveInfo
Marcelo Tosatti
1
-2
/
+16
2011-01-31
blockdev: Fix drive_add for drives without media
Markus Armbruster
1
-6
/
+2
2011-01-31
blockdev: Replace drive_add()'s fmt, ... by optstr parameter
Markus Armbruster
1
-7
/
+1
2011-01-31
blockdev: Reject multiple definitions for the same drive
Markus Armbruster
1
-2
/
+3
2011-01-31
blockdev: New drive_get_by_index()
Markus Armbruster
1
-0
/
+7
2011-01-31
blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init()
Markus Armbruster
1
-8
/
+14
2011-01-31
blockdev: Make drive_add() take explicit type, index parameters
Markus Armbruster
1
-3
/
+17
2011-01-31
blockdev: Fix regression in -drive if=scsi,index=N
Markus Armbruster
1
-2
/
+16
2011-01-31
blockdev: Put BlockInterfaceType names and max_devs in tables
Markus Armbruster
1
-30
/
+21
2011-01-31
blockdev: New drive_get_next(), replacing qdev_init_bdrv()
Markus Armbruster
1
-0
/
+10
2011-01-31
block: add block_resize monitor command
Christoph Hellwig
1
-0
/
+30
2011-01-24
blockdev: Fix drive_del not to crash when drive is not in use
Markus Armbruster
1
-7
/
+9
2011-01-24
blockdev: Make drive_init() use error_report()
Markus Armbruster
1
-31
/
+28
2011-01-24
blockdev: Fix error message for invalid -drive CHS
Markus Armbruster
1
-3
/
+3
2011-01-24
do_snapshot_blkdev() error on missing snapshot_file argument
Jes Sorensen
1
-0
/
+6
2010-12-17
Introduce do_snapshot_blkdev() and monitor command to handle it.
Jes Sorensen
1
-0
/
+62
2010-12-17
blockdev: check dinfo ptr before using
Ryan Harper
1
-2
/
+4
2010-11-24
Implement drive_del to decouple block removal from device removal
Ryan Harper
1
-0
/
+39
2010-11-04
scsi-disk: Implement rerror option
Kevin Wolf
1
-3
/
+3
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
1
-2
/
+2
2010-07-26
Fix -snapshot deleting images on disk change
Blue Swirl
1
-0
/
+1
2010-07-06
blockdev: Clean up how readonly persists across virtual media change
Markus Armbruster
1
-1
/
+1
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-17
/
+28
2010-07-02
blockdev: drive_get_by_id() is no longer used, remove
Markus Armbruster
1
-12
/
+0
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
1
-0
/
+23
2010-07-02
blockdev: New drive_get_by_blockdev()
Markus Armbruster
1
-0
/
+12
2010-07-02
blockdev: Remove drive_get_serial()
Markus Armbruster
1
-12
/
+0
2010-07-01
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
1
-1
/
+1
2010-06-22
monitor: allow device to be ejected if no disk is inserted
Eduardo Habkost
1
-12
/
+10
2010-06-15
blockdev: Give drives internal linkage
Markus Armbruster
1
-1
/
+1
2010-06-15
monitor: Make "commit FOO" complain when FOO doesn't exist
Markus Armbruster
1
-2
/
+4
2010-06-15
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
1
-8
/
+8
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
1
-15
/
+2
2010-06-15
Fix regression for "-drive file="
Markus Armbruster
1
-1
/
+1
2010-06-04
block: Fix serial number assignment
Luiz Capitulino
1
-1
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-0
/
+600