linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tom Lendacky <thomas.lendacky@amd.com>
To: <linux-kernel@vger.kernel.org>, <x86@kernel.org>,
	<linux-doc@vger.kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Jonathan Corbet <corbet@lwn.net>, Joerg Roedel <jroedel@suse.de>,
	"Michael Roth" <michael.roth@amd.com>
Subject: [PATCH 0/2] Provide consistent name of the SEV Guest driver
Date: Wed, 20 Apr 2022 09:14:12 -0500	[thread overview]
Message-ID: <cover.1650464054.git.thomas.lendacky@amd.com> (raw)

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


             reply	other threads:[~2022-04-20 14:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 14:14 Tom Lendacky [this message]
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

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.1650464054.git.thomas.lendacky@amd.com \
    --to=thomas.lendacky@amd.com \
    --cc=bp@alien8.de \
    --cc=corbet@lwn.net \
    --cc=dave.hansen@linux.intel.com \
    --cc=jroedel@suse.de \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.roth@amd.com \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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).