index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blockdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add support to warn on backing file change without format
Eric Blake
2020-07-14
1
-1
/
+2
*
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
1
-12
/
+4
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-2
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-4
/
+2
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-7
/
+4
*
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-2
/
+3
*
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
2020-07-10
1
-3
/
+2
*
blockdev: Deprecate -drive with bogus interface type
Markus Armbruster
2020-06-23
1
-2
/
+25
*
blockdev: Split off basic bitmap operations for qemu-img
Eric Blake
2020-05-19
1
-284
/
+0
*
blockdev: Promote several bitmap functions to non-static
Eric Blake
2020-05-19
1
-28
/
+19
*
block: Add blk_new_with_bs() helper
Eric Blake
2020-05-05
1
-5
/
+3
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
1
-14
/
+2
*
job: take each job's lock individually in job_txn_apply
Stefan Reiter
2020-04-07
1
-0
/
+9
*
block: Fix cross-AioContext blockdev-snapshot
Kevin Wolf
2020-03-11
1
-16
/
+0
*
block: Relax restrictions for blockdev-snapshot
Kevin Wolf
2020-03-11
1
-6
/
+8
*
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-35
/
+8
*
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-95
/
+1
*
block: Move system emulator QMP commands to block/qapi-sysemu.c
Kevin Wolf
2020-03-06
1
-559
/
+0
*
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
2020-02-20
1
-2
/
+6
*
blockdev: Allow resizing everywhere
Max Reitz
2020-02-18
1
-5
/
+0
*
blockdev: Allow external snapshots everywhere
Max Reitz
2020-02-18
1
-5
/
+0
*
commit: Expose on-error option in QMP
Kevin Wolf
2020-02-18
1
-4
/
+4
*
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
2020-01-30
1
-8
/
+4
*
blockdev: Return bs to the proper context on snapshot abort
Sergio Lopez
2020-01-27
1
-0
/
+21
*
blockdev: Acquire AioContext on dirty bitmap functions
Sergio Lopez
2020-01-27
1
-4
/
+18
*
blockdev: honor bdrv_try_set_aio_context() context requirements
Sergio Lopez
2020-01-27
1
-8
/
+60
*
blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
Sergio Lopez
2020-01-27
1
-47
/
+13
*
blockdev: unify qmp_drive_backup and drive-backup transaction paths
Sergio Lopez
2020-01-27
1
-124
/
+100
*
blockdev: fix coding style issues in drive_backup_prepare
Sergio Lopez
2020-01-27
1
-3
/
+5
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+1
*
blockdev: Use error_report() in hmp_commit()
Kevin Wolf
2019-10-25
1
-4
/
+3
*
dirty-bitmaps: remove deprecated autoload parameter
John Snow
2019-10-17
1
-6
/
+0
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+3
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-20
/
+7
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-4
/
+3
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+1
*
mirror: Fix bdrv_has_zero_init() use
Max Reitz
2019-08-19
1
-3
/
+13
*
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
2019-08-17
1
-4
/
+4
*
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
2019-08-17
1
-0
/
+22
*
block/backup: hoist bitmap check into QMP interface
John Snow
2019-08-16
1
-0
/
+10
*
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
1
-6
/
+73
*
blockdev: reduce aio_context locked sections in bitmap add/remove
Vladimir Sementsov-Ogievskiy
2019-08-16
1
-17
/
+13
*
block/backup: loosen restriction on readonly bitmaps
John Snow
2019-08-16
1
-1
/
+1
*
block/backup: Add mirror sync mode 'bitmap'
John Snow
2019-08-16
1
-2
/
+23
*
blockdev-backup: utilize do_backup_common
John Snow
2019-08-16
1
-59
/
+6
*
drive-backup: create do_backup_common
John Snow
2019-08-16
1
-45
/
+57
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
blockdev: enable non-root nodes for transaction drive-backup source
Vladimir Sementsov-Ogievskiy
2019-06-24
1
-1
/
+1
[next]