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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
virtio-blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-3
/
+3
2020-09-23
virtio-blk: undo destructive iov_discard_*() operations
Stefan Hajnoczi
1
-2
/
+9
2020-08-27
virtio-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
1
-1
/
+5
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-6
/
+1
2020-06-17
virtio-blk: store opt_io_size with correct size
Roman Kagan
1
-1
/
+1
2020-06-17
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
1
-6
/
+12
2020-06-17
virtio-blk: Refactor the code that processes queued requests
Sergio Lopez
1
-5
/
+11
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-03-29
virtio-blk: delete vqs on the error path in realize()
Pan Nengyuan
1
-0
/
+3
2020-02-22
virtio: increase virtqueue size for virtio-scsi and virtio-blk
Denis Plotnikov
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
1
-1
/
+8
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-2
/
+7
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
1
-1
/
+5
2019-10-31
bootdevice: Gather LCHS from all relevant devices
Sam Eiderman
1
-0
/
+6
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
1
-2
/
+2
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+6
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
1
-2
/
+2
2019-10-25
virtio-blk: Add blk_drain() to virtio_blk_device_unrealize()
Julia Suvorova
1
-0
/
+1
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-1
/
+1
2019-10-25
virtio: Free blk virqueues at unrealize()
Eugenio Pérez
1
-0
/
+5
2019-10-08
virtio-blk: schedule virtio_notify_config to run on main context
Sergio Lopez
1
-1
/
+15
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-03-07
hw/block/virtio-blk: Clean req->dev repetitions
Anastasiia Rusakova
1
-7
/
+9
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2019-02-25
virtio-blk: Increase in_flight for request restart BH
Kevin Wolf
1
-0
/
+4
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
1
-0
/
+184
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
1
-6
/
+25
2019-02-22
virtio-blk: add "discard" and "write-zeroes" properties
Stefano Garzarella
1
-0
/
+4
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
1
-7
/
+9
2019-02-22
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
Stefano Garzarella
1
-4
/
+6
2019-02-13
virtio-blk: set correct config size for the host driver
Changpeng Liu
1
-4
/
+9
2019-02-12
virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev
Stefano Garzarella
1
-13
/
+9
2019-01-30
virtio-blk: remove duplicate definition of VirtIOBlock *s pointer
Stefano Garzarella
1
-2
/
+0
2018-12-12
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
1
-1
/
+1
2018-12-12
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
1
-4
/
+4
2018-11-05
virtio-blk: fix comment for virtio_blk_rw_complete
Yaowei Bai
1
-2
/
+2
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-19
virtio-blk: reject configs with logical block size > physical block size
Mark Kanda
1
-0
/
+7
2017-12-19
virtio-blk: make queue size configurable
Mark Kanda
1
-1
/
+9
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-8
/
+5
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
[next]