From: Eslam Elnikety <elnikety@amazon.com>
To: <xen-devel@lists.xenproject.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Eslam Elnikety <elnikety@amazon.com>,
Paul Durrant <pdurrant@amazon.co.uk>,
David Woodhouse <dwmw@amazon.co.uk>
Subject: [Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code
Date: Wed, 22 Jan 2020 22:30:42 +0000 [thread overview]
Message-ID: <cover.1579727989.git.elnikety@amazon.com> (raw)
This patch series introduces improvements to the existing documentation
and code of x86/microcode. Patches 1 and 2 improve the documentation and
parsing for `ucode=`. Patches 3 and 4 introduce nits/improvements to the
microcode early loading code.
Some (variant of the) patches have been sent earlier under "Support builtin CPU
microcode" as those patches were motivated by discussions following the initial
submission of the builtin microcode. On a second thought, such improvements
should have gone independently. So here it goes. (Those improvements will be
dropped from the builtin microcode series as I submit its v3).
Changes since submitted under [v2] x86/microcode: Support builtin CPU microcode
- Patch 1: New / explicitly document the current behaviour of ucode=scan with EFI
- Patch 2: Fix index data type, drop unwelcomed function rename
- Patch 3 and 4: Added Acked-by, otherwise as before
Eslam Elnikety (4):
x86/microcode: Improve documentation for ucode=
x86/microcode: Improve parsing for ucode=
x86/microcode: avoid unnecessary xmalloc/memcpy of ucode data
x86/microcode: use const qualifier for microcode buffer
docs/misc/xen-command-line.pandoc | 14 ++++--
xen/arch/x86/microcode.c | 74 +++++++++++--------------------
2 files changed, 37 insertions(+), 51 deletions(-)
--
2.17.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
WARNING: multiple messages have this Message-ID (diff)
From: Eslam Elnikety <elnikety@amazon.com>
To: xen-devel@lists.xenproject.org
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Eslam Elnikety <elnikety@amazon.com>,
Paul Durrant <pdurrant@amazon.co.uk>,
David Woodhouse <dwmw@amazon.co.uk>
Subject: [Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code
Date: Wed, 22 Jan 2020 22:03:16 +0000 [thread overview]
Message-ID: <cover.1579727989.git.elnikety@amazon.com> (raw)
Message-ID: <20200122220316.FpiJO-j3Zfq6kQm8yOzTuLHr5ApsGif847hM-TEgO3Q@z> (raw)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next reply other threads:[~2020-01-22 22:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-22 22:03 Eslam Elnikety [this message]
2020-01-22 22:03 ` [Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code Eslam Elnikety
2020-01-22 22:30 ` Eslam Elnikety
2020-01-22 22:03 ` [Xen-devel] [PATCH v1 1/4] x86/microcode: Improve documentation for ucode= Eslam Elnikety
2020-01-22 22:03 ` Eslam Elnikety
2020-01-22 22:30 ` Eslam Elnikety
2020-01-23 10:20 ` Jan Beulich
2020-01-22 22:03 ` [Xen-devel] [PATCH v1 2/4] x86/microcode: Improve parsing " Eslam Elnikety
2020-01-22 22:03 ` Eslam Elnikety
2020-01-22 22:30 ` Eslam Elnikety
2020-01-23 10:26 ` Jan Beulich
2020-01-27 19:34 ` Eslam Elnikety
2020-01-28 13:05 ` Jan Beulich
2020-01-22 22:03 ` [Xen-devel] [PATCH v1 3/4] x86/microcode: avoid unnecessary xmalloc/memcpy of ucode data Eslam Elnikety
2020-01-22 22:03 ` Eslam Elnikety
2020-01-22 22:30 ` Eslam Elnikety
2020-01-23 10:29 ` Jan Beulich
2020-01-22 22:03 ` [Xen-devel] [PATCH v1 4/4] x86/microcode: use const qualifier for microcode buffer Eslam Elnikety
2020-01-22 22:03 ` Eslam Elnikety
2020-01-22 22:30 ` Eslam Elnikety
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=cover.1579727989.git.elnikety@amazon.com \
--to=elnikety@amazon.com \
--cc=andrew.cooper3@citrix.com \
--cc=dwmw@amazon.co.uk \
--cc=konrad.wilk@oracle.com \
--cc=pdurrant@amazon.co.uk \
--cc=xen-devel@lists.xenproject.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 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.