xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code
@ 2020-01-22 22:30 Eslam Elnikety
  2020-01-22 22:03 ` Eslam Elnikety
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Eslam Elnikety @ 2020-01-22 22:30 UTC (permalink / raw)
  To: xen-devel
  Cc: Konrad Rzeszutek Wilk, Andrew Cooper, Eslam Elnikety,
	Paul Durrant, David Woodhouse

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-01-28 13:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 22:30 [Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code Eslam Elnikety
2020-01-22 22:03 ` Eslam Elnikety
2020-01-22 22:30 ` [Xen-devel] [PATCH v1 1/4] x86/microcode: Improve documentation for ucode= Eslam Elnikety
2020-01-22 22:03   ` Eslam Elnikety
2020-01-23 10:20   ` Jan Beulich
2020-01-22 22:30 ` [Xen-devel] [PATCH v1 2/4] x86/microcode: Improve parsing " Eslam Elnikety
2020-01-22 22:03   ` 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:30 ` [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-23 10:29   ` Jan Beulich
2020-01-22 22:30 ` [Xen-devel] [PATCH v1 4/4] x86/microcode: use const qualifier for microcode buffer Eslam Elnikety
2020-01-22 22:03   ` Eslam Elnikety

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).