summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p-device.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-9p: add savem handlersGreg Kurz2015-11-121-0/+11
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao2015-06-101-1/+2
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-1/+1
* virtio-9p: use virtio wrappers to access headersGreg Kurz2014-06-291-1/+2
* hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-051-1/+1
* virtio-9p: Convert to QOM realizeAndreas Färber2013-12-091-21/+20
* virtio-9p: QOM realize preparationsAndreas Färber2013-12-091-1/+1
* virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber2013-08-011-1/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/9pfs: Fix memory leak in error pathM. Mohan Kumar2013-07-091-9/+17
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-2/+0
* virtio-9p: cleanup: QOM casts.KONRAD Frederic2013-04-231-8/+3
* virtio-9p: cleanup: init function.KONRAD Frederic2013-04-231-52/+23
* virtio-9p: add the virtio-9p device.KONRAD Frederic2013-04-231-7/+66
* virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede2013-04-091-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini2013-03-011-52/+1
* hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-5/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-01-141-1/+1
|\
| * virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini2013-01-081-1/+1
* | Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
|/
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori2012-02-081-9/+0
|\
| * hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-191-9/+0
* | qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+9
* | pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-17/+26
* | qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-2/+1
|/
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-5/+8
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V2011-12-041-1/+2
* hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-041-11/+11
* hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V2011-10-151-24/+7
* hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V2011-10-151-1/+1
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-1/+0
* hw/9pfs: Use fs driver specific lstatM. Mohan Kumar2011-10-151-10/+23
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-151-0/+2
* hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange2011-10-151-1/+3
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-0/+1
* hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V2011-10-121-0/+2
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2011-09-221-1/+6
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: init fid list properlyAneesh Kumar K.V2011-08-251-0/+1
* hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-251-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* [virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)2011-08-081-2/+5
OpenPOWER on IntegriCloud