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
/
hw
/
9pfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hw/9pfs: replace iovec manipulation with QEMUIOVector
Stefan Hajnoczi
2011-12-21
1
-102
/
+60
*
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
2
-2
/
+2
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
3
-6
/
+6
*
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
Aneesh Kumar K.V
2011-12-04
4
-20
/
+53
*
hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
Aneesh Kumar K.V
2011-12-04
1
-1
/
+2
*
hw/9pfs: Reset server state during TVERSION
Deepak C Shetty
2011-12-04
1
-0
/
+26
*
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
2011-12-04
3
-13
/
+33
*
hw/9pfs: Improve portability to older systems
Aneesh Kumar K.V
2011-12-04
1
-33
/
+0
*
9pfs: improve portability to older systems
Aneesh Kumar K.V
2011-11-28
1
-1
/
+6
*
9pfs: improve portability to older systems
Paolo Bonzini
2011-11-28
1
-2
/
+5
*
9p: pass dotl flags to the unlinkat method
Paolo Bonzini
2011-11-21
2
-11
/
+11
*
9p: allow compiling the dummy virtio-9p-handle.c code on Linux
Paolo Bonzini
2011-11-21
1
-1
/
+2
*
configure: fix detection for xattr.h on modern distributions
Avi Kivity
2011-11-09
4
-4
/
+4
*
hw/9pfs: use g_vasprintf() instead of rolling our own
Stefan Hajnoczi
2011-11-02
1
-99
/
+4
*
hw/9pfs: Replace rwlocks with RCU variants of interfaces.
Harsh Prateek Bora
2011-10-31
1
-16
/
+13
*
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
2011-10-31
3
-0
/
+630
*
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
2011-10-31
7
-128
/
+160
*
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
2011-10-31
1
-0
/
+50
*
hw/9pfs: Fix error handling in local_mknod
Aneesh Kumar K.V
2011-10-31
1
-8
/
+5
*
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
2011-10-30
1
-31
/
+29
*
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V
2011-10-15
2
-50
/
+33
*
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
Aneesh Kumar K.V
2011-10-15
1
-1
/
+1
*
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
2011-10-15
5
-9
/
+8
*
hw/9pfs: Use fs driver specific lstat
M. Mohan Kumar
2011-10-15
1
-10
/
+23
*
hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.
Harsh Prateek Bora
2011-10-15
3
-660
/
+0
*
hw/9pfs: Introduce tracing for 9p pdu handlers
Harsh Prateek Bora
2011-10-15
1
-0
/
+72
*
hw/9pfs: Add st_gen support for handle based fs driver
Harsh Prateek Bora
2011-10-15
1
-0
/
+51
*
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
2011-10-15
5
-1
/
+91
*
hw/9pfs: Add open flag mapping
M. Mohan Kumar
2011-10-15
2
-1
/
+76
*
hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long
Daniel P. Berrange
2011-10-15
1
-1
/
+3
*
virtio-9p: Use 9P specific Lock constants
M. Mohan Kumar
2011-10-15
2
-1
/
+6
*
hw/9pfs: Fix build error on platform that don't support futimens
Aneesh Kumar K.V
2011-10-15
1
-28
/
+24
*
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
2011-10-12
4
-10
/
+48
*
hw/9pfs: Use ioeventfd for 9p
Aneesh Kumar K.V
2011-10-12
1
-0
/
+2
*
hw/9pfs: Add handle based fs driver
Aneesh Kumar K.V
2011-09-22
1
-0
/
+611
*
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
2011-09-22
8
-265
/
+439
*
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
Aneesh Kumar K.V
2011-09-22
1
-10
/
+10
*
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
2011-09-22
8
-52
/
+99
*
hw/9pfs: Add init callback to fs driver
Aneesh Kumar K.V
2011-09-22
2
-2
/
+12
*
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
2011-09-22
8
-281
/
+520
*
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
2011-09-22
8
-87
/
+155
*
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
2011-09-22
2
-5
/
+10
*
Merge remote-tracking branch 'aneesh/for-upstream-4' into staging
Anthony Liguori
2011-09-15
2
-0
/
+130
|
\
|
*
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
2011-09-09
2
-0
/
+42
|
*
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
2011-09-09
2
-0
/
+84
|
*
hw/9pfs: Fix memleaks in some 9p operation
Aneesh Kumar K.V
2011-09-09
1
-0
/
+2
|
*
hw/9pfs: Initialize rest of qid field to zero.
Aneesh Kumar K.V
2011-09-09
1
-0
/
+1
|
*
hw/9pfs: Update the fidp path before opendir
Aneesh Kumar K.V
2011-09-09
1
-0
/
+1
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-09-09
1
-1
/
+1
|
\
\
|
*
|
virtio-9p: Fix syntax error in debug code
Stefan Weil
2011-09-09
1
-1
/
+1
|
|
/
[prev]
[next]