All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] Add flag to start info regarding virtual mapped p2m list
@ 2015-03-03  9:29 Juergen Gross
  2015-03-03 10:01 ` Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Juergen Gross @ 2015-03-03  9:29 UTC (permalink / raw)
  To: keir, Ian.Campbell, andrew.cooper3, ian.jackson, tim,
	david.vrabel, jbeulich, xen-devel
  Cc: Juergen Gross

In order to indicate the Xen tools capability to support the virtual
mapped linear p2m list instead the 3 level mfn tree add a flag to the
start_info page.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 xen/include/public/xen.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index 3703c39..36c6d62 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -777,6 +777,8 @@ typedef struct start_info start_info_t;
 #define SIF_INITDOMAIN    (1<<1)  /* Is this the initial control domain? */
 #define SIF_MULTIBOOT_MOD (1<<2)  /* Is mod_start a multiboot module? */
 #define SIF_MOD_START_PFN (1<<3)  /* Is mod_start a PFN? */
+#define SIF_VIRT_P2M      (1<<4)  /* Does Xen understand a virt. mapped P->M */
+                                  /* making the 3 level tree obsolete?       */
 #define SIF_PM_MASK       (0xFF<<8) /* reserve 1 byte for xen-pm options */
 
 /*
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2015-03-18 11:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03  9:29 [PATCH V2] Add flag to start info regarding virtual mapped p2m list Juergen Gross
2015-03-03 10:01 ` Andrew Cooper
2015-03-03 10:27 ` Jan Beulich
     [not found] ` <54F59ABD02000078000658FB@suse.com>
2015-03-03 10:32   ` Juergen Gross
2015-03-03 10:52     ` Jan Beulich
     [not found]     ` <54F5A0920200007800065932@suse.com>
2015-03-03 11:00       ` Juergen Gross
2015-03-03 11:32         ` Jan Beulich
2015-03-04  8:58     ` Jan Beulich
2015-03-04  9:35       ` Ian Campbell
2015-03-04  9:42         ` Jan Beulich
2015-03-04 10:06           ` Ian Campbell
2015-03-04 10:20             ` Juergen Gross
2015-03-04 10:52               ` Ian Campbell
2015-03-04 11:18                 ` Tim Deegan
2015-03-04 11:22                   ` Juergen Gross
2015-03-04 11:41                     ` Ian Campbell
2015-03-17  5:50                       ` Juergen Gross
2015-03-18  9:59                         ` Ian Campbell
2015-03-18 10:59                           ` Juergen Gross
2015-03-18 11:09                             ` Ian Campbell
2015-03-04 10:59               ` David Vrabel
2015-03-04 11:09                 ` Juergen Gross
2015-03-04 11:18                   ` David Vrabel

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.