From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder
Date: Fri, 10 May 2024 11:38:44 +0200 [thread overview]
Message-ID: <d7dffb6c-9f59-463d-960a-9e8fd863a118@linaro.org> (raw)
In-Reply-To: <20240509153755.143456-1-pbonzini@redhat.com>
On 5/9/24 17:37, Paolo Bonzini wrote:
> + [0x18] = X86_OP_ENTRY1(NOP, nop,v), /* prefetch/reserved NOP */
> + [0x19] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
> + [0x1c] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
> + [0x1d] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
> + [0x1e] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
> + [0x1f] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
Maybe clearer as "NOP/reserved NOP" for 0x1f.
Anyway,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
prev parent reply other threads:[~2024-05-10 9:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-09 15:37 [PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder Paolo Bonzini
2024-05-10 8:57 ` Zhao Liu
2024-05-10 9:38 ` Richard Henderson [this message]
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=d7dffb6c-9f59-463d-960a-9e8fd863a118@linaro.org \
--to=richard.henderson@linaro.org \
--cc=pbonzini@redhat.com \
--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).