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-04-11
block-commit: speed is an optional parameter
Max Reitz
1
-0
/
+4
2014-03-06
blockdev: Fix NULL pointer dereference in blockdev-add
Kevin Wolf
1
-2
/
+4
2014-03-06
blockdev: Fail blockdev-add with encrypted images
Kevin Wolf
1
-1
/
+8
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-6
/
+6
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-11
/
+9
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-0
/
+4
2014-02-20
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-21
/
+21
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-21
/
+21
2014-02-14
block: Handle "rechs" and "large" translation options
Paolo Bonzini
1
-0
/
+4
2014-02-14
block: Open by reference will try device then node_name.
Benoît Canet
1
-0
/
+6
2014-02-14
blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...
Benoît Canet
1
-2
/
+0
2014-02-14
blockdev: Remove 'type' parameter from blockdev_init()
Kevin Wolf
1
-14
/
+33
2014-01-24
qmp: Allow to take external snapshots on bs graphs node.
Benoît Canet
1
-7
/
+48
2014-01-24
qmp: Allow block_resize to manipulate bs graph nodes.
Benoît Canet
1
-4
/
+14
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
1
-1
/
+1
2014-01-24
qmp: Allow to change password on named block driver states.
Benoît Canet
1
-4
/
+9
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
1
-0
/
+5
2014-01-22
blockdev: Move "file" to legacy_opts
Max Reitz
1
-9
/
+10
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
1
-2
/
+4
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-2
/
+4
2013-12-20
commit: Support commit active layer
Fam Zheng
1
-2
/
+7
2013-12-16
qmp_change_blockdev() remove unused has_format
Marc-André Lureau
1
-1
/
+1
2013-11-27
block/drive-mirror: Reuse backing HD for sync=none
Max Reitz
1
-0
/
+3
2013-11-14
qmp: access the local QemuOptsLists for drive option
Amos Kong
1
-1
/
+0
2013-11-14
block/drive-mirror: Check for NULL backing_hd
Max Reitz
1
-1
/
+3
2013-11-07
blockdev: fix drive_init() opts and bs_opts leaks
Stefan Hajnoczi
1
-12
/
+15
2013-10-17
blockdev: fix cdrom read_only flag
Fam Zheng
1
-3
/
+4
2013-10-11
blockdev: blockdev_init() error conversion
Kevin Wolf
1
-25
/
+31
2013-10-11
blockdev: Don't disable COR automatically with blockdev-add
Kevin Wolf
1
-4
/
+27
2013-10-11
blockdev: Remove 'media' parameter from blockdev_init()
Kevin Wolf
1
-25
/
+15
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
1
-6
/
+0
2013-10-11
blockdev: Move virtio-blk device creation to drive_init
Kevin Wolf
1
-27
/
+27
2013-10-11
blockdev: Move bus/unit/index processing to drive_init
Kevin Wolf
1
-84
/
+73
2013-10-11
blockdev: Move parsing of 'boot' option to drive_init
Kevin Wolf
1
-10
/
+11
2013-10-11
blockdev: Moving parsing of geometry options to drive_init
Kevin Wolf
1
-67
/
+69
2013-10-11
blockdev: Move parsing of 'if' option to drive_init
Kevin Wolf
1
-18
/
+22
2013-10-11
blockdev: Move parsing of 'media' option to drive_init
Kevin Wolf
1
-23
/
+50
2013-10-11
blockdev: Pass QDict to blockdev_init()
Kevin Wolf
1
-17
/
+17
2013-10-11
blockdev: Separate ID generation from DriveInfo creation
Kevin Wolf
1
-15
/
+17
2013-10-11
blockdev: 'blockdev-add' QMP command
Kevin Wolf
1
-0
/
+57
2013-10-11
blockdev: Introduce DriveInfo.enable_auto_del
Kevin Wolf
1
-1
/
+16
2013-10-11
block: Improve driver whitelist checks
Kevin Wolf
1
-6
/
+2
2013-10-11
block: Add BlockDriver.bdrv_check_ext_snapshot.
Benoît Canet
1
-0
/
+5
2013-10-02
block: Remove unused assignment (fixes warning from clang)
Stefan Weil
1
-1
/
+0
2013-09-20
blockdev: do not default cache.no-flush to true
Paolo Bonzini
1
-1
/
+1
2013-09-12
block: Assert validity of BdrvActionOps
Max Reitz
1
-0
/
+2
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-17
/
+13
2013-09-12
qmp: add interface blockdev-snapshot-delete-internal-sync
Wenchao Xia
1
-0
/
+61
2013-09-12
qmp: add interface blockdev-snapshot-internal-sync
Wenchao Xia
1
-0
/
+13
2013-09-12
qmp: add internal snapshot support in qmp_transaction
Wenchao Xia
1
-0
/
+116
[next]