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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-1
/
+1
*
9pfs: Fix warnings from Sparse
Stefan Weil
2015-03-19
4
-7
/
+8
*
virtio: Fix memory leaks reported by Coverity
Stefan Weil
2015-03-16
1
-20
/
+8
*
virtfs-proxy: Fix possible overflow
Shannon Zhao
2015-03-16
1
-0
/
+4
*
hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds access
Shannon Zhao
2015-03-13
1
-1
/
+1
*
9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv
Michael Tokarev
2015-03-12
1
-10
/
+8
*
9pfs-local: simplify/optimize local_mapped_attr_path()
Michael Tokarev
2015-03-12
1
-13
/
+11
*
9pfs: remove useless return
Michael Tokarev
2015-03-10
1
-1
/
+0
*
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-1
/
+1
*
virtio-9p: use standard headers
Michael S. Tsirkin
2015-02-26
1
-16
/
+1
*
virtio: use standard-headers
Michael S. Tsirkin
2015-02-26
1
-0
/
+1
*
rcu: introduce RCU-enabled QLIST
Mike Day
2015-02-16
1
-1
/
+1
*
rcu: add rcu library
Paolo Bonzini
2015-02-02
1
-0
/
+1
*
9pfs: changed to use event_notifier instead of qemu_pipe
SeokYeon Hwang
2015-01-09
2
-24
/
+9
*
virtio-9p-proxy: improve error messages in connect_namedsocket()
Michael Tokarev
2014-11-02
1
-2
/
+2
*
virtio-9p-proxy: fix error return in proxy_init()
Michael Tokarev
2014-11-02
1
-2
/
+4
*
virtio-9p-proxy: Fix sockfd leak
Michael Tokarev
2014-11-02
1
-0
/
+1
*
hw/9pfs: Don't return type from host in readdir on local 9p filesystem
Bastian Blank
2014-09-04
1
-1
/
+4
*
hw/9pfs: Use little-endian format for xattr values
Aneesh Kumar K.V
2014-09-02
1
-24
/
+20
*
virtio-9p: use virtio wrappers to access headers
Greg Kurz
2014-06-29
1
-1
/
+2
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
1
-3
/
+1
*
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2014-06-05
1
-1
/
+1
*
hw/9pfs: Add include file for exported symbol
Stefan Weil
2014-05-07
1
-0
/
+1
*
hw/9pfs: Add missing 'static' attributes
Stefan Weil
2014-05-07
1
-1
/
+1
*
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-2
/
+3
*
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
2014-03-04
8
-149
/
+316
*
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
Chen Gang
2014-03-03
1
-3
/
+4
*
hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
Chen Gang
2014-03-03
1
-1
/
+1
*
hw/9pfs: fix P9_STATS_GEN handling
Kirill A. Shutemov
2014-02-02
2
-6
/
+10
*
hw/9pfs: make get_st_gen() return ENOTTY error on special files
Kirill A. Shutemov
2014-02-02
3
-3
/
+6
*
hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()
Kirill A. Shutemov
2014-02-02
1
-0
/
+5
*
hw/9pfs: fix error handing in local_ioc_getversion()
Kirill A. Shutemov
2014-02-02
1
-3
/
+4
*
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
*
hw/9pfs: Fix errno value for xattr functions
Daniel P. Berrange
2013-10-05
1
-3
/
+3
*
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 potential memory leak and avoid reuse of freed memory
Stefan Weil
2013-07-27
1
-0
/
+2
*
hw/9pfs: Fix memory leak in error path
M. Mohan Kumar
2013-07-09
1
-9
/
+17
*
hw/9pfs: Be robust against paths without FS_IOC_GETVERSION
Gabriel de Perthuis
2013-05-28
1
-0
/
+4
*
hw/9pfs: Use O_NOFOLLOW when opening files on server
Aneesh Kumar K.V
2013-05-28
1
-7
/
+41
*
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
Aneesh Kumar K.V
2013-05-28
1
-1
/
+1
*
hw/9pfs: Fix segfault with 9p2000.u
Aneesh Kumar K.V
2013-05-28
1
-1
/
+1
*
remove double semicolons
Dong Xu Wang
2013-05-12
1
-1
/
+1
*
virtio: remove the function pointer.
KONRAD Frederic
2013-04-24
1
-2
/
+0
*
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
2013-04-23
3
-10
/
+5
*
virtio-9p: cleanup: init function.
KONRAD Frederic
2013-04-23
1
-52
/
+23
*
virtio-9p-pci: switch to the new API.
KONRAD Frederic
2013-04-23
1
-1
/
+0
*
virtio-9p: add the virtio-9p device.
KONRAD Frederic
2013-04-23
2
-7
/
+75
*
virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
Hans de Goede
2013-04-09
1
-1
/
+1
[next]