[PULL for-7.1 0/3] hw/nvme fixes

Klaus Jensen posted 3 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220801100556.2217492-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 | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
[PULL for-7.1 0/3] hw/nvme fixes
Posted by Klaus Jensen 1 year, 8 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:

  Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)

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

  hw/nvme: do not enable ioeventfd by default (2022-08-01 12:01:21 +0200)

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

Some fixes for hw/nvme ioeventfd support.

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

Klaus Jensen (3):
  hw/nvme: skip queue processing if notifier is cleared
  hw/nvme: unregister the event notifier handler on the main loop
  hw/nvme: do not enable ioeventfd by default

 hw/nvme/ctrl.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

-- 
2.36.1

Re: [PULL for-7.1 0/3] hw/nvme fixes
Posted by Richard Henderson 1 year, 8 months ago
On 8/1/22 03:05, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Hi,
> 
> The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:
> 
>    Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)
> 
> 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 e2e137f64282a2ee2f359b6df4cd93c83a308e7b:
> 
>    hw/nvme: do not enable ioeventfd by default (2022-08-01 12:01:21 +0200)
> 
> ----------------------------------------------------------------
> hw/nvme fixes
> 
> Some fixes for hw/nvme ioeventfd support.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Klaus Jensen (3):
>    hw/nvme: skip queue processing if notifier is cleared
>    hw/nvme: unregister the event notifier handler on the main loop
>    hw/nvme: do not enable ioeventfd by default
> 
>   hw/nvme/ctrl.c | 12 +++++++++---
>   1 file changed, 9 insertions(+), 3 deletions(-)
>