Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-06-06 | 9p: switch back to readdir() | Greg Kurz | 1 | -15/+6 |
2016-06-06 | 9p: add locking to V9fsDir | Greg Kurz | 1 | -0/+21 |
2016-06-06 | 9p: introduce the V9fsDir type | Greg Kurz | 1 | -6/+6 |
2016-06-06 | 9p: drop useless out: label | Greg Kurz | 1 | -4/+4 |
2016-06-06 | 9p: drop useless inclusion of hw/i386/pc.h | Greg Kurz | 1 | -1/+0 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -1/+1 |
2016-01-29 | 9pfs: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-22 | 9pfs: use error_report() instead of fprintf(stderr) | Greg Kurz | 1 | -1/+1 |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu | 1 | -3/+8 |
2016-01-08 | 9pfs: factor out v9fs_device_{,un}realize_common | Wei Liu | 1 | -0/+95 |
2016-01-08 | 9pfs: rename virtio-9p.c to 9p.c | Wei Liu | 1 | -0/+3278 |