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