summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-vsock.c
Commit message (Expand)AuthorAgeFilesLines
* hw/virtio: introduce virtio_device_should_startAlex Bennée2022-11-071-1/+1
* hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-1/+1
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-5/+1Star
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* hw: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-4/+7
* virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin2022-01-081-6/+5Star
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-051-23/+1Star
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-3/+16
* vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov2021-07-161-2/+10
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-2/+1Star
* vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella2020-10-301-0/+10
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+1
* vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella2020-06-121-241/+42Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* vhost-vsock: fix double close() in the realize() error pathStefano Garzarella2020-03-311-1/+5
* vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-271-1/+1
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan2020-01-221-2/+10
|/
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-1/+1
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* migration: migration.h was not neededJuan Quintela2017-05-181-1/+0Star
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0Star
* vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-21/+23
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-091-0/+417