* [PATCH][linux-2.6.18-xen..hg] Sync hvm/params.h
@ 2008-04-21 18:00 Ben Guthro
2008-04-21 18:05 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Ben Guthro @ 2008-04-21 18:00 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
This patch syncs up the hvm/params.h public header with what was
introduced by xen-unstable changesets 17444, and 17404
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
[-- Attachment #2: linux-sync-hvm-params.patch --]
[-- Type: text/x-patch, Size: 570 bytes --]
diff -r 7f8b544237bf include/xen/interface/hvm/params.h
--- a/include/xen/interface/hvm/params.h
+++ b/include/xen/interface/hvm/params.h
@@ -84,6 +84,12 @@
/* Boolean: Enable virtual HPET (high-precision event timer)? (x86-only) */
#define HVM_PARAM_HPET_ENABLED 11
-#define HVM_NR_PARAMS 12
+/* Identity-map page directory used by Intel EPT when CR0.PG=0. */
+#define HVM_PARAM_IDENT_PT 12
+
+/* Device Model domain, defaults to 0. */
+#define HVM_PARAM_DM_DOMAIN 13
+
+#define HVM_NR_PARAMS 14
#endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][linux-2.6.18-xen..hg] Sync hvm/params.h
2008-04-21 18:00 [PATCH][linux-2.6.18-xen..hg] Sync hvm/params.h Ben Guthro
@ 2008-04-21 18:05 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2008-04-21 18:05 UTC (permalink / raw)
To: Ben Guthro, xen-devel
We sync up the whole lot periodically. There's no point in piecemeal
sync'ing stuff that the kernel doesn't even use.
-- Keir
On 21/4/08 19:00, "Ben Guthro" <bguthro@virtualiron.com> wrote:
> This patch syncs up the hvm/params.h public header with what was
> introduced by xen-unstable changesets 17444, and 17404
>
> Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
> diff -r 7f8b544237bf include/xen/interface/hvm/params.h
> --- a/include/xen/interface/hvm/params.h
> +++ b/include/xen/interface/hvm/params.h
> @@ -84,6 +84,12 @@
> /* Boolean: Enable virtual HPET (high-precision event timer)? (x86-only) */
> #define HVM_PARAM_HPET_ENABLED 11
>
> -#define HVM_NR_PARAMS 12
> +/* Identity-map page directory used by Intel EPT when CR0.PG=0. */
> +#define HVM_PARAM_IDENT_PT 12
> +
> +/* Device Model domain, defaults to 0. */
> +#define HVM_PARAM_DM_DOMAIN 13
> +
> +#define HVM_NR_PARAMS 14
>
> #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-21 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 18:00 [PATCH][linux-2.6.18-xen..hg] Sync hvm/params.h Ben Guthro
2008-04-21 18:05 ` Keir Fraser
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.