From: Igor Mammedov <imammedo@redhat.com>
To: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
Cc: David Hoppenbrouwers <david@demindiro.com>,
qemu-devel@nongnu.org, Eduardo Habkost <eduardo@habkost.net>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Sairaj Kodilkar <sarunkod@amd.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Richard Henderson <richard.henderson@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] hw/i386/amd_iommu.c: fix amdvi_unhandled_command logging cmd ID
Date: Tue, 24 Feb 2026 12:46:07 +0100 [thread overview]
Message-ID: <20260224124607.4202980d@imammedo> (raw)
In-Reply-To: <ef9b046b-3f57-4b09-8d99-91c61ee41bd0@oracle.com>
On Mon, 23 Feb 2026 13:49:45 -0500
Alejandro Jimenez <alejandro.j.jimenez@oracle.com> wrote:
> Hi David
>
> On 2/23/26 8:06 AM, David Hoppenbrouwers wrote:
> > On 2/23/26 8:32 AM, Igor Mammedov wrote:
> >> On Fri, 20 Feb 2026 19:14:37 +0100
> >> David Hoppenbrouwers <qemu@demindiro.com> wrote:
> >>
> >>> The command ID is in cmd[0], not cmd[1].
> >> pls add a reference to the spec,
> >> and if any what impact it does have on a guest/how it manifests.
> >
> > Figure 43 "Generic Command Buffer Entry Format" in
> > https://docs.amd.com/v/u/en-US/48882_3.10_PUB
>
> Unfortunately, the documentation links tend to be broken very often, so it
> is not a good idea to include them in commit messages. That is why I would
> opt for the longer, more verbose (but hopefully easier to find after a
> quick search) choice of listing the name of the spec with the revision,
> chapter and relevant keywords. See my proposed commit message at the end.
>
> > But the switch() above also uses cmd[0]:
> >
> > switch (extract64(cmd[0], 60, 4)) {
> > case AMDVI_CMD_COMPLETION_WAIT:
> > amdvi_completion_wait(s, cmd);
> > break;
> >
> > It has no effect on the guest, only on the -trace option. It may be
> > confusing to developers if the actual command ID doesn't match what is
> > shown by -trace.
> >
> I think it could have an effect on (some) guest too, although this is
> unlikely given the number of things that need to go wrong, but perhaps a
> test flow in a guest driver like:
> - Guest triggers an IOMMU command with an invalid opcode.
> - Guest reads the event log (incorrectly filled by the vIOMMU) and reports
> an error on mismatched opcode.
>
> Using cmd[1] seems clearly a typo from the original code. To honor Igor's
> request to add details, I'd propose we change the commit message to:
>
> amd_iommu: Fix opcode reported in invalid command handling
>
> According to the AMD I/O Virtualization Technology (IOMMU) Specification
> (Rev 3.10), Section 2.4 Commands, the Generic Command Buffer Entry Format
> encodes the opcode in bits [63:60] of the command buffer.
>
> When handling illegal opcodes, the traces for unhandled commands and event
> log info extract the opcode from an incorrect offset in the command buffer.
> Fix this issue to avoid potential confusion with mismatched opcodes in
> traces and unlikely errors in guest event processing.
>
> Fixes: d29a09ca68428 ("hw/i386: Introduce AMD IOMMU")
> Signed-off-by: David Hoppenbrouwers <qemu@demindiro.com>
> Reviewed-by: Sairaj Kodilkar <sarunkod@amd.com>
with this
Acked-by: Igor Mammedov <imammedo@redhat.com>
>
> If that works for everyone, I can add apply it; no need to send a new revision.
>
> Thank you,
> Alejandro
>
> > David
>
next prev parent reply other threads:[~2026-02-24 11:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-20 18:14 [PATCH] hw/i386/amd_iommu.c: fix amdvi_unhandled_command logging cmd ID David Hoppenbrouwers
2026-02-23 7:32 ` Igor Mammedov
2026-02-23 13:06 ` David Hoppenbrouwers
2026-02-23 18:49 ` Alejandro Jimenez
2026-02-24 11:46 ` Igor Mammedov [this message]
2026-02-24 17:28 ` David Hoppenbrouwers
2026-02-23 8:15 ` Sairaj Kodilkar
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=20260224124607.4202980d@imammedo \
--to=imammedo@redhat.com \
--cc=alejandro.j.jimenez@oracle.com \
--cc=david@demindiro.com \
--cc=eduardo@habkost.net \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sarunkod@amd.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.