summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz1-4/+36
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz1-5/+3
2017-06-29virtio-9p: record element after sanity checksGreg Kurz1-1/+2
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz1-7/+1
2017-04-219p: introduce a type for the 9p headerStefano Stabellini1-5/+1
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini1-10/+18
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini1-7/+17
2016-10-17virtio-9p: add reset handlerGreg Kurz1-0/+8
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-6/+11
2016-10-10virtio-9p: handle handle_9p_output() errorGreg Kurz1-5/+21
2016-10-10virtio-9p: add parentheses to sizeof operatorGreg Kurz1-3/+3
2016-07-219pfs: Wrap in vmstateDr. David Alan Gilbert1-9/+5
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz1-1/+0
2016-06-069p: some more cleanup in #include directivesGreg Kurz1-1/+0
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-7/+10
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2016-01-129pfs: introduce V9fsVirtioStateWei Liu1-29/+49
2016-01-089pfs: factor out v9fs_device_{,un}realize_commonWei Liu1-83/+7
2016-01-089pfs: move handle_9p_output and make it static functionWei Liu1-0/+34
2016-01-089pfs: factor out virtio_9p_push_and_notifyWei Liu1-0/+11
2016-01-089pfs: break out virtio_init_iov_from_pduWei Liu1-0/+12
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu1-0/+14
2016-01-089pfs: PDU processing functions don't need to take V9fsState as argumentWei Liu1-0/+1
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu1-1/+0
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu1-1/+1
2015-12-10virtio-9p-device: add minimal unrealize handlerGreg Kurz1-0/+12
2015-11-30virtio-9p: use QEMU thread poolPaolo Bonzini1-4/+0
2015-11-12virtio-9p: add savem handlersGreg Kurz1-0/+11
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-06-10virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao1-1/+2
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-1/+1
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz1-1/+2
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini1-1/+1
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