Sign in
qemu
/
qemu
/
791fa2a2451799232d6bc0c29c0fbb13b5293eeb
/
blockdev.c
20a63d2
commit: Support commit active layer
by Fam Zheng
· 11 years ago
314f7ea
qmp_change_blockdev() remove unused has_format
by Marc-André Lureau
· 11 years ago
117e0c8
block/drive-mirror: Reuse backing HD for sync=none
by Max Reitz
· 11 years ago
968854c
qmp: access the local QemuOptsLists for drive option
by Amos Kong
· 11 years ago
1452686
block/drive-mirror: Check for NULL backing_hd
by Max Reitz
· 11 years ago
ec9c10d
blockdev: fix drive_init() opts and bs_opts leaks
by Stefan Hajnoczi
· 11 years ago
a7fdbcf
blockdev: fix cdrom read_only flag
by Fam Zheng
· 11 years ago
b681072
blockdev: blockdev_init() error conversion
by Kevin Wolf
· 11 years ago
0ebd24e
blockdev: Don't disable COR automatically with blockdev-add
by Kevin Wolf
· 11 years ago
e34ef04
blockdev: Remove 'media' parameter from blockdev_init()
by Kevin Wolf
· 11 years ago
4f8a066
blockdev: Remove IF_* check for read-only blockdev_init
by Kevin Wolf
· 11 years ago
394c7d4
blockdev: Move virtio-blk device creation to drive_init
by Kevin Wolf
· 11 years ago
87a899c
blockdev: Move bus/unit/index processing to drive_init
by Kevin Wolf
· 11 years ago
2692929
blockdev: Move parsing of 'boot' option to drive_init
by Kevin Wolf
· 11 years ago
b41a733
blockdev: Moving parsing of geometry options to drive_init
by Kevin Wolf
· 11 years ago
593d464
blockdev: Move parsing of 'if' option to drive_init
by Kevin Wolf
· 11 years ago
33cb7dc
blockdev: Move parsing of 'media' option to drive_init
by Kevin Wolf
· 11 years ago
f298d07
blockdev: Pass QDict to blockdev_init()
by Kevin Wolf
· 11 years ago
326642b
blockdev: Separate ID generation from DriveInfo creation
by Kevin Wolf
· 12 years ago
d26c9a1
blockdev: 'blockdev-add' QMP command
by Kevin Wolf
· 11 years ago
2d246f0
blockdev: Introduce DriveInfo.enable_auto_del
by Kevin Wolf
· 11 years ago
8f94a6e
block: Improve driver whitelist checks
by Kevin Wolf
· 11 years ago
f6186f4
block: Add BlockDriver.bdrv_check_ext_snapshot.
by Benoît Canet
· 11 years ago
3a6f270
block: Remove unused assignment (fixes warning from clang)
by Stefan Weil
· 11 years ago
1df6fa4
blockdev: do not default cache.no-flush to true
by Paolo Bonzini
· 11 years ago
aa3fe71
block: Assert validity of BdrvActionOps
by Max Reitz
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
44e3e05
qmp: add interface blockdev-snapshot-delete-internal-sync
by Wenchao Xia
· 11 years ago
f323bc9
qmp: add interface blockdev-snapshot-internal-sync
by Wenchao Xia
· 11 years ago
bbe8601
qmp: add internal snapshot support in qmp_transaction
by Wenchao Xia
· 11 years ago
fa510eb
block: use BDS ref for block jobs
by Fam Zheng
· 12 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 12 years ago
2024c1d
block: Add iops_size to do the iops accounting for a given io size.
by Benoît Canet
· 11 years ago
3e9fab6
block: Add support for throttling burst max in QMP and the command line.
by Benoît Canet
· 11 years ago
cc0681c
block: Enable the new throttling code in the block layer.
by Benoît Canet
· 11 years ago
c0447d8
Revert "block: Disable driver-specific options for 1.6"
by Kevin Wolf
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
7780d47
block: better error message for read only format name
by Fam Zheng
· 12 years ago
8b7a541
block: Dont ignore previously set bdrv_flags
by M. Mohan Kumar
· 12 years ago
6db5f5d
block: Bugfix 'format' and 'snapshot' used in drive option
by Mike Qiu
· 12 years ago
8afaefb
block: Disable driver-specific options for 1.6
by Kevin Wolf
· 12 years ago
dfc6f86
misc: Use g_assert_not_reached for code which is expected to be unreachable
by Stefan Weil
· 12 years ago
fc5d3f8
Implement sync modes for drive-backup.
by Ian Main
· 12 years ago
29c4e2b
blockdev: Split up 'cache' option
by Kevin Wolf
· 12 years ago
0f227a9
blockdev: Rename 'readonly' option to 'read-only'
by Kevin Wolf
· 12 years ago
5797522
blockdev: Rename I/O throttling options for QMP
by Kevin Wolf
· 12 years ago
74fe54f
block: Allow "driver" option on the top level
by Kevin Wolf
· 12 years ago
b53169e
blockdev: add sync mode to drive-backup QMP command
by Stefan Hajnoczi
· 12 years ago
78b18b7
blockdev: add Abort transaction
by Stefan Hajnoczi
· 12 years ago
3037f36
blockdev: add DriveBackup transaction
by Stefan Hajnoczi
· 12 years ago
f9ea81e
blockdev: allow BdrvActionOps->commit() to be NULL
by Stefan Hajnoczi
· 12 years ago
ba5d6ab
blockdev: rename BlkTransactionStates to singular
by Stefan Hajnoczi
· 12 years ago
99a9add
block: add drive-backup QMP command
by Stefan Hajnoczi
· 12 years ago
ac3c5d8
blockdev: use bdrv_getlength() in qmp_drive_mirror()
by Stefan Hajnoczi
· 12 years ago
cb78466
blockdev: drop redundant proto_drv check
by Stefan Hajnoczi
· 12 years ago
492fdc6
Revert "block: Disable driver-specific options for 1.5"
by Kevin Wolf
· 12 years ago
0eef407
blockdev: use error_setg_file_open()
by Luiz Capitulino
· 12 years ago
293c51a
blockdev: reset werror/rerror on drive_del
by Stefan Hajnoczi
· 12 years ago
b64ec4e
block: add block driver read only whitelist
by Fam Zheng
· 12 years ago
c8a83e8
blockdev: Rename BlockdevAction -> TransactionAction
by Kevin Wolf
· 12 years ago
ba0c86a
block: make all steps in qmp_transaction() as callback
by Wenchao Xia
· 12 years ago
96b86bf
block: package rollback code in qmp_transaction()
by Wenchao Xia
· 12 years ago
3b0047e
block: package committing code in qmp_transaction()
by Wenchao Xia
· 12 years ago
e2a31e8
block: move input parsing code in qmp_transaction()
by Wenchao Xia
· 12 years ago
9b9877e
block: package preparation code in qmp_transaction()
by Wenchao Xia
· 12 years ago
8732901
blockdev: Replace "undefined error" in qmp_block_resize
by Kevin Wolf
· 12 years ago
8ec7d39
block: Disable driver-specific options for 1.5
by Kevin Wolf
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
ae29d6c
block: keep I/O throttling slice time constant
by Stefan Hajnoczi
· 12 years ago
c2ad1b0
block: Allow omitting the file name when using driver-specific options
by Kevin Wolf
· 12 years ago
92b7a08
block: complete all IOs before resizing a device
by Peter Lieven
· 12 years ago
3618a09
blockdev: Fix up copyright and permission notice
by Markus Armbruster
· 12 years ago
0006383
block: Support driver specific options in drive_init()
by Kevin Wolf
· 12 years ago
bb44619
blockdev: Keep a copy of DriveInfo.serial
by Kevin Wolf
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
a9384af
blockdev: add discard suboption to -drive
by Paolo Bonzini
· 12 years ago
f382d43
qemu-img: Add "Quiet mode" option
by Miroslav Rezanina
· 12 years ago
7d81c14
block: refuse negative iops and bps values
by Stefan Hajnoczi
· 12 years ago
c546194
block: use Error in do_check_io_limits()
by Stefan Hajnoczi
· 12 years ago
503cb22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
8689907
block: Create proper size file for disk mirror
by Vishvananda Ishaya
· 12 years ago
02582ab
block: Add special error code for wrong format
by Stefan Weil
· 12 years ago
08e4ed6
mirror: add buf-size argument to drive-mirror
by Paolo Bonzini
· 12 years ago
eee13df
mirror: allow customizing the granularity
by Paolo Bonzini
· 12 years ago
b812f67
mirror: perform COW if the cluster size is bigger than the granularity
by Paolo Bonzini
· 12 years ago
58513bd
block: Monitor command commit neglects to report some errors
by Jeff Cody
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
e478b44
use qemu_opts_create_nofail
by Dong Xu Wang
· 12 years ago
cf8f242
qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()
by Luiz Capitulino
· 12 years ago
43e1704
qmp: qmp_transaction(): pass Error object to bdrv_img_create()
by Luiz Capitulino
· 12 years ago
71c7981
block: bdrv_img_create(): add Error ** argument
by Luiz Capitulino
· 12 years ago
2d0d283
Support default block interfaces per QEMUMachine
by Christian Borntraeger
· 12 years ago
0d92d17
Issue warning when deprecated drive parameter boot=on|off is used
by Jan Kiszka
· 12 years ago
b952b55
mirror: add support for on-source-error/on-target-error
by Paolo Bonzini
· 12 years ago
d9b902d
qmp: add drive-mirror command
by Paolo Bonzini
· 12 years ago
Next »