index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-vsock.c
Age
Commit message (
Expand
)
Author
2022-11-07
hw/virtio: introduce virtio_device_should_start
Alex Bennée
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-10-07
hw/virtio: move vm_running check to virtio_device_started
Alex Bennée
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-03
hw: replace qemu_set_nonblock()
Marc-André Lureau
2022-01-07
virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
Daniil Tatianin
2021-10-05
vhost-vsock: handle common features in vhost-vsock-common
Stefano Garzarella
2021-10-05
vhost-vsock: fix migration issue when seqpacket is supported
Stefano Garzarella
2021-07-16
vhost-vsock: SOCK_SEQPACKET feature bit support
Arseny Krasnov
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2020-10-30
vhost-vsock: set vhostfd to non-blocking mode
Stefano Garzarella
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-06-12
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-03-31
vhost-vsock: fix double close() in the realize() error path
Stefano Garzarella
2020-03-08
vhost-vsock: fix error message output
Nick Erdmann
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-22
vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
Pan Nengyuan
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2017-12-18
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-05-18
migration: migration.h was not needed
Juan Quintela
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
vhost-vsock: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi