[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1747393] Re: nvme is missing support for NVME_ADM_CMD_
From: |
Toomas Soome |
Subject: |
[Qemu-devel] [Bug 1747393] Re: nvme is missing support for NVME_ADM_CMD_ASYNC_EV_REQ |
Date: |
Thu, 08 Feb 2018 17:32:07 -0000 |
** Description changed:
NVME_ADM_CMD_ASYNC_EV_REQ is required by specification but apparently we
will be responded by error when this command is used.
+
+ The Asynchronous Event Request is a mandatory opcode required by
+ specification (Figure 40, Section 5 in NVMe 1.2; Figure 41, Section 5 in
+ NVMe 1.3). A simple way to deal with this in an emulator that doesn't
+ really want to use async events is to queue up the requests and not do
+ anything with them, and only complete them when the driver aborts the
+ command.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1747393
Title:
nvme is missing support for NVME_ADM_CMD_ASYNC_EV_REQ
Status in QEMU:
New
Bug description:
NVME_ADM_CMD_ASYNC_EV_REQ is required by specification but apparently
we will be responded by error when this command is used.
The Asynchronous Event Request is a mandatory opcode required by
specification (Figure 40, Section 5 in NVMe 1.2; Figure 41, Section 5
in NVMe 1.3). A simple way to deal with this in an emulator that
doesn't really want to use async events is to queue up the requests
and not do anything with them, and only complete them when the driver
aborts the command.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1747393/+subscriptions