index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qed.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-26
qed: Add coroutine_fn to I/O path functions
Kevin Wolf
1
-2
/
+3
2017-06-26
qed: Simplify request handling
Kevin Wolf
1
-2
/
+1
2017-06-26
qed: Use CoQueue for serialising allocations
Kevin Wolf
1
-1
/
+2
2017-06-26
qed: Add return value to qed_aio_read/write_data()
Kevin Wolf
1
-21
/
+0
2017-06-26
qed: Remove callback from qed_write_table()
Kevin Wolf
1
-5
/
+3
2017-06-26
qed: Remove GenericCB
Kevin Wolf
1
-11
/
+0
2017-06-26
qed: Remove callback from qed_find_cluster()
Kevin Wolf
1
-2
/
+2
2017-06-26
qed: Remove callback from qed_read_l2_table()
Kevin Wolf
1
-2
/
+1
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-0
/
+3
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-1
/
+0
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2015-02-06
qed: Really remove unused field QEDAIOCB.finished
Fam Zheng
1
-1
/
+0
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-5
/
+5
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-1
/
+1
2014-07-14
qed: Make qiov match request size until backing file EOF
Kevin Wolf
1
-0
/
+1
2014-06-16
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-2
/
+1
2013-09-25
block: qed - use QEMU_PACKED for on-disk structures
Jeff Cody
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-08-10
qed: mark image clean after repair succeeds
Stefan Hajnoczi
1
-0
/
+5
2012-04-05
qed: remove incoming live migration blocker
BenoƮt Canet
1
-2
/
+0
2012-02-09
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
1
-0
/
+1
2012-02-09
qed: replace is_write with flags field
Stefan Hajnoczi
1
-1
/
+5
2011-11-21
qed: add migration blocker (v2)
Anthony Liguori
1
-0
/
+2
2011-05-18
qed: Periodically flush and clear need check bit
Stefan Hajnoczi
1
-0
/
+7
2011-04-27
qed: Fix consistency check on 32-bit hosts
Stefan Hajnoczi
1
-1
/
+1
2011-04-13
qed: Add support for zero clusters
Anthony Liguori
1
-0
/
+26
2010-12-17
qed: Consistency check support
Stefan Hajnoczi
1
-0
/
+4
2010-12-17
qed: Read/write support
Stefan Hajnoczi
1
-0
/
+26
2010-12-17
qed: Table, L2 cache, and cluster functions
Stefan Hajnoczi
1
-0
/
+123
2010-12-17
qed: Add QEMU Enhanced Disk image format
Stefan Hajnoczi
1
-0
/
+148