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
2020-10-19
9pfs: suppress performance warnings on qtest runs
Christian Schoenebeck
2
-2
/
+6
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-15
9pfs: disable msize warning for synth driver
Christian Schoenebeck
2
-1
/
+3
2020-09-15
9pfs: log warning if msize <= 8192
Christian Schoenebeck
1
-0
/
+9
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-3
/
+4
2020-08-24
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...
Peter Maydell
4
-94
/
+333
2020-08-21
meson: convert hw/9pfs, cleanup
Marc-André Lureau
3
-9
/
+24
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-12
9pfs: clarify latency of v9fs_co_run_in_worker()
Christian Schoenebeck
1
-1
/
+11
2020-08-12
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
2
-8
/
+40
2020-08-12
9pfs: T_readdir latency optimization
Christian Schoenebeck
1
-74
/
+58
2020-08-12
9pfs: add new function v9fs_co_readdir_many()
Christian Schoenebeck
3
-0
/
+196
2020-08-12
9pfs: split out fs driver core of v9fs_co_readdir()
Christian Schoenebeck
1
-14
/
+24
2020-08-12
9pfs: make v9fs_readdir_response_size() public
Christian Schoenebeck
2
-2
/
+9
2020-07-10
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2
-7
/
+6
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
1
-4
/
+2
2020-05-25
xen/9pfs: increase max ring order to 9
Stefano Stabellini
1
-1
/
+1
2020-05-25
xen/9pfs: yield when there isn't enough room on the ring
Stefano Stabellini
1
-6
/
+25
2020-05-25
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
4
-39
/
+22
2020-05-25
9p: Lock directory streams with a CoMutex
Greg Kurz
1
-4
/
+4
2020-05-25
9pfs: include linux/limits.h for XATTR_SIZE_MAX
Dan Robertson
1
-0
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
3
-5
/
+5
2020-05-14
xen-9pfs: Fix log messages of reply errors
Christian Schoenebeck
1
-4
/
+5
2020-05-14
9pfs: local: ignore O_NOATIME if we don't have permissions
Omar Sandoval
1
-0
/
+13
2020-03-10
9p/proxy: Fix export_flags
Greg Kurz
1
-2
/
+2
2020-02-08
hw/9pfs/9p-synth: added directory for readdir test
Christian Schoenebeck
2
-0
/
+24
2020-02-08
9pfs: validate count sent by client with T_readdir
Christian Schoenebeck
1
-0
/
+9
2020-02-08
9pfs: require msize >= 4096
Christian Schoenebeck
2
-0
/
+23
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-22
virtio-9p-device: convert to new virtio_delete_queue
Pan Nengyuan
1
-1
/
+1
2020-01-22
virtio-9p-device: fix memleak in virtio_9p_device_unrealize
Pan Nengyuan
1
-0
/
+1
2020-01-20
9pfs/9p.c: remove unneeded labels
Daniel Henrique Barboza
1
-6
/
+3
2020-01-20
9p: init_in_iov_from_pdu can truncate the size
Greg Kurz
4
-21
/
+38
2020-01-20
9p: local: always return -1 on error in local_unlinkat_common
Daniel Henrique Barboza
1
-8
/
+6
2020-01-20
9pfs: local: Fix possible memory leak in local_link()
Jiajun Chen
1
-1
/
+1
2019-12-18
9pfs: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2019-11-23
9pfs: Fix divide by zero bug
Dan Schatzberg
1
-2
/
+4
2019-10-10
9p: Use variable length suffixes for inode remapping
Christian Schoenebeck
2
-33
/
+279
2019-10-10
9p: stat_to_qid: implement slow path
Antonios Motakis
2
-7
/
+76
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
3
-21
/
+200
2019-10-10
9p: Treat multiple devices on one export as an error
Antonios Motakis
2
-14
/
+57
2019-10-10
fsdev: Add return value to fsdev_throttle_parse_opts()
Greg Kurz
1
-2
/
+1
2019-10-10
9p: Simplify error path of v9fs_device_realize_common()
Greg Kurz
3
-10
/
+14
2019-10-10
9p: unsigned type for type, version, path
Antonios Motakis
2
-10
/
+10
2019-08-20
9p: simplify source file selection
Paolo Bonzini
1
-0
/
+5
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
8
-1
/
+7
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
[next]