[Qemu-devel] [PATCH v2 0/2] virtio-blk: miscellaneous changes

Mark Kanda posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1512748083.git.mark.kanda@oracle.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/block/virtio-blk.c          | 17 ++++++++++++++++-
include/hw/virtio/virtio-blk.h |  1 +
2 files changed, 17 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v2 0/2] virtio-blk: miscellaneous changes
Posted by Mark Kanda 6 years, 4 months ago
v2: add check for maximum queue size [Stefan]

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          | 17 ++++++++++++++++-
 include/hw/virtio/virtio-blk.h |  1 +
 2 files changed, 17 insertions(+), 1 deletion(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH v2 0/2] virtio-blk: miscellaneous changes
Posted by Stefan Hajnoczi 6 years, 4 months ago
On Fri, Dec 08, 2017 at 09:57:25AM -0600, Mark Kanda wrote:
> v2: add check for maximum queue size [Stefan]
> 
> 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          | 17 ++++++++++++++++-
>  include/hw/virtio/virtio-blk.h |  1 +
>  2 files changed, 17 insertions(+), 1 deletion(-)

Hi Mark,
Please resend as a top level email thread so the continuous integration
and patch management tools will detect your patch series.

From https://wiki.qemu.org/Contribute/SubmitAPatch:

  "Send each new revision as a new top-level thread, rather than burying
  it in-reply-to an earlier revision, as many reviewers are not looking
  inside deep threads for new patches."

Thanks,
Stefan
Re: [Qemu-devel] [PATCH v2 0/2] virtio-blk: miscellaneous changes
Posted by Mark Kanda 6 years, 4 months ago

On 12/11/2017 4:30 AM, Stefan Hajnoczi wrote:
> Hi Mark,
> Please resend as a top level email thread so the continuous integration
> and patch management tools will detect your patch series.

Apologies. I've just resent the series.

Thanks,

-Mark