[PULL for-7.2 0/5] hw/nvme fixes

Klaus Jensen posted 5 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221201165024.51018-1-its@irrelevant.dk
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>
There is a newer version of this series
hw/nvme/ctrl.c | 182 ++++++++++++++-----------------------------------
1 file changed, 51 insertions(+), 131 deletions(-)
[PULL for-7.2 0/5] hw/nvme fixes
Posted by Klaus Jensen 1 year, 4 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece:

  Update VERSION for v7.2.0-rc3 (2022-11-29 18:15:26 -0500)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request

for you to fetch changes up to 83f56ac321ca2301f00e63b6acbde5c692916a1d:

  hw/nvme: remove copy bh scheduling (2022-12-01 08:45:03 +0100)

----------------------------------------------------------------
hw/nvme fixes

  * fixes for aio cancellation in commands that may issue several
    aios

----------------------------------------------------------------

Klaus Jensen (5):
  hw/nvme: fix aio cancel in format
  hw/nvme: fix aio cancel in flush
  hw/nvme: fix aio cancel in zone reset
  hw/nvme: fix aio cancel in dsm
  hw/nvme: remove copy bh scheduling

 hw/nvme/ctrl.c | 182 ++++++++++++++-----------------------------------
 1 file changed, 51 insertions(+), 131 deletions(-)

-- 
2.38.1
Re: [PULL for-7.2 0/5] hw/nvme fixes
Posted by Stefan Hajnoczi 1 year, 4 months ago
On Thu, 1 Dec 2022 at 11:50, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi,
>
> The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece:
>
>   Update VERSION for v7.2.0-rc3 (2022-11-29 18:15:26 -0500)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request

Hi Klaus,
Please send pull requests with an https:// URI in the future.

Stefan

>
> for you to fetch changes up to 83f56ac321ca2301f00e63b6acbde5c692916a1d:
>
>   hw/nvme: remove copy bh scheduling (2022-12-01 08:45:03 +0100)
>
> ----------------------------------------------------------------
> hw/nvme fixes
>
>   * fixes for aio cancellation in commands that may issue several
>     aios
>
> ----------------------------------------------------------------
>
> Klaus Jensen (5):
>   hw/nvme: fix aio cancel in format
>   hw/nvme: fix aio cancel in flush
>   hw/nvme: fix aio cancel in zone reset
>   hw/nvme: fix aio cancel in dsm
>   hw/nvme: remove copy bh scheduling
>
>  hw/nvme/ctrl.c | 182 ++++++++++++++-----------------------------------
>  1 file changed, 51 insertions(+), 131 deletions(-)
>
> --
> 2.38.1
>
>
Re: [PULL for-7.2 0/5] hw/nvme fixes
Posted by Keith Busch 1 year, 4 months ago
On Sun, Dec 04, 2022 at 11:06:13AM -0500, Stefan Hajnoczi wrote:
> On Thu, 1 Dec 2022 at 11:50, Klaus Jensen <its@irrelevant.dk> wrote:
> >
> > From: Klaus Jensen <k.jensen@samsung.com>
> >
> > Hi,
> >
> > The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece:
> >
> >   Update VERSION for v7.2.0-rc3 (2022-11-29 18:15:26 -0500)
> >
> > are available in the Git repository at:
> >
> >   git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request
> 
> Hi Klaus,
> Please send pull requests with an https:// URI in the future.

Is this a new requirement? Our public git server doesn't support https.
Re: [PULL for-7.2 0/5] hw/nvme fixes
Posted by Stefan Hajnoczi 1 year, 4 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.