Age | Commit message (Expand) | Author | Files | Lines |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu | 1 | -29/+49 |
2016-01-08 | 9pfs: factor out v9fs_device_{,un}realize_common | Wei Liu | 1 | -83/+7 |
2016-01-08 | 9pfs: move handle_9p_output and make it static function | Wei Liu | 1 | -0/+34 |
2016-01-08 | 9pfs: factor out virtio_9p_push_and_notify | Wei Liu | 1 | -0/+11 |
2016-01-08 | 9pfs: break out virtio_init_iov_from_pdu | Wei Liu | 1 | -0/+12 |
2016-01-08 | 9pfs: factor out virtio_pdu_{,un}marshal | Wei Liu | 1 | -0/+14 |
2016-01-08 | 9pfs: PDU processing functions don't need to take V9fsState as argument | Wei Liu | 1 | -0/+1 |
2016-01-08 | 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h | Wei Liu | 1 | -1/+0 |
2016-01-08 | 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} | Wei Liu | 1 | -1/+1 |
2016-01-08 | 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h} | Wei Liu | 1 | -1/+1 |
2015-12-10 | virtio-9p-device: add minimal unrealize handler | Greg Kurz | 1 | -0/+12 |
2015-11-30 | virtio-9p: use QEMU thread pool | Paolo Bonzini | 1 | -4/+0 |
2015-11-12 | virtio-9p: add savem handlers | Greg Kurz | 1 | -0/+11 |
2015-07-27 | virtio: get_features() can fail | Jason Wang | 1 | -1/+2 |
2015-06-10 | virtio-9p-device: move qdev properties into virtio-9p-device.c | Shannon Zhao | 1 | -1/+2 |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann | 1 | -1/+1 |
2015-02-26 | virtio: feature bit manipulation helpers | Cornelia Huck | 1 | -1/+1 |
2014-06-29 | virtio-9p: use virtio wrappers to access headers | Greg Kurz | 1 | -1/+2 |
2014-06-05 | hw: use ld_p/st_p instead of ld_raw/st_raw | Paolo Bonzini | 1 | -1/+1 |
2013-12-09 | virtio-9p: Convert to QOM realize | Andreas Färber | 1 | -21/+20 |
2013-12-09 | virtio-9p: QOM realize preparations | Andreas Färber | 1 | -1/+1 |
2013-08-01 | virtio-9p-device: Avoid freeing uninitialized memory | Andreas Färber | 1 | -1/+2 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-09 | hw/9pfs: Fix memory leak in error path | M. Mohan Kumar | 1 | -9/+17 |
2013-04-24 | virtio: remove the function pointer. | KONRAD Frederic | 1 | -2/+0 |
2013-04-23 | virtio-9p: cleanup: QOM casts. | KONRAD Frederic | 1 | -8/+3 |
2013-04-23 | virtio-9p: cleanup: init function. | KONRAD Frederic | 1 | -52/+23 |
2013-04-23 | virtio-9p: add the virtio-9p device. | KONRAD Frederic | 1 | -7/+66 |
2013-04-09 | virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge | Hans de Goede | 1 | -1/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -2/+2 |
2013-03-01 | virtio-9p: remove PCI dependencies from hw/9pfs/ | Paolo Bonzini | 1 | -52/+1 |
2013-01-30 | hw/9pfs: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 1 | -1/+1 |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster | 1 | -5/+1 |
2013-01-14 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 1 | -1/+1 |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 1 | -1/+1 |
2013-01-08 | virtio-9p: use symbolic constant, add to pci-ids.txt | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+2 |
2012-02-08 | Merge remote-tracking branch 'aneesh/for-upstream' into staging | Anthony Liguori | 1 | -9/+0 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -7/+9 |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori | 1 | -17/+26 |
2012-01-27 | qdev: prepare source tree for code conversion | Anthony Liguori | 1 | -2/+1 |
2012-01-19 | hw/9pfs: Add new security model mapped-file. | Aneesh Kumar K.V | 1 | -9/+0 |
2012-01-04 | hw/9pfs: Move opt validation to FsDriver callback | Aneesh Kumar K.V | 1 | -5/+8 |
2011-12-04 | hw/9pfs: Add qdev.reset callback for virtio-9p-pci device | Aneesh Kumar K.V | 1 | -1/+2 |
2011-12-04 | hw/9pfs: use migration blockers to prevent live migration when virtfs export ... | Aneesh Kumar K.V | 1 | -11/+11 |
2011-10-15 | hw/9pfs: Use export flag for indicating security model | Aneesh Kumar K.V | 1 | -24/+7 |
2011-10-15 | hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code | Aneesh Kumar K.V | 1 | -1/+1 |
2011-10-15 | hw/9pfs: Use export_flag for indicating whether fs driver use path names. | Aneesh Kumar K.V | 1 | -1/+0 |