aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)Author
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-089pfs: factor out v9fs_device_{,un}realize_commonWei Liu
2016-01-089pfs: move handle_9p_output and make it static functionWei Liu
2016-01-089pfs: factor out virtio_9p_push_and_notifyWei Liu
2016-01-089pfs: break out virtio_init_iov_from_pduWei Liu
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu
2016-01-089pfs: PDU processing functions don't need to take V9fsState as argumentWei Liu
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu
2015-12-10virtio-9p-device: add minimal unrealize handlerGreg Kurz
2015-11-30virtio-9p: use QEMU thread poolPaolo Bonzini
2015-11-12virtio-9p: add savem handlersGreg Kurz
2015-07-27virtio: get_features() can failJason Wang
2015-06-10virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2013-12-09virtio-9p: Convert to QOM realizeAndreas Färber
2013-12-09virtio-9p: QOM realize preparationsAndreas Färber
2013-08-01virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-09hw/9pfs: Fix memory leak in error pathM. Mohan Kumar
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V