Age | Commit message (Expand) | Author | Files | Lines |
2024-06-04 | hw/xen: Make XenDevOps structures const | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-05-10 | xen: register legacy backends via xen_backend_init | Paolo Bonzini | 1 | -1/+7 |
2023-05-16 | 9pfs/xen: Fix segfault on shutdown | Jason Andryuk | 1 | -13/+22 |
2023-04-28 | hw: replace most qemu_bh_new calls with qemu_bh_new_guarded | Alexander Bulekov | 1 | -1/+4 |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse | 1 | -0/+1 |
2023-03-07 | hw/xen: Pass grant ref to gnttab unmap operation | David Woodhouse | 1 | -3/+4 |
2023-03-07 | hw/xen: Add evtchn operations to allow redirection to internal emulation | David Woodhouse | 1 | -12/+12 |
2021-07-05 | 9pfs: add link to 9p developer docs | Christian Schoenebeck | 1 | -0/+5 |
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 | 1 | -9/+6 |
2020-05-14 | xen-9pfs: Fix log messages of reply errors | Christian Schoenebeck | 1 | -4/+5 |
2020-01-20 | 9p: init_in_iov_from_pdu can truncate the size | Greg Kurz | 1 | -5/+8 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant | 1 | -8/+8 |
2018-12-12 | xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 1 | -3/+3 |
2018-10-19 | fsdev: Clean up error reporting in qemu_fsdev_add() | Markus Armbruster | 1 | -1/+6 |
2018-05-22 | xen: remove other open-coded use of libxengnttab | Paul Durrant | 1 | -17/+15 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |
2018-02-01 | 9pfs: drop v9fs_register_transport() | Greg Kurz | 1 | -2/+1 |
2018-01-08 | 9pfs: fix some type definitions | Greg Kurz | 1 | -1/+1 |
2017-06-29 | xen-9pfs: disconnect if buffers are misconfigured | Stefano Stabellini | 1 | -21/+64 |
2017-06-29 | virtio-9p: break device if buffers are misconfigured | Greg Kurz | 1 | -1/+2 |
2017-05-25 | virtio-9p/xen-9p: move 9p specific bits to core 9p code | Greg Kurz | 1 | -5/+1 |
2017-05-16 | xen: call qemu_set_cloexec instead of fcntl | Stefano Stabellini | 1 | -1/+1 |
2017-05-16 | xen/9pfs: fix two resource leaks on error paths, discovered by Coverity | Stefano Stabellini | 1 | -0/+2 |
2017-04-25 | xen/9pfs: send responses back to the frontend | Stefano Stabellini | 1 | -0/+19 |
2017-04-25 | xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal | Stefano Stabellini | 1 | -2/+97 |
2017-04-25 | xen/9pfs: receive requests from the frontend | Stefano Stabellini | 1 | -0/+50 |
2017-04-25 | xen/9pfs: connect to the frontend | Stefano Stabellini | 1 | -1/+181 |
2017-04-25 | xen/9pfs: introduce Xen 9pfs backend | Stefano Stabellini | 1 | -0/+96 |