aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-vsock.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-1/+1
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-1/+1
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-1/+1
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-5/+1
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau1-4/+7
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin1-6/+5
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella1-23/+1
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-3/+16
2021-07-16vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov1-2/+10
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-2/+1
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella1-0/+10
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella1-241/+42
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella1-1/+5
2020-03-08vhost-vsock: fix error message outputNick Erdmann1-1/+1
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-2/+10
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-1/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-05-18migration: migration.h was not neededJuan Quintela1-1/+0
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-21/+23
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi1-0/+417