Re: [PATCH for-6.0 v2 0/2] hw/block/nvme: fix msix uninit

2021-04-23 Thread Peter Maydell
On Fri, 23 Apr 2021 at 11:38, Klaus Jensen wrote: > > On Apr 23 07:21, Klaus Jensen wrote: > >From: Klaus Jensen > > > >First patch fixes a regression where msix is not correctly uninit'ed > >when an nvme device is hotplugged with device_del. When viewed in > >conjunction with the commit that int

Re: [PATCH for-6.0 v2 0/2] hw/block/nvme: fix msix uninit

2021-04-23 Thread Klaus Jensen
On Apr 23 07:21, Klaus Jensen wrote: From: Klaus Jensen First patch fixes a regression where msix is not correctly uninit'ed when an nvme device is hotplugged with device_del. When viewed in conjunction with the commit that introduced the bug (commit 1901b4967c3f), I think the fix looks relativ

[PATCH for-6.0 v2 0/2] hw/block/nvme: fix msix uninit

2021-04-22 Thread Klaus Jensen
From: Klaus Jensen First patch fixes a regression where msix is not correctly uninit'ed when an nvme device is hotplugged with device_del. When viewed in conjunction with the commit that introduced the bug (commit 1901b4967c3f), I think the fix looks relatively obvious. Second patch disables hot