From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Wei Liu <wei.liu2@citrix.com>, Jan Beulich <jbeulich@suse.com>
Subject: [PATCH v2 16/16] x86: update help string for CONFIG_HVM
Date: Fri, 19 Oct 2018 15:28:42 +0100 [thread overview]
Message-ID: <eef811a9adaa6ef2a21dfeef32f1fc6431b81778.1539959287.git-series.wei.liu2@citrix.com> (raw)
In-Reply-To: <cover.a9d086fddeb7425fc8cbb3d907dbe8d99a55b46c.1539959287.git-series.wei.liu2@citrix.com>
Change "guest" to "domain" where appropriate because "guest" doesn't
include Domain 0.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
v2: new
---
xen/arch/x86/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index c7e97e2..b4bd83e 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -70,12 +70,12 @@ config HVM
def_bool !PV_SHIM_EXCLUSIVE
prompt "HVM support"
---help---
- Interfaces to support HVM guests which require hardware
+ Interfaces to support HVM domains which require hardware
support like Intel's VT-x or AMD's SVM. Note the hypervisor
- doesn't distinguish HVM or PVH guest types. PVH guest type
- is only a concept for end users.
+ doesn't distinguish HVM or PVH. PVH is only a concept for
+ end users.
- This option is needed if you want to run HVM or PVH guests.
+ This option is needed if you want to run HVM or PVH domains.
If unsure, say Y.
--
git-series 0.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2018-10-19 14:58 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 14:28 [PATCH v2 00/16] Make CONFIG_PV work on x86 Wei Liu
2018-10-19 14:28 ` [PATCH v2 01/16] x86: make mm.c build with !CONFIG_PV Wei Liu
2018-10-26 15:57 ` Jan Beulich
2018-10-19 14:28 ` [PATCH v2 02/16] x86: put some code in arch_set_info_guest under CONFIG_PV Wei Liu
2018-10-26 15:58 ` Jan Beulich
2018-10-19 14:28 ` [PATCH v2 03/16] x86: make traps.c build with !CONFIG_PV Wei Liu
2018-10-26 16:02 ` Jan Beulich
2018-10-30 17:48 ` Wei Liu
2018-10-19 14:28 ` [PATCH v2 04/16] x86: make construct_dom0 " Wei Liu
2018-10-19 15:04 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 05/16] x86/pv: make guest_io_{read, write} local functions Wei Liu
2018-10-19 15:10 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 06/16] x86/amd: call post outb hook for both PV and HVM Wei Liu
2018-10-19 15:55 ` Wei Liu
2018-10-29 14:00 ` Jan Beulich
2018-10-19 14:28 ` [PATCH v2 07/16] x86: put XEN_DOMCTL_{set, get}_address_size under CONFIG_PV Wei Liu
2018-10-19 15:18 ` Andrew Cooper
2018-10-30 21:08 ` Wei Liu
2018-10-29 14:28 ` Jan Beulich
2018-10-30 20:50 ` Wei Liu
2018-10-31 9:00 ` Jan Beulich
2018-10-31 9:33 ` Wei Liu
2018-10-31 9:47 ` Jan Beulich
2018-10-31 9:54 ` Wei Liu
2018-10-31 10:12 ` Jan Beulich
2018-10-19 14:28 ` [PATCH v2 08/16] x86: connect guest creation with CONFIG_PV Wei Liu
2018-10-19 15:36 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 09/16] x86: don't setup PV hypercall stubs and entries when !CONFIG_PV Wei Liu
2018-10-19 15:59 ` Andrew Cooper
2018-10-29 14:37 ` Jan Beulich
2018-10-30 18:08 ` Andrew Cooper
2018-10-31 8:58 ` Jan Beulich
2018-11-02 12:57 ` Wei Liu
2018-11-02 13:03 ` Jan Beulich
2018-10-29 14:33 ` Jan Beulich
2018-10-19 14:28 ` [PATCH v2 10/16] x86: don't setup legacy syscall vector " Wei Liu
2018-10-19 16:09 ` Andrew Cooper
2018-10-22 11:12 ` Wei Liu
2018-10-22 11:21 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 11/16] x86: don't set sysenter_entry in vmcs " Wei Liu
2018-10-19 15:42 ` Andrew Cooper
2018-10-19 16:00 ` Wei Liu
2018-10-19 16:16 ` Andrew Cooper
2018-11-02 14:05 ` Wei Liu
2018-11-02 14:32 ` Jan Beulich
2018-11-02 14:33 ` Wei Liu
2018-10-19 14:28 ` [PATCH v2 12/16] x86: stub out PV only code in do_debug Wei Liu
2018-10-19 15:43 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 13/16] x86: rearrange x86_64/entry.S Wei Liu
2018-10-29 14:57 ` Jan Beulich
2018-11-02 12:54 ` Wei Liu
2018-10-19 14:28 ` [PATCH v2 14/16] x86: make entry point code build when !CONFIG_PV Wei Liu
2018-10-29 15:03 ` Jan Beulich
2018-11-02 13:08 ` Wei Liu
2018-11-02 13:45 ` Jan Beulich
2018-11-02 14:14 ` Andrew Cooper
2018-10-19 14:28 ` [PATCH v2 15/16] x86: expose CONFIG_PV Wei Liu
2018-10-19 15:51 ` Andrew Cooper
2018-10-19 14:28 ` Wei Liu [this message]
2018-10-19 15:55 ` [PATCH v2 16/16] x86: update help string for CONFIG_HVM Andrew Cooper
2018-10-29 14:14 ` 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=eef811a9adaa6ef2a21dfeef32f1fc6431b81778.1539959287.git-series.wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.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 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).