index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p-device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-1
/
+1
*
9pfs: add link to 9p developer docs
Christian Schoenebeck
2021-07-05
1
-0
/
+5
*
9pfs: suppress performance warnings on qtest runs
Christian Schoenebeck
2020-10-19
1
-0
/
+6
*
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
2020-05-25
1
-7
/
+4
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-27
1
-1
/
+1
|
\
|
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
|
virtio-9p-device: convert to new virtio_delete_queue
Pan Nengyuan
2020-01-22
1
-1
/
+1
*
|
virtio-9p-device: fix memleak in virtio_9p_device_unrealize
Pan Nengyuan
2020-01-22
1
-0
/
+1
|
/
*
9p: init_in_iov_from_pdu can truncate the size
Greg Kurz
2020-01-20
1
-4
/
+7
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
9pfs: drop v9fs_register_transport()
Greg Kurz
2018-02-01
1
-6
/
+2
*
9pfs: fix some type definitions
Greg Kurz
2018-01-08
1
-1
/
+1
*
virtio-9p: move unrealize/realize after virtio_9p_transport definition
Greg Kurz
2018-01-08
1
-31
/
+29
*
virtio-9p: break device if buffers are misconfigured
Greg Kurz
2017-06-29
1
-4
/
+36
*
virtio-9p: message header is 7-byte long
Greg Kurz
2017-06-29
1
-5
/
+3
*
virtio-9p: record element after sanity checks
Greg Kurz
2017-06-29
1
-1
/
+2
*
virtio-9p/xen-9p: move 9p specific bits to core 9p code
Greg Kurz
2017-05-25
1
-7
/
+1
*
9p: introduce a type for the 9p header
Stefano Stabellini
2017-04-21
1
-5
/
+1
*
9pfs: introduce init_out/in_iov_from_pdu
Stefano Stabellini
2017-01-03
1
-10
/
+18
*
9pfs: introduce transport specific callbacks
Stefano Stabellini
2017-01-03
1
-7
/
+17
*
virtio-9p: add reset handler
Greg Kurz
2016-10-17
1
-0
/
+8
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-9p: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-6
/
+11
*
virtio-9p: handle handle_9p_output() error
Greg Kurz
2016-10-10
1
-5
/
+21
*
virtio-9p: add parentheses to sizeof operator
Greg Kurz
2016-10-10
1
-3
/
+3
*
9pfs: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-9
/
+5
*
9p: drop useless inclusion of hw/i386/pc.h
Greg Kurz
2016-06-06
1
-1
/
+0
*
9p: some more cleanup in #include directives
Greg Kurz
2016-06-06
1
-1
/
+0
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-7
/
+10
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
9pfs: introduce V9fsVirtioState
Wei Liu
2016-01-12
1
-29
/
+49
*
9pfs: factor out v9fs_device_{,un}realize_common
Wei Liu
2016-01-08
1
-83
/
+7
*
9pfs: move handle_9p_output and make it static function
Wei Liu
2016-01-08
1
-0
/
+34
*
9pfs: factor out virtio_9p_push_and_notify
Wei Liu
2016-01-08
1
-0
/
+11
*
9pfs: break out virtio_init_iov_from_pdu
Wei Liu
2016-01-08
1
-0
/
+12
*
9pfs: factor out virtio_pdu_{,un}marshal
Wei Liu
2016-01-08
1
-0
/
+14
*
9pfs: PDU processing functions don't need to take V9fsState as argument
Wei Liu
2016-01-08
1
-0
/
+1
*
9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
Wei Liu
2016-01-08
1
-1
/
+0
*
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
Wei Liu
2016-01-08
1
-1
/
+1
*
9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}
Wei Liu
2016-01-08
1
-1
/
+1
*
virtio-9p-device: add minimal unrealize handler
Greg Kurz
2015-12-10
1
-0
/
+12
*
virtio-9p: use QEMU thread pool
Paolo Bonzini
2015-11-30
1
-4
/
+0
*
virtio-9p: add savem handlers
Greg Kurz
2015-11-12
1
-0
/
+11
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
*
virtio-9p-device: move qdev properties into virtio-9p-device.c
Shannon Zhao
2015-06-10
1
-1
/
+2
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-1
/
+1
*
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-1
/
+1
*
virtio-9p: use virtio wrappers to access headers
Greg Kurz
2014-06-29
1
-1
/
+2
[next]