index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-23
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-03-01
virtio-9p: remove PCI dependencies from hw/9pfs/
Paolo Bonzini
1
-2
/
+1
2013-02-06
qemu/9p: Don't ignore error in fid clunk
Aneesh Kumar K.V
1
-5
/
+7
2013-01-30
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
1
-5
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-10-05
cleanup useless return sentence
Amos Kong
1
-5
/
+0
2012-07-31
hw/9pfs: Fix assert when disabling migration
Aneesh Kumar K.V
1
-5
/
+10
2012-06-11
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
1
-4
/
+4
2012-02-24
hw/9pfs: Endian fixes for virtfs
Benjamin Herrenschmidt
1
-3
/
+5
2012-01-30
hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode
Daniel P. Berrange
1
-1
/
+0
2012-01-30
hw/9pfs: Fix crash when mounting with synthfs
Aneesh Kumar K.V
1
-1
/
+1
2012-01-04
hw/9pfs: Add validation to {un}marshal code
M. Mohan Kumar
1
-123
/
+338
2012-01-04
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
M. Mohan Kumar
1
-247
/
+4
2011-12-21
hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.
Aneesh Kumar K.V
1
-23
/
+24
2011-12-21
hw/9pfs: Use the correct signed type for different variables
Aneesh Kumar K.V
1
-10
/
+11
2011-12-21
hw/9pfs: replace iovec manipulation with QEMUIOVector
Stefan Hajnoczi
1
-102
/
+60
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-12-04
hw/9pfs: Reset server state during TVERSION
Deepak C Shetty
1
-0
/
+26
2011-12-04
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
1
-0
/
+19
2011-11-21
9p: pass dotl flags to the unlinkat method
Paolo Bonzini
1
-10
/
+0
2011-11-02
hw/9pfs: use g_vasprintf() instead of rolling our own
Stefan Hajnoczi
1
-99
/
+4
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
1
-6
/
+6
2011-10-31
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
1
-0
/
+50
2011-10-30
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
1
-31
/
+29
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
1
-3
/
+3
2011-10-15
hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.
Harsh Prateek Bora
1
-8
/
+0
2011-10-15
hw/9pfs: Introduce tracing for 9p pdu handlers
Harsh Prateek Bora
1
-0
/
+72
2011-10-15
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
1
-0
/
+9
2011-10-15
hw/9pfs: Add open flag mapping
M. Mohan Kumar
1
-1
/
+52
2011-10-15
virtio-9p: Use 9P specific Lock constants
M. Mohan Kumar
1
-1
/
+1
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
1
-6
/
+16
2011-09-22
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
1
-187
/
+225
2011-09-22
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
Aneesh Kumar K.V
1
-10
/
+10
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
1
-8
/
+22
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
1
-163
/
+203
2011-09-22
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
1
-68
/
+42
2011-09-22
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
1
-5
/
+5
2011-09-09
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
1
-0
/
+40
2011-09-09
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
1
-0
/
+82
2011-09-09
hw/9pfs: Fix memleaks in some 9p operation
Aneesh Kumar K.V
1
-0
/
+2
2011-09-09
hw/9pfs: Initialize rest of qid field to zero.
Aneesh Kumar K.V
1
-0
/
+1
2011-09-09
hw/9pfs: Update the fidp path before opendir
Aneesh Kumar K.V
1
-0
/
+1
2011-08-25
hw/9pfs: mark directories also as un-reclaimable on unlink
Aneesh Kumar K.V
1
-35
/
+38
2011-08-25
hw/9pfs: Add directory reclaim support
Aneesh Kumar K.V
1
-2
/
+29
2011-08-25
hw/9pfs: Use v9fs_do_close instead of close
Aneesh Kumar K.V
1
-2
/
+2
2011-08-25
hw/9pfs: Add file descriptor reclaim support
Aneesh Kumar K.V
1
-3
/
+184
2011-08-25
hw/9pfs: Add reference counting for fid
Aneesh Kumar K.V
1
-91
/
+182
2011-08-22
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
1
-6
/
+16
[next]