All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: DavidWang <davidwang@zhaoxin.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Wei Liu" <wei.liu2@citrix.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>
Subject: [PATCH RFC] x86/cpu: fix vendor string for Shanghai CPU
Date: Thu, 4 Apr 2019 15:11:32 +0100	[thread overview]
Message-ID: <20190404141132.1417-1-wei.liu2@citrix.com> (raw)

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Cc: DavidWang <davidwang@zhaoxin.com>

Or perhaps it should have been Zhaoxin?
---
 xen/arch/x86/cpu/shanghai.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/cpu/shanghai.c b/xen/arch/x86/cpu/shanghai.c
index 24af5c8259..36c1763c81 100644
--- a/xen/arch/x86/cpu/shanghai.c
+++ b/xen/arch/x86/cpu/shanghai.c
@@ -16,7 +16,7 @@ static void init_shanghai(struct cpuinfo_x86 *c)
 }
 
 static const struct cpu_dev shanghai_cpu_dev = {
-    .c_vendor   = "  Shang",
+    .c_vendor   = "Shanghai",
     .c_init     = init_shanghai,
 };
 
-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

             reply	other threads:[~2019-04-04 14:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 14:11 Wei Liu [this message]
2019-04-04 14:18 ` [PATCH RFC] x86/cpu: fix vendor string for Shanghai CPU Andrew Cooper
2019-04-04 14:19   ` Wei Liu
2019-04-04 14:20     ` Andrew Cooper
2019-04-04 14:21 ` Jan Beulich

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=20190404141132.1417-1-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=davidwang@zhaoxin.com \
    --cc=jbeulich@suse.com \
    --cc=roger.pau@citrix.com \
    --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.