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
2014-12-10
blockdev: acquire AioContext in change-backing-file
Stefan Hajnoczi
1
-6
/
+13
2014-12-10
blockdev: acquire AioContext in eject, change, and block_passwd
Stefan Hajnoczi
1
-7
/
+29
2014-12-10
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE
Stefan Hajnoczi
1
-0
/
+4
2014-12-10
blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
Stefan Hajnoczi
1
-3
/
+13
2014-11-03
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
1
-9
/
+20
2014-11-03
block: let mirror blockjob run in BDS AioContext
Stefan Hajnoczi
1
-11
/
+27
2014-11-03
block: let stream blockjob run in BDS AioContext
Stefan Hajnoczi
1
-4
/
+12
2014-11-03
block: let backup blockjob run in BDS AioContext
Stefan Hajnoczi
1
-7
/
+16
2014-11-03
blockdev: add note that block_job_cb() must be thread-safe
Stefan Hajnoczi
1
-0
/
+5
2014-11-03
blockdev: acquire AioContext in blockdev_mark_auto_del()
Stefan Hajnoczi
1
-0
/
+7
2014-11-03
blockdev: acquire AioContext in do_qmp_query_block_jobs_one()
Stefan Hajnoczi
1
-0
/
+6
2014-11-03
block: acquire AioContext in generic blockjob QMP commands
Stefan Hajnoczi
1
-13
/
+39
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
1
-5
/
+5
2014-10-20
blockdev: Convert qmp_eject(), qmp_change_blockdev() to BlockBackend
Markus Armbruster
1
-8
/
+12
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-15
/
+7
2014-10-20
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
1
-3
/
+2
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-9
/
+3
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-4
/
+3
2014-10-20
block: Eliminate bdrv_iterate(), use bdrv_next()
Markus Armbruster
1
-16
/
+11
2014-10-20
blockdev: Eliminate drive_del()
Markus Armbruster
1
-7
/
+2
2014-10-20
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
1
-6
/
+1
2014-10-20
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
1
-11
/
+0
2014-10-20
block: Connect BlockBackend and DriveInfo
Markus Armbruster
1
-36
/
+37
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-11
/
+8
2014-10-20
block: New BlockBackend
Markus Armbruster
1
-1
/
+12
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
1
-1
/
+1
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-0
/
+17
2014-10-03
blockdev: Allow overriding if_max_dev property
John Snow
1
-1
/
+25
2014-10-03
blockdev: Orphaned drive search
John Snow
1
-0
/
+21
2014-10-03
Modify qemu_opt_rename to realize renaming all items in opts
Jun Li
1
-0
/
+4
2014-10-03
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-09-25
block: Catch simultaneous usage of options and their aliases
Kevin Wolf
1
-2
/
+14
2014-09-25
block: Specify -drive legacy option aliases in array
Kevin Wolf
1
-15
/
+24
2014-09-25
block: Keep DriveInfo alive until BlockDriverState dies
Markus Armbruster
1
-5
/
+8
2014-09-25
blockdev: Disentangle BlockDriverState and DriveInfo creation
Markus Armbruster
1
-17
/
+20
2014-09-11
blockdev: Refuse to drive_del something added with blockdev-add
Markus Armbruster
1
-1
/
+9
2014-09-08
rename parse_enum_option to qapi_enum_parse and make it public
Peter Lieven
1
-24
/
+6
2014-08-29
block: acquire AioContext in do_drive_del()
Stefan Hajnoczi
1
-0
/
+7
2014-08-29
blockdev: fix drive-mirror 'granularity' error message
Stefan Hajnoczi
1
-2
/
+3
2014-08-20
block: acquire AioContext in qmp_block_resize()
Stefan Hajnoczi
1
-3
/
+10
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-07-01
block: add backing-file option to block-stream
Jeff Cody
1
-4
/
+19
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
1
-1
/
+7
2014-07-01
block: add QAPI command to allow live backing file change
Jeff Cody
1
-0
/
+79
2014-07-01
block: make 'top' argument to block-commit optional
Jeff Cody
1
-2
/
+14
2014-06-27
block: Add replaces argument to drive-mirror
Benoît Canet
1
-1
/
+30
2014-06-27
block: Add node-name argument to drive-mirror
Benoît Canet
1
-2
/
+9
2014-06-27
block: check for RESIZE blocker in the QMP command, not bdrv_truncate()
Jeff Cody
1
-0
/
+5
2014-06-23
qapi event: convert other BLOCK_JOB events
Wenchao Xia
1
-7
/
+5
2014-06-16
blockdev: Remove unused DriveInfo reference count
Markus Armbruster
1
-16
/
+2
[next]