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
/
block
/
vhost-user-blk.c
Age
Commit message (
Expand
)
Author
2024-04-09
vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
Vladimir Sementsov-Ogievskiy
2023-12-29
hw/block: Constify VMState
Richard Henderson
2023-12-02
vhost-user: fix the reconnect error
Li Feng
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-22
vhost-user: fix lost reconnect
Li Feng
2023-10-22
vhost: move and rename the conn retry times
Li Feng
2023-10-19
hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macros
Philippe Mathieu-Daudé
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2022-12-01
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-07
hw/virtio: introduce virtio_device_should_start
Alex Bennée
2022-11-07
vhost: Change the sequence of device start
Yajun Wu
2022-10-27
vhost-user-blk: fix the resize crash
Li Feng
2022-10-07
vhost-user-blk: dynamically resize config space based on features
Daniil Tatianin
2022-10-07
vhost-user-blk: make 'config_wce' part of 'host_features'
Daniil Tatianin
2022-10-07
vhost-user-blk: make it possible to disable write-zeroes/discard
Daniil Tatianin
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-06-09
hw/vhost-user-scsi|blk: set `supports_config` flag correctly
Changpeng Liu
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-01-07
hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
Andy Pei
2022-01-07
vhost-user-blk: propagate error return from generic vhost
Roman Kagan
2022-01-07
vhost-user-blk: reconnect on any error during realize
Roman Kagan
2021-06-30
vhost-user-blk: Implement reconnection during realize
Kevin Wolf
2021-06-30
vhost-user-blk: Factor out vhost_user_blk_realize_connect()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
vhost-user-blk: Add Error parameter to vhost_user_blk_start()
Kevin Wolf
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-05-18
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
2021-05-18
vhost-user-blk: Get more feature flags from vhost device
Kevin Wolf
2021-05-18
vhost-user-blk: Improve error reporting in realize
Kevin Wolf
2021-05-18
vhost-user-blk: Don't reconnect during initialisation
Kevin Wolf
2021-05-18
vhost-user-blk: Make sure to set Error on realize failure
Kevin Wolf
2021-04-30
vhost-user-blk: Fail gracefully on too large queue size
Kevin Wolf
2021-04-01
vhost-user-blk: add immediate cleanup on shutdown
Denis Plotnikov
2021-04-01
vhost-user-blk: perform immediate cleanup if disconnect on initialization
Denis Plotnikov
2021-04-01
vhost-user-blk: use different event handlers on initialization
Denis Plotnikov
2021-03-08
vhost-user-blk: fix blkcfg->num_queues endianness
Stefan Hajnoczi
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-11-03
vhost-blk: set features before setting inflight feature
Jin Yu
2020-11-03
Revert "vhost-blk: set features before setting inflight feature"
Stefan Hajnoczi
2020-10-30
vhost-blk: set features before setting inflight feature
Jin Yu
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
2020-08-27
vhost-user-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2020-06-09
vhost-user-blk: delay vhost_user_blk_disconnect
Dima Stepanov
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
[next]