search for: xen_privileged_guest

Displaying 12 results from an estimated 12 matches for "xen_privileged_guest".

2013 Mar 22
1
xen: how does XEN_PRIVILEGED_GUEST work?
0) The Kconfig symbol XEN_PRIVILEGED_GUEST got added to the mainline Linux repository in v2.6.37. It has never been used. It has always been a nop. 1) Its Kconfig entry is preceded with this comment: # Dummy symbol since people have come to rely on the PRIVILEGED_GUEST # name in tools. What does that mean? 2) On a related note: c...
2013 Mar 22
1
xen: how does XEN_PRIVILEGED_GUEST work?
0) The Kconfig symbol XEN_PRIVILEGED_GUEST got added to the mainline Linux repository in v2.6.37. It has never been used. It has always been a nop. 1) Its Kconfig entry is preceded with this comment: # Dummy symbol since people have come to rely on the PRIVILEGED_GUEST # name in tools. What does that mean? 2) On a related note: c...
2005 Dec 15
1
[PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen tree
...ehuda <mulix@mulix.org> diff -r c1c170a55fe0e97156379d10870aed024ed0012a arch/i386/Kconfig --- a/arch/i386/Kconfig Thu Dec 8 20:50:02 2005 -0700 +++ b/arch/i386/Kconfig Tue Dec 13 20:07:34 2005 +0200 @@ -58,6 +58,7 @@ bool "Xen-compatible" select X86_UP_APIC if !SMP && XEN_PRIVILEGED_GUEST select X86_UP_IOAPIC if !SMP && XEN_PRIVILEGED_GUEST + select SWIOTLB if XEN_PHYSDEV_ACCESS help Choose this option is you plan to run this kernel on top of Xen Hypervisor. @@ -716,8 +717,7 @@ config SWIOTLB bool - depends on X86_PRIVILEGED_GUEST - default y + default n...
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
This patch proposes to remove the XEN_PRIVILEGED_GUEST kernel configuration parameter defined in arch/x86/xen/Kconfig, but used nowhere in the makefiles and source code. This dummy parameter was added 3 years back, and it may make sense to remove it now, as the reasons to use it were not very clear. Signed-off-by: Michael Opdenacker <michael.opden...
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
This patch proposes to remove the XEN_PRIVILEGED_GUEST kernel configuration parameter defined in arch/x86/xen/Kconfig, but used nowhere in the makefiles and source code. This dummy parameter was added 3 years back, and it may make sense to remove it now, as the reasons to use it were not very clear. Signed-off-by: Michael Opdenacker <michael.opden...
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
This patch proposes to remove the XEN_PRIVILEGED_GUEST kernel configuration parameter defined in arch/x86/xen/Kconfig, but used nowhere in the makefiles and source code. This dummy parameter was added 3 years back, and it may make sense to remove it now, as the reasons to use it were not very clear. Signed-off-by: Michael Opdenacker <michael.opden...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...is option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply removing it. Also remove XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0. I compile tested this on a latest pull using an F16 config. The compile succeeded and ''make oldconfig'' only removed these two options as expected. CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y Signed-off-by: Andrew Jones <drjone...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...is option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply removing it. Also remove XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0. I compile tested this on a latest pull using an F16 config. The compile succeeded and ''make oldconfig'' only removed these two options as expected. CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y Signed-off-by: Andrew Jones <drjone...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...is option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply removing it. Also remove XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0. I compile tested this on a latest pull using an F16 config. The compile succeeded and ''make oldconfig'' only removed these two options as expected. CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y Signed-off-by: Andrew Jones <drjone...
2007 Dec 11
0
[PATCH] linux: make gntdev code configurable
...-11 13:29:49.000000000 +0100 @@ -187,6 +187,13 @@ config XEN_NETDEV_FRONTEND dedicated device-driver domain, or your master control domain (domain 0), then you almost certainly want to say Y here. +config XEN_GRANT_DEV + tristate "User-space granted page access driver" + default XEN_PRIVILEGED_GUEST + help + Device for accessing (in user-space) pages that have been granted + by other domains. + config XEN_FRAMEBUFFER tristate "Framebuffer-device frontend driver" depends on XEN && FB Index: head-2007-12-11/drivers/xen/Makefile =========================================...
2007 Dec 13
0
Re: [Xen-changelog] [linux-2.6.18-xen] xen: make gntdev code configurable
...@ -187,6 +187,13 @@ config XEN_NETDEV_FRONTEND > dedicated device-driver domain, or your master control domain > (domain 0), then you almost certainly want to say Y here. > > +config XEN_GRANT_DEV > + tristate "User-space granted page access driver" > + default XEN_PRIVILEGED_GUEST > + help > + Device for accessing (in user-space) pages that have been granted > + by other domains. > + > config XEN_FRAMEBUFFER > tristate "Framebuffer-device frontend driver" > depends on XEN && FB > diff -r 05c57da2fcff -r 9d7607f23070 drivers/...
2009 Dec 16
7
rebased openSUSE dom0 xen patches for 2.6.31
Hi, I have uploaded a new set of rebased openSUSE dom0 xen patches and Gentoo ebuild for 2.6.31 to http://code.google.com/p/gentoo-xen-kernel/downloads/list, Jan Beulich recently identified the cause of the null pointer crash and other stability problems that affected previous versions and with the necessary fixes applied the kernel has run for 2+ days with no issues at all, I think you will find