index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
virtio-blk.c
Age
Commit message (
Expand
)
Author
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
2018-12-12
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
2018-12-12
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
2018-11-05
virtio-blk: fix comment for virtio_blk_rw_complete
Yaowei Bai
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2017-12-19
virtio-blk: reject configs with logical block size > physical block size
Mark Kanda
2017-12-19
virtio-blk: make queue size configurable
Mark Kanda
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-08-10
virtio-blk: handle blk_getlength() errors
Stefan Hajnoczi
2017-07-14
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
[next]