From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>
Subject: [Qemu-devel] [PULL v2 1/8] nvme: do not advertise support for unsupported arbitration mechanism
Date: Mon, 24 Jun 2019 16:47:33 +0200 [thread overview]
Message-ID: <20190624144740.5338-2-mreitz@redhat.com> (raw)
In-Reply-To: <20190624144740.5338-1-mreitz@redhat.com>
From: Klaus Birkelund Jensen <klaus@birkelund.eu>
The device mistakenly reports that the Weighted Round Robin with Urgent
Priority Class arbitration mechanism is supported.
It is not.
Signed-off-by: Klaus Birkelund Jensen <klaus.jensen@cnexlabs.com>
Message-id: 20190606092530.14206-1-klaus@birkelund.eu
Acked-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
hw/block/nvme.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/block/nvme.c b/hw/block/nvme.c
index 107a719b95..36d6a8bb3a 100644
--- a/hw/block/nvme.c
+++ b/hw/block/nvme.c
@@ -1384,7 +1384,6 @@ static void nvme_realize(PCIDevice *pci_dev, Error **errp)
n->bar.cap = 0;
NVME_CAP_SET_MQES(n->bar.cap, 0x7ff);
NVME_CAP_SET_CQR(n->bar.cap, 1);
- NVME_CAP_SET_AMS(n->bar.cap, 1);
NVME_CAP_SET_TO(n->bar.cap, 0xf);
NVME_CAP_SET_CSS(n->bar.cap, 1);
NVME_CAP_SET_MPSMAX(n->bar.cap, 4);
--
2.21.0
next prev parent reply other threads:[~2019-06-24 14:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-24 14:47 [Qemu-devel] [PULL v2 0/8] Block patches Max Reitz
2019-06-24 14:47 ` Max Reitz [this message]
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 2/8] blockdev: enable non-root nodes for transaction drive-backup source Max Reitz
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 3/8] iotest 134: test cluster-misaligned encrypted write Max Reitz
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 4/8] vmdk: Fix comment regarding max l1_size coverage Max Reitz
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 5/8] vmdk: Reduce the max bound for L1 table size Max Reitz
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 6/8] vmdk: Add read-only support for seSparse snapshots Max Reitz
2019-07-02 19:13 ` Peter Maydell
2019-07-02 19:46 ` Max Reitz
2019-07-04 16:59 ` Peter Maydell
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 7/8] ssh: switch from libssh2 to libssh Max Reitz
2019-06-24 14:47 ` [Qemu-devel] [PULL v2 8/8] iotests: Fix 205 for concurrent runs Max Reitz
2019-07-01 12:03 ` [Qemu-devel] [PULL v2 0/8] Block patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190624144740.5338-2-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).