mbox

[PULL,0/4] hw/nvme updates

Message ID 20230110071743.63507-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 Jan. 10, 2023, 7:17 a.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit 528d9f33cad5245c1099d77084c78bb2244d5143:

  Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into staging (2023-01-08 11:23:17 +0000)

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 fa5db2aa168bdc0f15c269b6212ef47632fab8ba:

  hw/nvme: fix missing cq eventidx update (2023-01-09 08:48:46 +0100)

----------------------------------------------------------------
hw/nvme updates

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

Klaus Jensen (4):
  hw/nvme: use QOM accessors
  hw/nvme: rename shadow doorbell related trace events
  hw/nvme: fix missing endian conversions for doorbell buffers
  hw/nvme: fix missing cq eventidx update

 hw/nvme/ctrl.c       | 121 ++++++++++++++++++++++++++-----------------
 hw/nvme/trace-events |   8 +--
 2 files changed, 78 insertions(+), 51 deletions(-)

Comments

Klaus Jensen Jan. 10, 2023, 7:20 a.m. UTC | #1
On Jan 10 08:17, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Hi,
> 
> The following changes since commit 528d9f33cad5245c1099d77084c78bb2244d5143:
> 
>   Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into staging (2023-01-08 11:23:17 +0000)
> 
> 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 fa5db2aa168bdc0f15c269b6212ef47632fab8ba:
> 
>   hw/nvme: fix missing cq eventidx update (2023-01-09 08:48:46 +0100)
> 
> ----------------------------------------------------------------
> hw/nvme updates
> 
> ----------------------------------------------------------------
> 
> Klaus Jensen (4):
>   hw/nvme: use QOM accessors
>   hw/nvme: rename shadow doorbell related trace events
>   hw/nvme: fix missing endian conversions for doorbell buffers
>   hw/nvme: fix missing cq eventidx update
> 
>  hw/nvme/ctrl.c       | 121 ++++++++++++++++++++++++++-----------------
>  hw/nvme/trace-events |   8 +--
>  2 files changed, 78 insertions(+), 51 deletions(-)
> 
> -- 
> 2.39.0
> 

Argh. I forgot to update the pull url to something https://.

Do I need to send a new pull?
Peter Maydell Jan. 10, 2023, 2:04 p.m. UTC | #2
On Tue, 10 Jan 2023 at 07:20, Klaus Jensen <its@irrelevant.dk> wrote:
>
> On Jan 10 08:17, Klaus Jensen wrote:
> > From: Klaus Jensen <k.jensen@samsung.com>
> >
> > Hi,
> >
> > The following changes since commit 528d9f33cad5245c1099d77084c78bb2244d5143:
> >
> >   Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into staging (2023-01-08 11:23:17 +0000)
> >
> > 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 fa5db2aa168bdc0f15c269b6212ef47632fab8ba:
> >
> >   hw/nvme: fix missing cq eventidx update (2023-01-09 08:48:46 +0100)
> >
> > ----------------------------------------------------------------
> > hw/nvme updates
> >
> > ----------------------------------------------------------------
> >
> > Klaus Jensen (4):
> >   hw/nvme: use QOM accessors
> >   hw/nvme: rename shadow doorbell related trace events
> >   hw/nvme: fix missing endian conversions for doorbell buffers
> >   hw/nvme: fix missing cq eventidx update
> >
> >  hw/nvme/ctrl.c       | 121 ++++++++++++++++++++++++++-----------------
> >  hw/nvme/trace-events |   8 +--
> >  2 files changed, 78 insertions(+), 51 deletions(-)
> >
> > --
> > 2.39.0
> >
>
> Argh. I forgot to update the pull url to something https://.
>
> Do I need to send a new pull?

You can just send a new cover letter with the right URL-and-tag-line
(I tried guessing what the right URL was, but didn't guess right.)

thanks
-- PMM