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
/
fsdev
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
meson: convert fsdev/
Marc-André Lureau
2
-12
/
+10
2020-08-21
meson: add virtfs-proxy-helper
Marc-André Lureau
1
-0
/
+8
2020-07-10
9p: null terminate fs driver options list
Prasad J Pandit
1
-0
/
+3
2020-03-09
virtfs-proxy-helper: Make the helper_opts[] array const
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-03
virtfs-proxy-helper: Convert documentation to rST
Peter Maydell
1
-63
/
+0
2020-01-20
virtfs-proxy-helper.c: remove 'err_out' label in setugid()
Daniel Henrique Barboza
1
-3
/
+1
2019-12-02
virtfs-proxy-helper: switch from libcap to libcap-ng
Paolo Bonzini
1
-55
/
+45
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
3
-1
/
+12
2019-10-10
fsdev: Add return value to fsdev_throttle_parse_opts()
Greg Kurz
2
-3
/
+3
2019-10-10
9p: unsigned type for type, version, path
Antonios Motakis
1
-3
/
+3
2019-08-20
9p: simplify source file selection
Paolo Bonzini
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2
-1
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-17
fsdev: Error out when unsupported option is passed
Greg Kurz
1
-3
/
+71
2019-05-17
fsdev: Move some types definition to qemu-fsdev.c
Greg Kurz
2
-24
/
+23
2019-05-17
fsdev: Drop unused opaque field
Greg Kurz
1
-1
/
+0
2019-05-17
fsdev: Drop unused extern declaration
Greg Kurz
1
-1
/
+0
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+4
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-12-12
9p: remove support for the "handle" backend
Greg Kurz
1
-3
/
+0
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
3
-9
/
+7
2018-08-22
fsdev: fix compilation with VIRTIO but not VIRTIO_9P
Paolo Bonzini
1
-2
/
+5
2018-03-06
use g_path_get_basename instead of basename
Julia Suvorova
1
-6
/
+9
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
3
-2
/
+2
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-2
/
+2
2018-02-08
coroutine-lock: make qemu_co_enter_next thread-safe
Paolo Bonzini
1
-2
/
+2
2018-01-08
fsdev: improve error handling of backend init
Greg Kurz
1
-1
/
+1
2018-01-08
fsdev: improve error handling of backend opts parsing
Greg Kurz
2
-2
/
+4
2018-01-08
fsdev: fix some type definitions
Greg Kurz
1
-17
/
+14
2018-01-08
9pfs: fix XattrOperations typedef
Greg Kurz
1
-2
/
+3
2017-09-05
fsdev: fix memory leak in main()
ZhiPeng Lu
1
-0
/
+2
2017-08-30
9pfs: fix dependencies
Cornelia Huck
1
-6
/
+3
2017-07-18
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
1
-1
/
+1
2017-07-18
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
1
-1
/
+1
2017-06-29
9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
Tobias Schramm
2
-0
/
+16
2017-05-25
9pfs: assume utimensat() and futimens() are present
Greg Kurz
1
-1
/
+2
2017-05-25
fsdev: fix virtfs-proxy-helper cwd
Greg Kurz
1
-4
/
+4
2017-05-25
fsdev: don't allow unknown format in marshal/unmarshal
Greg Kurz
1
-2
/
+2
2017-02-28
throttle: factor out duplicate code
Pradeep Jagadeesh
1
-76
/
+4
2017-02-28
fsdev: add IO throttle support to fsdev devices
Pradeep Jagadeesh
5
-2
/
+237
2016-11-23
9pfs: add cleanup operation in FileOperations
Li Qiang
1
-0
/
+1
2016-10-17
9pfs: fsdev: drop useless extern annotation for functions
Greg Kurz
1
-3
/
+3
2016-10-17
9pfs: allocate space for guest originated empty strings
Li Qiang
1
-1
/
+1
2016-09-16
9pfs: drop useless v9fs_string_null() function
Greg Kurz
2
-6
/
+0
2016-07-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...
Peter Maydell
3
-6
/
+8
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-4
/
+4
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+4
2016-07-12
fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions
Peter Maydell
1
-12
/
+6
2016-07-01
9p: don't include <sys/uio.h>
Greg Kurz
3
-3
/
+0
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2
-2
/
+0
[next]