mbox series

[0/2] virtio-blk: miscellaneous changes

Message ID cover.1512589016.git.mark.kanda@oracle.com
Headers show
Series virtio-blk: miscellaneous changes | expand

Message

Mark Kanda Dec. 6, 2017, 7:53 p.m. UTC
This series is for two minor virtio-blk changes. The first patch
makes the virtio-blk queue size user configurable. The second patch
rejects logical block size > physical block configurations (similar
to a recent change in virtio-scsi).

Mark Kanda (2):
  virtio-blk: make queue size configurable
  virtio-blk: reject configs with logical block size > physical block
    size

 hw/block/virtio-blk.c          | 14 +++++++++++++-
 include/hw/virtio/virtio-blk.h |  1 +
 2 files changed, 14 insertions(+), 1 deletion(-)