Re: [PATCH 1/6] hw/block/nvme: fix shutdown/reset logic

2021-01-14 Thread Keith Busch
On Mon, Jan 11, 2021 at 01:32:18PM +0100, Klaus Jensen wrote: > From: Klaus Jensen > > A shutdown is only about flushing stuff. It is the host that should > delete any queues, so do not perform a reset here. > > Also, on shutdown, make sure that the PMR is flushed if in use. > > Fixes: 368f4e75

[PATCH 1/6] hw/block/nvme: fix shutdown/reset logic

2021-01-11 Thread Klaus Jensen
From: Klaus Jensen A shutdown is only about flushing stuff. It is the host that should delete any queues, so do not perform a reset here. Also, on shutdown, make sure that the PMR is flushed if in use. Fixes: 368f4e752cf9 ("hw/block/nvme: Process controller reset and shutdown differently") Sig