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