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