index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
1
-8
/
+8
2018-12-12
9p: remove support for the "handle" backend
Greg Kurz
2
-711
/
+0
2018-12-12
xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-3
/
+3
2018-12-12
9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-2
/
+2
2018-11-23
9p: fix QEMU crash when renaming files
Greg Kurz
1
-0
/
+3
2018-11-20
9p: take write lock on fid path updates (CVE-2018-19364)
Greg Kurz
1
-0
/
+15
2018-11-08
9p: write lock path in v9fs_co_open2()
Greg Kurz
1
-3
/
+3
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
1
-1
/
+6
2018-10-19
9pfs: Fix CLI parsing crash on error
Markus Armbruster
1
-2
/
+4
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-2
/
+2
2018-06-29
9p: darwin: Explicitly cast comparisons of mode_t with -1
Keno Fischer
1
-2
/
+2
2018-06-29
cutils: Provide strchrnul
Keno Fischer
1
-1
/
+1
2018-06-07
9p: xattr: Properly translate xattrcreate flags
Keno Fischer
2
-2
/
+19
2018-06-07
9p: Properly check/translate flags in unlinkat
Keno Fischer
2
-9
/
+12
2018-06-07
9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
Keno Fischer
1
-17
/
+23
2018-06-07
9p: xattr: Fix crashes due to free of uninitialized value
Keno Fischer
1
-2
/
+2
2018-06-07
9p: Move a couple xattr functions to 9p-util
Keno Fischer
3
-33
/
+37
2018-06-07
9p: local: Properly set errp in fstatfs error path
Keno Fischer
1
-0
/
+2
2018-06-07
9p: proxy: Fix size passed to `connect`
Keno Fischer
1
-3
/
+2
2018-06-01
hw: make virtio devices configurable via default-configs/
Paolo Bonzini
1
-2
/
+4
2018-05-22
xen: remove other open-coded use of libxengnttab
Paul Durrant
1
-17
/
+15
2018-05-02
9p: add trace event for v9fs_setattr()
Greg Kurz
2
-0
/
+7
2018-02-19
9p: fix leak in synth_name_to_path()
Marc-André Lureau
1
-0
/
+1
2018-02-19
9p: v9fs_path_copy() readability
Marc-André Lureau
2
-6
/
+5
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
4
-0
/
+4
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-1
/
+3
2018-02-02
tests: virtio-9p: add FLUSH operation test
Greg Kurz
3
-0
/
+28
2018-02-01
tests: virtio-9p: add WRITE operation test
Greg Kurz
2
-0
/
+12
2018-02-01
tests: virtio-9p: add LOPEN operation test
Greg Kurz
2
-0
/
+6
2018-02-01
tests: virtio-9p: use the synth backend
Greg Kurz
2
-0
/
+20
2018-02-01
9pfs: Correctly handle cancelled requests
Keno Fischer
2
-0
/
+19
2018-02-01
9pfs: drop v9fs_register_transport()
Greg Kurz
4
-17
/
+10
2018-01-08
9pfs: deprecate handle backend
Greg Kurz
1
-0
/
+2
2018-01-08
fsdev: improve error handling of backend init
Greg Kurz
5
-13
/
+14
2018-01-08
fsdev: improve error handling of backend opts parsing
Greg Kurz
3
-18
/
+33
2018-01-08
9pfs: make pdu_marshal() and pdu_unmarshal() static functions
Greg Kurz
2
-4
/
+2
2018-01-08
9pfs: fix error path in pdu_submit()
Greg Kurz
1
-4
/
+2
2018-01-08
9pfs: fix type in *_parse_opts declarations
Greg Kurz
3
-3
/
+3
2018-01-08
9pfs: handle: fix type definition
Greg Kurz
1
-24
/
+24
2018-01-08
9pfs: fix some type definitions
Greg Kurz
4
-11
/
+11
2018-01-08
9pfs: fix XattrOperations typedef
Greg Kurz
1
-3
/
+2
2018-01-08
virtio-9p: move unrealize/realize after virtio_9p_transport definition
Greg Kurz
1
-31
/
+29
2017-11-06
9pfs: fix v9fs_mark_fids_unreclaim() return value
Greg Kurz
1
-1
/
+1
2017-11-06
9pfs: drop one user of struct V9fsFidState
Greg Kurz
1
-4
/
+4
2017-10-16
9pfs: use g_malloc0 to allocate space for xattr
Prasad J Pandit
1
-2
/
+2
2017-09-20
9pfs: check the size of transport buffer before marshaling
Jan Dakinevich
1
-3
/
+12
2017-09-20
9pfs: fix name_to_path assertion in v9fs_complete_rename()
Jan Dakinevich
1
-14
/
+9
2017-09-20
9pfs: fix readdir() for 9p2000.u
Jan Dakinevich
1
-13
/
+9
2017-09-05
9pfs: local: clarify fchmodat_nofollow() implementation
Greg Kurz
1
-4
/
+8
2017-09-05
9pfs: avoid sign conversion error simplifying the code
Philippe Mathieu-Daudé
1
-4
/
+2
[next]