linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Provide consistent name of the SEV Guest driver
@ 2022-04-20 14:14 Tom Lendacky
  2022-04-20 14:14 ` [PATCH 1/2] virt: sevguest: Change driver name to reflect generic SEV support Tom Lendacky
  2022-04-20 14:14 ` [PATCH 2/2] virt: sevguest: Rename the sevguest dir and files to sev-guest Tom Lendacky
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Lendacky @ 2022-04-20 14:14 UTC (permalink / raw)
  To: linux-kernel, x86, linux-doc
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
	Jonathan Corbet, Joerg Roedel, Michael Roth

This series renames the SEV guest driver from snp-guest to sev-guest. This
consists of changing the driver name field, some functions and structs and
renaming the driver directory and files.

This provides consistent naming between the driver name, the module name,
the misc device name and the file names.

---

Patches based on:
  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master

and commit:
  6a0111882747 ("Merge branch into tip/master: 'x86/platform'")

Tom Lendacky (2):
  virt: sevguest: Change driver name to reflect generic SEV support
  virt: sevguest: Rename the sevguest dir and files to sev-guest

 Documentation/virt/index.rst                  |  2 +-
 arch/x86/include/asm/sev.h                    |  2 +-
 arch/x86/kernel/sev.c                         | 10 ++---
 drivers/virt/Kconfig                          |  2 +-
 drivers/virt/Makefile                         |  2 +-
 .../virt/coco/{sevguest => sev-guest}/Kconfig |  2 +-
 .../coco/{sevguest => sev-guest}/Makefile     |  2 +-
 .../sevguest.c => sev-guest/sev-guest.c}      | 41 ++++++++++---------
 .../sevguest.h => sev-guest/sev-guest.h}      |  0
 9 files changed, 33 insertions(+), 30 deletions(-)
 rename drivers/virt/coco/{sevguest => sev-guest}/Kconfig (87%)
 rename drivers/virt/coco/{sevguest => sev-guest}/Makefile (50%)
 rename drivers/virt/coco/{sevguest/sevguest.c => sev-guest/sev-guest.c} (94%)
 rename drivers/virt/coco/{sevguest/sevguest.h => sev-guest/sev-guest.h} (100%)

-- 
2.34.1


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

end of thread, other threads:[~2022-04-20 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 14:14 [PATCH 0/2] Provide consistent name of the SEV Guest driver Tom Lendacky
2022-04-20 14:14 ` [PATCH 1/2] virt: sevguest: Change driver name to reflect generic SEV support Tom Lendacky
2022-04-20 14:14 ` [PATCH 2/2] virt: sevguest: Rename the sevguest dir and files to sev-guest Tom Lendacky

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