index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
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
Files
Lines
2022-12-01
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
1
-36
/
+5
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
1
-2
/
+2
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
1
-0
/
+1
2022-11-07
hw/virtio: introduce virtio_device_should_start
Alex Bennée
1
-5
/
+1
2022-11-07
vhost: Change the sequence of device start
Yajun Wu
1
-7
/
+11
2022-10-27
vhost-user-blk: fix the resize crash
Li Feng
1
-0
/
+4
2022-10-07
vhost-user-blk: dynamically resize config space based on features
Daniil Tatianin
1
-7
/
+10
2022-10-07
vhost-user-blk: make 'config_wce' part of 'host_features'
Daniil Tatianin
1
-4
/
+2
2022-10-07
vhost-user-blk: make it possible to disable write-zeroes/discard
Daniil Tatianin
1
-2
/
+4
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
1
-2
/
+8
2022-06-09
hw/vhost-user-scsi|blk: set `supports_config` flag correctly
Changpeng Liu
1
-0
/
+1
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
1
-0
/
+7
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-1
/
+1
2022-01-07
hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
Andy Pei
1
-0
/
+1
2022-01-07
vhost-user-blk: propagate error return from generic vhost
Roman Kagan
1
-1
/
+1
2022-01-07
vhost-user-blk: reconnect on any error during realize
Roman Kagan
1
-1
/
+1
2021-06-30
vhost-user-blk: Implement reconnection during realize
Kevin Wolf
1
-1
/
+15
2021-06-30
vhost-user-blk: Factor out vhost_user_blk_realize_connect()
Kevin Wolf
1
-16
/
+32
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
1
-4
/
+5
2021-06-30
vhost-user-blk: Add Error parameter to vhost_user_blk_start()
Kevin Wolf
1
-16
/
+15
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
1
-2
/
+2
2021-05-18
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
1
-0
/
+1
2021-05-18
vhost-user-blk: Get more feature flags from vhost device
Kevin Wolf
1
-0
/
+2
2021-05-18
vhost-user-blk: Improve error reporting in realize
Kevin Wolf
1
-12
/
+11
2021-05-18
vhost-user-blk: Don't reconnect during initialisation
Kevin Wolf
1
-42
/
+17
2021-05-18
vhost-user-blk: Make sure to set Error on realize failure
Kevin Wolf
1
-3
/
+1
2021-04-30
vhost-user-blk: Fail gracefully on too large queue size
Kevin Wolf
1
-0
/
+5
2021-04-01
vhost-user-blk: add immediate cleanup on shutdown
Denis Plotnikov
1
-1
/
+1
2021-04-01
vhost-user-blk: perform immediate cleanup if disconnect on initialization
Denis Plotnikov
1
-24
/
+24
2021-04-01
vhost-user-blk: use different event handlers on initialization
Denis Plotnikov
1
-7
/
+24
2021-03-08
vhost-user-blk: fix blkcfg->num_queues endianness
Stefan Hajnoczi
1
-4
/
+3
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-11-03
vhost-blk: set features before setting inflight feature
Jin Yu
1
-0
/
+6
2020-11-03
Revert "vhost-blk: set features before setting inflight feature"
Stefan Hajnoczi
1
-6
/
+0
2020-10-30
vhost-blk: set features before setting inflight feature
Jin Yu
1
-0
/
+6
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
1
-3
/
+16
2020-08-27
vhost-user-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
1
-1
/
+5
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+0
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2020-06-09
vhost-user-blk: delay vhost_user_blk_disconnect
Dima Stepanov
1
-1
/
+37
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-05-04
vhost-user-blk: fix invalid memory access
Li Feng
1
-0
/
+4
2020-03-29
fix vhost_user_blk_watch crash
Li Feng
1
-19
/
+0
2020-02-25
vhost-user-blk: convert to new virtio_delete_queue
Pan Nengyuan
1
-8
/
+11
2020-02-25
vhost-user-blk: delete virtioqueues in unrealize to fix memleaks
Pan Nengyuan
1
-0
/
+8
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-07
vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
2019-09-16
vhost-user-blk: prevent using uninitialized vqs
Raphael Norwitz
1
-1
/
+1
[next]