mbox

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

Message ID 20221201165024.51018-1-its@irrelevant.dk
State New
Headers show

Pull-request

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

Message

Klaus Jensen Dec. 1, 2022, 4:50 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Dec. 4, 2022, 4:06 p.m. UTC | #1
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
>
>
Keith Busch Dec. 4, 2022, 8:33 p.m. UTC | #2
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.
Stefan Hajnoczi Dec. 4, 2022, 11:46 p.m. UTC | #3
Applied, thanks.

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