index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
Merge tag 'v2.8.0-rc4' into develop
SeokYeon Hwang
1
-578
/
+381
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
1
-29
/
+52
2016-11-01
Blockjobs: Internalize user_pause logic
John Snow
1
-7
/
+5
2016-11-01
blockjob: centralize QMP event emissions
John Snow
1
-34
/
+8
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
1
-4
/
+7
2016-11-01
blockjobs: hide internal jobs from management API
John Snow
1
-4
/
+13
2016-10-31
block: Add 'base-node' parameter to the 'block-stream' command
Alberto Garcia
1
-0
/
+21
2016-10-31
block: Add QMP support for streaming to an intermediate layer
Alberto Garcia
1
-6
/
+9
2016-10-31
block: Check blockers in all nodes involved in a block-commit job
Alberto Garcia
1
-2
/
+9
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-09-29
block: Remove qemu_root_bds_opts
Kevin Wolf
1
-53
/
+1
2016-09-29
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
1
-25
/
+0
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
1
-3
/
+6
2016-09-29
block: Parse 'detect-zeroes' in bdrv_open_common()
Kevin Wolf
1
-8
/
+1
2016-09-29
block: Drop aio/cache consistency check from qmp_blockdev_add()
Kevin Wolf
1
-15
/
+0
2016-09-29
block: Fix error path in qmp_blockdev_change_medium()
Kevin Wolf
1
-1
/
+1
2016-09-23
block: Remove BB interface from blockdev-add/del
Kevin Wolf
1
-90
/
+34
2016-09-23
block: Avoid printing NULL string in error messages
Kevin Wolf
1
-6
/
+3
2016-09-23
block: Accept device model name for block_set_io_throttle
Kevin Wolf
1
-5
/
+7
2016-09-23
block: Accept device model name for blockdev-change-medium
Kevin Wolf
1
-7
/
+11
2016-09-23
block: Accept device model name for eject
Kevin Wolf
1
-3
/
+7
2016-09-23
block: Accept device model name for x-blockdev-remove-medium
Kevin Wolf
1
-12
/
+16
2016-09-23
block: Accept device model name for x-blockdev-insert-medium
Kevin Wolf
1
-16
/
+17
2016-09-23
block: Accept device model name for blockdev-open/close-tray
Kevin Wolf
1
-15
/
+46
2016-09-23
block: rename "read-only" to BDRV_OPT_READ_ONLY
Alberto Garcia
1
-5
/
+5
2016-09-23
block: Add "read-only" to the options QDict
Alberto Garcia
1
-9
/
+7
2016-09-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2016-09-13
qtail: clean up direct access to tqe_prev field
Igor Mammedov
1
-1
/
+1
2016-09-13
mirror: auto complete active commit
Wen Congyang
1
-1
/
+1
2016-09-12
Merge tag 'v2.7.0' into develop_qemu_2.7
SeokYeon Hwang
1
-304
/
+320
2016-09-05
blockdev-backup: added support for data compression
Pavel Butsykin
1
-2
/
+5
2016-09-05
drive-backup: added support for data compression
Pavel Butsykin
1
-3
/
+6
2016-09-05
block: simplify blockdev-backup
Pavel Butsykin
1
-46
/
+20
2016-09-05
block: simplify drive-backup
Pavel Butsykin
1
-75
/
+36
2016-09-05
block: Accept node-name for drive-mirror
Kevin Wolf
1
-11
/
+3
2016-09-05
block: Accept node-name for drive-backup
Kevin Wolf
1
-27
/
+9
2016-09-05
block: Accept node-name for change-backing-file
Kevin Wolf
1
-12
/
+3
2016-09-05
block: Accept node-name for blockdev-snapshot-internal-sync
Kevin Wolf
1
-12
/
+3
2016-09-05
block: Accept node-name for blockdev-snapshot-delete-internal-sync
Kevin Wolf
1
-13
/
+3
2016-09-05
block: Accept node-name for blockdev-mirror
Kevin Wolf
1
-9
/
+1
2016-09-05
block: Accept node-name for blockdev-backup
Kevin Wolf
1
-23
/
+8
2016-09-05
block: Accept node-name for block-commit
Kevin Wolf
1
-12
/
+11
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
1
-12
/
+25
2016-08-05
block: Accept any target node for transactional blockdev-backup
Kevin Wolf
1
-4
/
+4
2016-07-19
block: Simplify drive-mirror
Eric Blake
1
-44
/
+34
2016-07-19
block: Simplify block_set_io_throttle
Eric Blake
1
-71
/
+40
2016-07-13
blockdev: Fix regression with the default naming of throttling groups
Alberto Garcia
1
-2
/
+4
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
1
-4
/
+5
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
1
-3
/
+3
[next]