Age | Commit message (Expand) | Author |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-01-29 | 9pfs: Clean up includes | Peter Maydell |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2016-01-22 | 9pfs: use error_report() instead of fprintf(stderr) | Greg Kurz |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu |
2016-01-08 | 9pfs: factor out v9fs_device_{,un}realize_common | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p.c to 9p.c | Wei Liu |
2016-01-08 | 9pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefix | Wei Liu |
2016-01-08 | 9pfs: move handle_9p_output and make it static function | Wei Liu |
2016-01-08 | 9pfs: export pdu_{submit,alloc,free} | Wei Liu |
2016-01-08 | 9pfs: factor out virtio_9p_push_and_notify | Wei Liu |
2016-01-08 | 9pfs: break out 9p.h from virtio-9p.h | Wei Liu |
2016-01-08 | 9pfs: break out virtio_init_iov_from_pdu | Wei Liu |
2016-01-08 | 9pfs: factor out pdu_push_and_notify | Wei Liu |
2016-01-08 | 9pfs: factor out virtio_pdu_{,un}marshal | Wei Liu |
2016-01-08 | 9pfs: make pdu_{,un}marshal proper functions | Wei Liu |
2016-01-08 | 9pfs: PDU processing functions should start pdu_ prefix | Wei Liu |
2016-01-08 | 9pfs: PDU processing functions don't need to take V9fsState as argument | Wei Liu |
2016-01-08 | fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} | Wei Liu |
2016-01-08 | 9pfs: remove dead code | Wei Liu |
2016-01-08 | 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h} | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h} | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-posix-acl.c to 9p-posix-acl.c | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-local.c to 9p-local.c | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-handle.c to 9p-handle.c | Wei Liu |
2016-01-08 | 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h} | Wei Liu |
2015-12-23 | virtio-9p: use accessor to get thread_pool | Greg Kurz |
2015-12-10 | virtio-9p-device: add minimal unrealize handler | Greg Kurz |
2015-11-30 | virtio-9p: use QEMU thread pool | Paolo Bonzini |
2015-11-12 | virtio-9p: add savem handlers | Greg Kurz |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange |
2015-07-27 | virtio: get_features() can fail | Jason Wang |
2015-07-27 | virtio-9p: fix any_layout | Michael S. Tsirkin |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-10 | virtio-9p-device: move qdev properties into virtio-9p-device.c | Shannon Zhao |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann |
2015-03-19 | 9pfs: Fix warnings from Sparse | Stefan Weil |
2015-03-16 | virtio: Fix memory leaks reported by Coverity | Stefan Weil |
2015-03-16 | virtfs-proxy: Fix possible overflow | Shannon Zhao |
2015-03-13 | hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds access | Shannon Zhao |
2015-03-12 | 9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv | Michael Tokarev |
2015-03-12 | 9pfs-local: simplify/optimize local_mapped_attr_path() | Michael Tokarev |
2015-03-10 | 9pfs: remove useless return | Michael Tokarev |
2015-02-26 | virtio: feature bit manipulation helpers | Cornelia Huck |
2015-02-26 | virtio-9p: use standard headers | Michael S. Tsirkin |