summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09virtio-9p: Convert to QOM realizeAndreas Färber1-21/+20
2013-12-09virtio-9p: QOM realize preparationsAndreas Färber1-1/+1
2013-08-01virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-09hw/9pfs: Fix memory leak in error pathM. Mohan Kumar1-9/+17
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-2/+0
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic1-8/+3
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic1-7/+66
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini1-52/+1
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-5/+1
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori1-9/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-17/+26
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-2/+1
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V1-9/+0
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V1-5/+8
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V1-1/+2
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V1-11/+11
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V1-24/+7
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V1-1/+1
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V1-1/+0
2011-10-15hw/9pfs: Use fs driver specific lstatM. Mohan Kumar1-10/+23
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora1-0/+2
2011-10-15hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange1-1/+3
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V1-0/+1
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V1-0/+2
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-0/+1
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-0/+1
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V1-1/+6
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: init fid list properlyAneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)1-2/+5
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-0/+173
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil1-3/+3
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V1-0/+173