index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blockdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-04-28
1
-3
/
+6
|
\
|
*
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-3
/
+6
*
|
blockdev: Clean up fragile use of error_is_set()
Markus Armbruster
2014-04-25
1
-2
/
+5
|
/
*
block: Catch duplicate IDs in bdrv_new()
Kevin Wolf
2014-04-22
1
-6
/
+0
*
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-22
1
-2
/
+7
*
block-commit: speed is an optional parameter
Max Reitz
2014-04-11
1
-0
/
+4
*
blockdev: Fix NULL pointer dereference in blockdev-add
Kevin Wolf
2014-03-06
1
-2
/
+4
*
blockdev: Fail blockdev-add with encrypted images
Kevin Wolf
2014-03-06
1
-1
/
+8
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-6
/
+6
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-11
/
+9
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2014-02-20
1
-0
/
+4
|
\
|
*
block: Handle "rechs" and "large" translation options
Paolo Bonzini
2014-02-14
1
-0
/
+4
*
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-02-20
1
-21
/
+21
|
\
\
|
*
|
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-21
/
+21
|
|
/
*
|
block: Open by reference will try device then node_name.
Benoît Canet
2014-02-14
1
-0
/
+6
*
|
blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...
Benoît Canet
2014-02-14
1
-2
/
+0
*
|
blockdev: Remove 'type' parameter from blockdev_init()
Kevin Wolf
2014-02-14
1
-14
/
+33
|
/
*
qmp: Allow to take external snapshots on bs graphs node.
Benoît Canet
2014-01-24
1
-7
/
+48
*
qmp: Allow block_resize to manipulate bs graph nodes.
Benoît Canet
2014-01-24
1
-4
/
+14
*
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
1
-1
/
+1
*
qmp: Allow to change password on named block driver states.
Benoît Canet
2014-01-24
1
-4
/
+9
*
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
1
-0
/
+5
*
blockdev: Move "file" to legacy_opts
Max Reitz
2014-01-22
1
-9
/
+10
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
1
-2
/
+4
|
\
|
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-2
/
+4
*
|
commit: Support commit active layer
Fam Zheng
2013-12-20
1
-2
/
+7
|
/
*
qmp_change_blockdev() remove unused has_format
Marc-André Lureau
2013-12-16
1
-1
/
+1
*
block/drive-mirror: Reuse backing HD for sync=none
Max Reitz
2013-11-27
1
-0
/
+3
*
qmp: access the local QemuOptsLists for drive option
Amos Kong
2013-11-14
1
-1
/
+0
*
block/drive-mirror: Check for NULL backing_hd
Max Reitz
2013-11-14
1
-1
/
+3
*
blockdev: fix drive_init() opts and bs_opts leaks
Stefan Hajnoczi
2013-11-07
1
-12
/
+15
*
blockdev: fix cdrom read_only flag
Fam Zheng
2013-10-17
1
-3
/
+4
*
blockdev: blockdev_init() error conversion
Kevin Wolf
2013-10-11
1
-25
/
+31
*
blockdev: Don't disable COR automatically with blockdev-add
Kevin Wolf
2013-10-11
1
-4
/
+27
*
blockdev: Remove 'media' parameter from blockdev_init()
Kevin Wolf
2013-10-11
1
-25
/
+15
*
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
2013-10-11
1
-6
/
+0
*
blockdev: Move virtio-blk device creation to drive_init
Kevin Wolf
2013-10-11
1
-27
/
+27
*
blockdev: Move bus/unit/index processing to drive_init
Kevin Wolf
2013-10-11
1
-84
/
+73
*
blockdev: Move parsing of 'boot' option to drive_init
Kevin Wolf
2013-10-11
1
-10
/
+11
*
blockdev: Moving parsing of geometry options to drive_init
Kevin Wolf
2013-10-11
1
-67
/
+69
*
blockdev: Move parsing of 'if' option to drive_init
Kevin Wolf
2013-10-11
1
-18
/
+22
*
blockdev: Move parsing of 'media' option to drive_init
Kevin Wolf
2013-10-11
1
-23
/
+50
*
blockdev: Pass QDict to blockdev_init()
Kevin Wolf
2013-10-11
1
-17
/
+17
*
blockdev: Separate ID generation from DriveInfo creation
Kevin Wolf
2013-10-11
1
-15
/
+17
*
blockdev: 'blockdev-add' QMP command
Kevin Wolf
2013-10-11
1
-0
/
+57
*
blockdev: Introduce DriveInfo.enable_auto_del
Kevin Wolf
2013-10-11
1
-1
/
+16
*
block: Improve driver whitelist checks
Kevin Wolf
2013-10-11
1
-6
/
+2
*
block: Add BlockDriver.bdrv_check_ext_snapshot.
Benoît Canet
2013-10-11
1
-0
/
+5
*
block: Remove unused assignment (fixes warning from clang)
Stefan Weil
2013-10-02
1
-1
/
+0
*
blockdev: do not default cache.no-flush to true
Paolo Bonzini
2013-09-20
1
-1
/
+1
[next]