index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
Age
Commit message (
Expand
)
Author
2011-08-22
hw/9pfs: Update v9fs_stat to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_lcreate to use coroutines
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Add yield support for open2 coroutine
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Update v9fs_open to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yield support for open and opendir coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_getlock to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_lock to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yeild support for fstat coroutine
Aneesh Kumar K.V
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-08
hw/9pfs: Update vfs_rename to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yeild support to rename coroutine
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_remove to use coroutines
Venkateswararao Jujjuri
2011-08-08
hw/9pfs: Add yield support for remove
Venkateswararao Jujjuri
2011-08-08
hw/9pfs: Update mkdir to use coroutines
Venkateswararao Jujjuri
2011-08-08
hw/9pfs: Add yield support for mkdir coroutine
Venkateswararao Jujjuri
2011-08-08
hw/9pfs: Update v9fs_mknod to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support to mknod coroutine
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_xattrcreate to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_xattrwalk to coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support to xattr related coroutine
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_setattr to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support to setattr related coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_getattr to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support to lstat coroutine
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_statfs to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support to statfs coroutine
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_readdir to use coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Add yield support for readdir related coroutines
Aneesh Kumar K.V
2011-08-08
hw/9pfs: Update v9fs_readlink to use coroutine
Venkateswararao Jujjuri
2011-08-08
hw/9pfs: Add yeild support for readlink
Venkateswararao Jujjuri (JV)
2011-08-08
[virtio-9p] Change all pdu handlers to coroutines.
Venkateswararao Jujjuri (JV)
2011-08-08
[virtio-9p] Add infrastructure to support glib threads and coroutines.
Venkateswararao Jujjuri (JV)
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-08
Merge remote-tracking branch 'jvrao/for-anthony' into staging
Anthony Liguori
2011-06-03
virtio-9p: Remove statement without effect (fix warning from cppcheck)
Stefan Weil
2011-06-01
hw/9pfs: Don't crash when we get a request with not supported 9p operation
Aneesh Kumar K.V
2011-06-01
[virtio-9p] Make rpath thread safe
Venkateswararao Jujjuri (JV)
2011-06-01
virtio-9p: Use relative includes for files in hw
Stefan Weil
2011-06-01
virtio-9p: Move device specific code to virtio-9p-device
Aneesh Kumar K.V
2011-06-01
virtio-9p: Move 9p device registration into virtio-9p.c
Aneesh Kumar K.V
2011-06-01
[virtio-9p] Stop renaming files with similar name!
Malahal Naineni
2011-04-27
v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.
Harsh Prateek Bora
2011-04-27
hw/virtio-9p-local.c: Remove unnecessary null char in symlink file
Harsh Prateek Bora
2011-04-27
virtio-9p: Bugfix to send correct iounit
M. Mohan Kumar
2011-04-27
virtio-9p: removexattr on default acl should return 0
Aneesh Kumar K.V
2011-04-27
virtio-9p: Print the pdu details on return
Aneesh Kumar K.V
2011-04-27
virtio-9p: move 9p files around
Aneesh Kumar K.V