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
/
hw
/
9pfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-1
/
+1
*
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
2011-08-22
4
-15
/
+26
*
hw/9pfs: Update v9fs_read to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-198
/
+117
*
hw/9pfs: Add yield support for preadv coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+19
*
hw/9pfs: Update v9fs_attach to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-9
/
+4
*
hw/9pfs: Update v9fs_wstat to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-211
/
+63
*
hw/9pfs: Update v9fs_write to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-89
/
+59
*
hw/9pfs: Add yield support for pwritev coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+19
*
hw/9pfs: Update v9fs_link to use coroutines
Venkateswararao Jujjuri (JV)
2011-08-22
1
-13
/
+6
*
hw/9pfs: Add yield support for link coroutine
Venkateswararao Jujjuri
2011-08-22
2
-0
/
+15
*
hw/9pfs: Update v9fs_symlink to use coroutines
Venkateswararao Jujjuri
2011-08-22
2
-76
/
+28
*
hw/9pfs: Add yield support for symlin coroutine
Venkateswararao Jujjuri
2011-08-22
2
-0
/
+22
*
hw/9pfs: Update v9fs_create to use coroutines
Venkateswararao Jujjuri
2011-08-22
2
-216
/
+97
*
hw/9pfs: Update v9fs_fsync to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-16
/
+11
*
hw/9pfs: Add yield support for fsync coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+17
*
hw/9pfs: Update v9fs_clunk to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-37
/
+7
*
hw/9pfs: Add yeild support for clunk related coroutine
Aneesh Kumar K.V
2011-08-22
4
-0
/
+71
*
hw/9pfs: Update v9fs_walk to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-151
/
+68
*
hw/9pfs: Update v9fs_stat to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-41
/
+21
*
hw/9pfs: Update v9fs_lcreate to use coroutines
Venkateswararao Jujjuri
2011-08-22
2
-102
/
+38
*
hw/9pfs: Add yield support for open2 coroutine
Venkateswararao Jujjuri
2011-08-22
2
-0
/
+22
*
hw/9pfs: Update v9fs_open to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-100
/
+43
*
hw/9pfs: Add yield support for open and opendir coroutine
Aneesh Kumar K.V
2011-08-22
3
-0
/
+34
*
hw/9pfs: Update v9fs_getlock to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-32
/
+19
*
hw/9pfs: Update v9fs_lock to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-34
/
+20
*
hw/9pfs: Add yeild support for fstat coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+15
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
4
-70
/
+70
*
hw/9pfs: Update vfs_rename to use coroutines
Aneesh Kumar K.V
2011-08-08
2
-89
/
+52
*
hw/9pfs: Add yeild support to rename coroutine
Aneesh Kumar K.V
2011-08-08
2
-0
/
+15
*
hw/9pfs: Update v9fs_remove to use coroutines
Venkateswararao Jujjuri
2011-08-08
2
-43
/
+13
*
hw/9pfs: Add yield support for remove
Venkateswararao Jujjuri
2011-08-08
2
-0
/
+15
*
hw/9pfs: Update mkdir to use coroutines
Venkateswararao Jujjuri
2011-08-08
1
-71
/
+25
*
hw/9pfs: Add yield support for mkdir coroutine
Venkateswararao Jujjuri
2011-08-08
2
-0
/
+20
*
hw/9pfs: Update v9fs_mknod to use coroutines
Aneesh Kumar K.V
2011-08-08
1
-58
/
+30
*
hw/9pfs: Add yield support to mknod coroutine
Aneesh Kumar K.V
2011-08-08
2
-0
/
+23
*
hw/9pfs: Update v9fs_xattrcreate to use coroutines
Aneesh Kumar K.V
2011-08-08
2
-38
/
+26
*
hw/9pfs: Update v9fs_xattrwalk to coroutines
Aneesh Kumar K.V
2011-08-08
1
-135
/
+63
*
hw/9pfs: Add yield support to xattr related coroutine
Aneesh Kumar K.V
2011-08-08
2
-0
/
+53
*
hw/9pfs: Update v9fs_setattr to use coroutines
Aneesh Kumar K.V
2011-08-08
2
-117
/
+54
*
hw/9pfs: Add yield support to setattr related coroutines
Aneesh Kumar K.V
2011-08-08
2
-0
/
+68
*
hw/9pfs: Update v9fs_getattr to use coroutines
Aneesh Kumar K.V
2011-08-08
2
-46
/
+19
*
hw/9pfs: Add yield support to lstat coroutine
Aneesh Kumar K.V
2011-08-08
2
-0
/
+33
*
hw/9pfs: Update v9fs_statfs to use coroutines
Aneesh Kumar K.V
2011-08-08
2
-70
/
+44
*
hw/9pfs: Add yield support to statfs coroutine
Aneesh Kumar K.V
2011-08-08
2
-0
/
+15
*
hw/9pfs: Update v9fs_readdir to use coroutines
Aneesh Kumar K.V
2011-08-08
1
-101
/
+72
*
hw/9pfs: Add yield support for readdir related coroutines
Aneesh Kumar K.V
2011-08-08
2
-0
/
+71
*
hw/9pfs: Update v9fs_readlink to use coroutine
Venkateswararao Jujjuri
2011-08-08
2
-60
/
+17
*
hw/9pfs: Add yeild support for readlink
Venkateswararao Jujjuri (JV)
2011-08-08
2
-0
/
+45
*
[virtio-9p] Change all pdu handlers to coroutines.
Venkateswararao Jujjuri (JV)
2011-08-08
3
-43
/
+104
*
[virtio-9p] Add infrastructure to support glib threads and coroutines.
Venkateswararao Jujjuri (JV)
2011-08-08
3
-2
/
+165
[next]