From: Avi Kivity <avi@redhat.com>
To: Andre Przywara <andre.przywara@amd.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] add KVM module parameters documentation
Date: Tue, 30 Jun 2009 16:03:52 +0300 [thread overview]
Message-ID: <4A4A0D38.5070209@redhat.com> (raw)
In-Reply-To: <1246366445-25030-1-git-send-email-andre.przywara@amd.com>
On 06/30/2009 03:54 PM, Andre Przywara wrote:
> Signed-off-by: Andre Przywara<andre.przywara@amd.com>
>
>
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index d77fbd8..097ea9f 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -57,6 +57,7 @@ parameter is applicable:
> ISAPNP ISA PnP code is enabled.
> ISDN Appropriate ISDN support is enabled.
> JOY Appropriate joystick support is enabled.
> + KVM Kernel Virtual Machine support is enabled.
> LIBATA Libata driver is enabled
> LP Printer support is enabled.
> LOOP Loopback device support is enabled.
> @@ -409,6 +410,9 @@ and is between 256 and 4096 characters. It is defined in the file
> See drivers/scsi/BusLogic.c, comment before function
> BusLogic_ParseDriverOptions().
>
> + bypass_guest_pf=[KVM,Intel] Disables bypassing of guest page faults
> + on Intel chips. Default is 1 (enabled)
> +
>
I think the syntax for modules is model.option=; there are a few
examples. You actually need to use this syntax when the module is built in.
>
> + enable_unrestricted_guest=
> + [KVM,Intel] Disable unrestricted guest feature
> + (virtualized real and unpaged mode) on capable
> + Intel chips. Default is 1 (enabled)
> +
> + enable_vpid= [KVM,Intel] Disable Virtual Processor Identification
> + feature (tagged TLBs) on capable Intel chips.
> + Default is 1 (enabled)
> +
>
enable_vpid and a few other parameters have different names than the
variables; they use module_param_named().
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2009-06-30 13:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-30 12:54 [PATCH] add KVM module parameters documentation Andre Przywara
2009-06-30 13:03 ` Avi Kivity [this message]
2009-07-10 12:20 ` [PATCH v2] " Andre Przywara
2009-07-12 8:25 ` Avi Kivity
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=4A4A0D38.5070209@redhat.com \
--to=avi@redhat.com \
--cc=andre.przywara@amd.com \
--cc=kvm@vger.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 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.