* [PATCH 2/2] Arch-specific includes
@ 2007-04-02 19:47 Glauber de Oliveira Costa
0 siblings, 0 replies; 3+ messages in thread
From: Glauber de Oliveira Costa @ 2007-04-02 19:47 UTC (permalink / raw)
To: linux-kernel, virtualist, Rusty Russell
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
All that is left for the architectures, is the room for some specific
definitions.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
[-- Attachment #2: lgarchdefs.patch --]
[-- Type: text/plain, Size: 652 bytes --]
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ i386/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,7 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP - 1024*1024
+
+#endif
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ x86_64/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,11 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+#include <asm/vsyscall.h>
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP
+
+#define BOOT_PGTABLE "boot_level4_pgt"
+
+#endif
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Arch-specific includes
@ 2007-04-02 21:28 ` Glauber de Oliveira Costa
0 siblings, 0 replies; 3+ messages in thread
From: Glauber de Oliveira Costa @ 2007-04-02 21:28 UTC (permalink / raw)
To: linux-kernel, virtualization, Rusty Russell
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
Sorry if this gets resent. My fault ;-)
All that is left for the architectures, is the room for some specific
definitions.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
[-- Attachment #2: lgarchdefs.patch --]
[-- Type: text/plain, Size: 652 bytes --]
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ i386/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,7 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP - 1024*1024
+
+#endif
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ x86_64/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,11 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+#include <asm/vsyscall.h>
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP
+
+#define BOOT_PGTABLE "boot_level4_pgt"
+
+#endif
[-- Attachment #3: Type: text/plain, Size: 189 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Arch-specific includes
@ 2007-04-02 21:28 ` Glauber de Oliveira Costa
0 siblings, 0 replies; 3+ messages in thread
From: Glauber de Oliveira Costa @ 2007-04-02 21:28 UTC (permalink / raw)
To: linux-kernel, virtualization, Rusty Russell
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
Sorry if this gets resent. My fault ;-)
All that is left for the architectures, is the room for some specific
definitions.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
[-- Attachment #2: lgarchdefs.patch --]
[-- Type: text/plain, Size: 652 bytes --]
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ i386/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,7 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP - 1024*1024
+
+#endif
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ x86_64/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,11 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+#include <asm/vsyscall.h>
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP
+
+#define BOOT_PGTABLE "boot_level4_pgt"
+
+#endif
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-02 21:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02 19:47 [PATCH 2/2] Arch-specific includes Glauber de Oliveira Costa
-- strict thread matches above, loose matches on Subject: below --
2007-04-02 21:28 Glauber de Oliveira Costa
2007-04-02 21:28 ` Glauber de Oliveira Costa
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.