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
*
ide: Update ide_drive_get to be HBA agnostic
John Snow
2014-10-03
1
-0
/
+17
*
blockdev: Allow overriding if_max_dev property
John Snow
2014-10-03
1
-1
/
+25
*
blockdev: Orphaned drive search
John Snow
2014-10-03
1
-0
/
+21
*
Modify qemu_opt_rename to realize renaming all items in opts
Jun Li
2014-10-03
1
-0
/
+4
*
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
2014-10-03
1
-3
/
+1
*
block: Catch simultaneous usage of options and their aliases
Kevin Wolf
2014-09-25
1
-2
/
+14
*
block: Specify -drive legacy option aliases in array
Kevin Wolf
2014-09-25
1
-15
/
+24
*
block: Keep DriveInfo alive until BlockDriverState dies
Markus Armbruster
2014-09-25
1
-5
/
+8
*
blockdev: Disentangle BlockDriverState and DriveInfo creation
Markus Armbruster
2014-09-25
1
-17
/
+20
*
blockdev: Refuse to drive_del something added with blockdev-add
Markus Armbruster
2014-09-11
1
-1
/
+9
*
rename parse_enum_option to qapi_enum_parse and make it public
Peter Lieven
2014-09-08
1
-24
/
+6
*
block: acquire AioContext in do_drive_del()
Stefan Hajnoczi
2014-08-29
1
-0
/
+7
*
blockdev: fix drive-mirror 'granularity' error message
Stefan Hajnoczi
2014-08-29
1
-2
/
+3
*
block: acquire AioContext in qmp_block_resize()
Stefan Hajnoczi
2014-08-20
1
-3
/
+10
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
*
block: add backing-file option to block-stream
Jeff Cody
2014-07-01
1
-4
/
+19
*
block: extend block-commit to accept a string for the backing file
Jeff Cody
2014-07-01
1
-1
/
+7
*
block: add QAPI command to allow live backing file change
Jeff Cody
2014-07-01
1
-0
/
+79
*
block: make 'top' argument to block-commit optional
Jeff Cody
2014-07-01
1
-2
/
+14
*
block: Add replaces argument to drive-mirror
Benoît Canet
2014-06-27
1
-1
/
+30
*
block: Add node-name argument to drive-mirror
Benoît Canet
2014-06-27
1
-2
/
+9
*
block: check for RESIZE blocker in the QMP command, not bdrv_truncate()
Jeff Cody
2014-06-27
1
-0
/
+5
*
qapi event: convert other BLOCK_JOB events
Wenchao Xia
2014-06-23
1
-7
/
+5
*
blockdev: Remove unused DriveInfo reference count
Markus Armbruster
2014-06-16
1
-16
/
+2
*
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
Markus Armbruster
2014-06-16
1
-7
/
+7
*
blockdev: Move 'serial' option to drive_init()
Kevin Wolf
2014-06-16
1
-10
/
+10
*
blockdev: acquire AioContext in block_set_io_throttle
Stefan Hajnoczi
2014-06-04
1
-0
/
+6
*
blockdev: Plug memory leak in drive_init()
Markus Armbruster
2014-05-30
1
-0
/
+2
*
blockdev: Plug memory leak in blockdev_init()
Markus Armbruster
2014-05-30
1
-2
/
+3
*
blockdev: Don't use qerror_report() in do_drive_del()
Markus Armbruster
2014-05-28
1
-2
/
+1
*
blockdev: Don't use qerror_report_err() in drive_init()
Markus Armbruster
2014-05-28
1
-2
/
+2
*
block: Move op_blocker check from block_job_create to its caller
Fam Zheng
2014-05-28
1
-0
/
+8
*
block: Replace in_use with operation blocker
Fam Zheng
2014-05-28
1
-10
/
+9
*
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
2014-05-19
1
-0
/
+24
*
blockdev: add a function to parse enum ids from strings
Peter Lieven
2014-05-19
1
-0
/
+19
*
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
[next]