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
/
virtio-9p.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
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
2017-01-03
9pfs: introduce transport specific callbacks
Stefano Stabellini
1
-9
/
+0
2017-01-03
9pfs: move pdus to V9fsState
Stefano Stabellini
1
-1
/
+0
2016-10-17
9pfs: fsdev: drop useless extern annotation for functions
Greg Kurz
1
-1
/
+1
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-1
/
+1
2016-01-12
9pfs: introduce V9fsVirtioState
Wei Liu
1
-1
/
+11
2016-01-08
9pfs: move handle_9p_output and make it static function
Wei Liu
1
-1
/
+0
2016-01-08
9pfs: factor out virtio_9p_push_and_notify
Wei Liu
1
-0
/
+2
2016-01-08
9pfs: break out 9p.h from virtio-9p.h
Wei Liu
1
-318
/
+1
2016-01-08
9pfs: break out virtio_init_iov_from_pdu
Wei Liu
1
-0
/
+2
2016-01-08
9pfs: factor out virtio_pdu_{,un}marshal
Wei Liu
1
-0
/
+5
2016-01-08
9pfs: make pdu_{,un}marshal proper functions
Wei Liu
1
-4
/
+2
2016-01-08
fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}
Wei Liu
1
-3
/
+3
2016-01-08
9pfs: remove dead code
Wei Liu
1
-68
/
+0
2016-01-08
9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
Wei Liu
1
-1
/
+7
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
1
-1
/
+1
2015-06-10
virtio-9p-device: move qdev properties into virtio-9p-device.c
Shannon Zhao
1
-4
/
+0
2015-02-26
virtio-9p: use standard headers
Michael S. Tsirkin
1
-16
/
+1
2015-02-26
virtio: use standard-headers
Michael S. Tsirkin
1
-0
/
+1
2014-03-04
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
1
-3
/
+3
2013-04-23
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
1
-1
/
+1
2013-04-23
virtio-9p-pci: switch to the new API.
KONRAD Frederic
1
-1
/
+0
2013-04-23
virtio-9p: add the virtio-9p device.
KONRAD Frederic
1
-0
/
+9
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-03-01
virtio-9p: remove PCI dependencies from hw/9pfs/
Paolo Bonzini
1
-1
/
+0
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-01-04
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
M. Mohan Kumar
1
-75
/
+8
2011-12-21
hw/9pfs: Use the correct signed type for different variables
Aneesh Kumar K.V
1
-1
/
+1
2011-12-04
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
1
-2
/
+3
2011-10-31
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
1
-0
/
+6
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
1
-9
/
+12
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
1
-3
/
+3
2011-10-15
hw/9pfs: Add open flag mapping
M. Mohan Kumar
1
-0
/
+24
2011-10-15
virtio-9p: Use 9P specific Lock constants
M. Mohan Kumar
1
-0
/
+5
2011-09-22
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
1
-1
/
+9
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
1
-0
/
+21
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
1
-1
/
+6
2011-09-22
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
1
-0
/
+7
2011-09-22
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
1
-0
/
+5
2011-09-09
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
1
-0
/
+2
2011-09-09
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
1
-0
/
+2
2011-09-08
Merge remote-tracking branch 'aneesh/for-upstream-3' into staging
Anthony Liguori
1
-3
/
+21
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-25
hw/9pfs: Add file descriptor reclaim support
Aneesh Kumar K.V
1
-3
/
+19
2011-08-25
hw/9pfs: Add reference counting for fid
Aneesh Kumar K.V
1
-0
/
+2
2011-08-22
hw/9pfs: Update v9fs_wstat to use coroutines
Aneesh Kumar K.V
1
-10
/
+0
[next]