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-device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
1
-2
/
+0
2013-04-23
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
1
-8
/
+3
2013-04-23
virtio-9p: cleanup: init function.
KONRAD Frederic
1
-52
/
+23
2013-04-23
virtio-9p: add the virtio-9p device.
KONRAD Frederic
1
-7
/
+66
2013-04-09
virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
Hans de Goede
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
-52
/
+1
2013-01-30
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
1
-1
/
+1
2013-01-30
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
1
-5
/
+1
2013-01-14
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2013-01-08
virtio-9p: use symbolic constant, add to pci-ids.txt
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-08
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
1
-9
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-7
/
+9
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-17
/
+26
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-2
/
+1
2012-01-19
hw/9pfs: Add new security model mapped-file.
Aneesh Kumar K.V
1
-9
/
+0
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
1
-5
/
+8
2011-12-04
hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
Aneesh Kumar K.V
1
-1
/
+2
2011-12-04
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
1
-11
/
+11
2011-10-15
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V
1
-24
/
+7
2011-10-15
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
Aneesh Kumar K.V
1
-1
/
+1
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
1
-1
/
+0
2011-10-15
hw/9pfs: Use fs driver specific lstat
M. Mohan Kumar
1
-10
/
+23
2011-10-15
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
1
-0
/
+2
2011-10-15
hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long
Daniel P. Berrange
1
-1
/
+3
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
1
-0
/
+1
2011-10-12
hw/9pfs: Use ioeventfd for 9p
Aneesh Kumar K.V
1
-0
/
+2
2011-09-22
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
1
-0
/
+1
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
1
-0
/
+1
2011-09-22
hw/9pfs: Add init callback to fs driver
Aneesh Kumar K.V
1
-1
/
+6
2011-09-22
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
1
-0
/
+1
2011-08-25
hw/9pfs: init fid list properly
Aneesh Kumar K.V
1
-0
/
+1
2011-08-25
hw/9pfs: Add file descriptor reclaim support
Aneesh Kumar K.V
1
-0
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-08-08
[virtio-9p] Add infrastructure to support glib threads and coroutines.
Venkateswararao Jujjuri (JV)
1
-2
/
+5
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-0
/
+173
2011-06-01
virtio-9p: Use relative includes for files in hw
Stefan Weil
1
-3
/
+3
2011-06-01
virtio-9p: Move device specific code to virtio-9p-device
Aneesh Kumar K.V
1
-0
/
+173