Sign in
qemu
/
qemu
/
f4b2add6ccc66c983258a04ded9e8e9d6ec2a731
/
block
/
qed.c
8a56fda
qed: Use BB functions in .bdrv_create()
by Kevin Wolf
· 9 years ago
53f1dfd
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
by Fam Zheng
· 9 years ago
67a0fd2
block: Add "file" output parameter to block status query functions
by Fam Zheng
· 9 years ago
04c01a5
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
by Kevin Wolf
· 9 years ago
80c71a2
block: Clean up includes
by Peter Maydell
· 9 years ago
e43bfd9
error: Use error_prepend() where it makes obvious sense
by Markus Armbruster
· 9 years ago
df9a681
qed: Implement .bdrv_drain
by Fam Zheng
· 9 years ago
8e419ae
block: Remove bdrv_swap()
by Kevin Wolf
· 9 years ago
760e006
block: Convert bs->backing_hd to BdrvChild
by Kevin Wolf
· 10 years ago
9a4f4c3
block: Convert bs->file to BdrvChild
by Kevin Wolf
· 10 years ago
6ebf9aa
block: Drop drv parameter from bdrv_open()
by Max Reitz
· 9 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
81e5f78
block: use bdrv_get_device_or_node_name() in error messages
by Alberto Garcia
· 10 years ago
786a4ea
Convert (ffs(val) - 1) to ctz32(val)
by Stefan Hajnoczi
· 10 years ago
0adfa1e
qed: check for header size overflow
by Stefan Hajnoczi
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
7c84b1b
block: Rename BlockDriverAIOCB* to BlockAIOCB*
by Markus Armbruster
· 10 years ago
bfb197e
block: Eliminate BlockDriverState member device_name[]
by Markus Armbruster
· 10 years ago
8007429
block: Rename qemu_aio_release -> qemu_aio_unref
by Fam Zheng
· 10 years ago
533ffb1
qed: Drop qed_aiocb_info.cancel
by Fam Zheng
· 10 years ago
c2eb918
block: round up file size to nearest sector
by Hu Tao
· 10 years ago
4f4896d
qed: Handle failure for potentially large allocations
by Kevin Wolf
· 11 years ago
3baca89
block: Add Error argument to bdrv_refresh_limits()
by Kevin Wolf
· 11 years ago
f06ee3d
qed: Make qiov match request size until backing file EOF
by Kevin Wolf
· 11 years ago
4ab1559
qemu-img create: add 'nocow' option
by Chunyan Liu
· 11 years ago
8ee79e7
block: Catch backing files assigned to non-COW drivers
by Kevin Wolf
· 11 years ago
c282e1f
cleanup QEMUOptionParameter
by Chunyan Liu
· 11 years ago
7ab7484
qed.c: replace QEMUOptionParameter with QemuOpts
by Chunyan Liu
· 11 years ago
83d0521
change block layer to support both QemuOpts and QEMUOptionParamter
by Chunyan Liu
· 11 years ago
a8c868c
qed: use BlockDriverState's AioContext
by Stefan Hajnoczi
· 11 years ago
5ff679b
convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
by Aakriti Gupta
· 11 years ago
5a8a30d
block: Add error handling to bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
3456a8d
block: Update image size in bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
76abe40
block: do not abuse EMEDIUMTYPE
by Paolo Bonzini
· 11 years ago
0fea6b7
qed: correctly propagate errors
by Paolo Bonzini
· 11 years ago
2e40134
block: Make bdrv_file_open() static
by Max Reitz
· 11 years ago
55aff7f
block: remove QED .bdrv_make_empty implementation
by Jeff Cody
· 11 years ago
d34682c
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
by Kevin Wolf
· 11 years ago
72daa72
block: Allow reference for bdrv_file_open()
by Max Reitz
· 11 years ago
cffb1ec
block drivers: expose requirement for write same alignment from formats
by Paolo Bonzini
· 11 years ago
95de6d7
block drivers: add discard/write_zeroes properties to bdrv_get_info implementation
by Paolo Bonzini
· 11 years ago
aa7bfbf
block: add flags to bdrv_*_write_zeroes
by Peter Lieven
· 11 years ago
cc84d90
block: Error parameter for create functions
by Max Reitz
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
d5124c0
bdrv: Use "Error" for creating images
by Max Reitz
· 11 years ago
015a103
bdrv: Use "Error" for opening images
by Max Reitz
· 11 years ago
4bc74be
block: return get_block_status data and flags for formats
by Paolo Bonzini
· 11 years ago
b6b8a33
block: introduce bdrv_get_block_status API
by Paolo Bonzini
· 11 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
3ac2162
block: change default of .has_zero_init to 0
by Peter Lieven
· 12 years ago
787e4a8
block: Add options QDict to bdrv_file_open() prototypes
by Kevin Wolf
· 12 years ago
1a86938
block: Add options QDict to .bdrv_open()
by Kevin Wolf
· 12 years ago
15bac0d
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
by Stefan Weil
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
f9cb20f
block: qed image file reopen
by Jeff Cody
· 12 years ago
ef72f76
qed: refuse unaligned zero writes with a backing file
by Stefan Hajnoczi
· 12 years ago
058f8f1
block: add BLOCK_O_CHECK for qemu-img check
by Stefan Hajnoczi
· 13 years ago
b10170a
qed: mark image clean after repair succeeds
by Stefan Hajnoczi
· 13 years ago
23797df
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
by Anthony Liguori
· 13 years ago
820100f
blkdebug: remove sync i/o events
by Paolo Bonzini
· 13 years ago
4534ff5
qemu-img check -r for repairing images
by Kevin Wolf
· 13 years ago
1b093c4
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
by Michael Tokarev
· 13 years ago
3d9b492
consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
by Michael Tokarev
· 13 years ago
e023b2e
block: fix snapshot on QED
by Paolo Bonzini
· 13 years ago
50d30c2
qed: remove incoming live migration blocker
by Benoît Canet
· 13 years ago
2d1f3c2
qed: honor BDRV_O_INCOMING for incoming live migration
by Benoît Canet
· 13 years ago
c82954e
qed: add bdrv_invalidate_cache to be called after incoming live migration
by Benoît Canet
· 13 years ago
d68dbee
qed: track dirty flag status
by Dong Xu Wang
· 13 years ago
29cdb25
block: push recursive flushing up from drivers
by Paolo Bonzini
· 13 years ago
0e71be1
qed: add .bdrv_co_write_zeroes() support
by Stefan Hajnoczi
· 13 years ago
6e4f59b
qed: replace is_write with flags field
by Stefan Hajnoczi
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
b7d5a5b
qed: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
1ed520c
qed: add migration blocker (v2)
by Anthony Liguori
· 13 years ago
3a069ff
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
512a2cf
qed: remove unneeded variable assignment
by Pavel Borzenkov
· 13 years ago
feba23b
qed: don't pass NULL to memcpy
by Pavel Borzenkov
· 13 years ago
6f6dc65
block: drop redundant bdrv_flush implementation
by Stefan Hajnoczi
· 13 years ago
e4fc878
qed: fix use-after-free during l2 cache commit
by Stefan Hajnoczi
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
384acbf
async: Remove AsyncContext
by Kevin Wolf
· 14 years ago
99cce9f
qemu-img create: Fix displayed default cluster size
by Kevin Wolf
· 14 years ago
77a5a00
qed: support for growing images
by Stefan Hajnoczi
· 14 years ago
6f321e9
qed: Periodically flush and clear need check bit
by Stefan Hajnoczi
· 14 years ago
21df65b
qed: Add support for zero clusters
by Anthony Liguori
· 14 years ago
10b758e
qed: Report error for unsupported features
by Kevin Wolf
· 14 years ago
0d09c79
qed: Images with backing file do not require QED_F_NEED_CHECK
by Stefan Hajnoczi
· 14 years ago
c743849
qed: Refuse to create images on block devices
by Stefan Hajnoczi
· 14 years ago
01979a9
qed: Consistency check support
by Stefan Hajnoczi
· 14 years ago
eabba58
qed: Read/write support
by Stefan Hajnoczi
· 14 years ago
298800c
qed: Table, L2 cache, and cluster functions
by Stefan Hajnoczi
· 14 years ago
75411d2
qed: Add QEMU Enhanced Disk image format
by Stefan Hajnoczi
· 14 years ago