aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-vsock.c
AgeCommit message (Expand)Author
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella
2020-03-08vhost-vsock: fix error message outputNick Erdmann
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-05-18migration: migration.h was not neededJuan Quintela
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi