Age | Commit message (Expand) | Author |
2022-10-26 | virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint | Stefan Hajnoczi |
2022-10-07 | virtio-blk: move config size params to virtio-blk-common | Daniil Tatianin |
2022-10-07 | virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size | Daniil Tatianin |
2022-06-24 | block: get rid of blk->guest_block_size | Stefan Hajnoczi |
2022-05-16 | virtio: drop name parameter for virtio_init() | Jonah Palmer |
2022-05-12 | coroutine: Rename qemu_coroutine_inc/dec_pool_size() | Kevin Wolf |
2022-02-14 | util: adjust coroutine pool size to virtio block queue | Hiroki Narukawa |
2022-01-12 | virtio-blk: drop unused virtio_blk_handle_vq() return value | Stefan Hajnoczi |
2021-05-14 | virtio-blk: Constify VirtIOFeature feature_sizes[] | Philippe Mathieu-Daudé |
2021-03-15 | virtio-blk: Respect discard granularity | Akihiko Odaki |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf |
2020-09-23 | virtio-blk: undo destructive iov_discard_*() operations | Stefan Hajnoczi |
2020-08-27 | virtio-blk-pci: default num_queues to -smp N | Stefan Hajnoczi |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan |
2020-06-17 | virtio-blk: store opt_io_size with correct size | Roman Kagan |
2020-06-17 | virtio-blk: On restart, process queued requests in the proper context | Sergio Lopez |
2020-06-17 | virtio-blk: Refactor the code that processes queued requests | Sergio Lopez |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster |
2020-03-29 | virtio-blk: delete vqs on the error path in realize() | Pan Nengyuan |
2020-02-22 | virtio: increase virtqueue size for virtio-scsi and virtio-blk | Denis Plotnikov |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-06 | virtio: make seg_max virtqueue size dependent | Denis Plotnikov |
2020-01-05 | virtio: don't enable notifications during polling | Stefan Hajnoczi |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev |
2019-10-31 | bootdevice: Gather LCHS from all relevant devices | Sam Eiderman |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-28 | include: Move endof() up from hw/virtio/virtio.h | Max Reitz |
2019-10-25 | virtio-blk: Add blk_drain() to virtio_blk_device_unrealize() | Julia Suvorova |
2019-10-25 | virtio: basic packed virtqueue support | Jason Wang |
2019-10-25 | virtio: Free blk virqueues at unrealize() | Eugenio Pérez |
2019-10-08 | virtio-blk: schedule virtio_notify_config to run on main context | Sergio Lopez |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-07 | hw/block/virtio-blk: Clean req->dev repetitions | Anastasiia Rusakova |
2019-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2019-02-25 | virtio-blk: Increase in_flight for request restart BH | Kevin Wolf |
2019-02-22 | virtio-blk: add DISCARD and WRITE_ZEROES features | Stefano Garzarella |
2019-02-22 | virtio-blk: set config size depending on the features enabled | Stefano Garzarella |
2019-02-22 | virtio-blk: add "discard" and "write-zeroes" properties | Stefano Garzarella |
2019-02-22 | virtio-blk: add host_features field in VirtIOBlock | Stefano Garzarella |
2019-02-22 | virtio-blk: add acct_failed param to virtio_blk_handle_rw_error() | Stefano Garzarella |
2019-02-13 | virtio-blk: set correct config size for the host driver | Changpeng Liu |
2019-02-12 | virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev | Stefano Garzarella |
2019-01-30 | virtio-blk: remove duplicate definition of VirtIOBlock *s pointer | Stefano Garzarella |