summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)Author
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz
2017-06-29virtio-9p: record element after sanity checksGreg Kurz
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz
2017-04-219p: introduce a type for the 9p headerStefano Stabellini
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2016-10-17virtio-9p: add reset handlerGreg Kurz
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: handle handle_9p_output() errorGreg Kurz
2016-10-10virtio-9p: add parentheses to sizeof operatorGreg Kurz
2016-07-219pfs: Wrap in vmstateDr. David Alan Gilbert
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz
2016-06-069p: some more cleanup in #include directivesGreg Kurz
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