* supported guest type
@ 2007-11-15 7:27 Sanket Hase
2007-11-15 7:34 ` Atsushi SAKAI
0 siblings, 1 reply; 2+ messages in thread
From: Sanket Hase @ 2007-11-15 7:27 UTC (permalink / raw)
To: xen-devel; +Cc: xen-users
Heres output of my : xm info
xen412:/usr/412# xm info
host : xen412.ugrad.cs.cmu.edu
release : 2.6.18-xen
version : #1 SMP Mon Oct 29 19:45:43 EDT 2007
machine : i686
nr_cpus : 2
nr_nodes : 1
sockets_per_node : 2
cores_per_socket : 1
threads_per_core : 1
cpu_mhz : 864
hw_caps : 0383fbff:00000000:00000000:00000040
total_memory : 1023
free_memory : 256
xen_major : 3
xen_minor : 1
xen_extra : .0
xen_caps : xen-3.0-x86_32p
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xf5800000
xen_changeset : unavailable
cc_compiler : gcc version 4.1.2 20061115 (prerelease) (Debian
4.1.1-21)
cc_compile_by : root
cc_compile_domain : ugrad.cs.cmu.edu.ugrad.cs.cmu.e
cc_compile_date : Sat Oct 27 23:23:39 EDT 2007
xend_config_format : 4
If you notice supported guest types is xen-3.0-x86_32p thats PAE
enabled guest.
Now, I want to run a 32bit freebsd domU which doesnt have PAE support.
When I try booting this domU i get compatibility error as it is not
PAE enabled.
How do I ensure that domO supports xen-3.0-x86_32 guest along with (
or without xen-3.0-x86_32p )
-Sanket
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: supported guest type
2007-11-15 7:27 supported guest type Sanket Hase
@ 2007-11-15 7:34 ` Atsushi SAKAI
0 siblings, 0 replies; 2+ messages in thread
From: Atsushi SAKAI @ 2007-11-15 7:34 UTC (permalink / raw)
To: Sanket Hase; +Cc: xen-devel, xen-users
Hi,
You need check
xen/arch/x86/setup.c(arch_get_xen_caps())
Anyway You need off CONFIG_X86_PAE.
Thanks
Atsushi SAKAI
Sanket Hase <shase@andrew.cmu.edu> wrote:
> Heres output of my : xm info
>
> xen412:/usr/412# xm info
> host : xen412.ugrad.cs.cmu.edu
> release : 2.6.18-xen
> version : #1 SMP Mon Oct 29 19:45:43 EDT 2007
> machine : i686
> nr_cpus : 2
> nr_nodes : 1
> sockets_per_node : 2
> cores_per_socket : 1
> threads_per_core : 1
> cpu_mhz : 864
> hw_caps : 0383fbff:00000000:00000000:00000040
> total_memory : 1023
> free_memory : 256
> xen_major : 3
> xen_minor : 1
> xen_extra : .0
> xen_caps : xen-3.0-x86_32p
> xen_scheduler : credit
> xen_pagesize : 4096
> platform_params : virt_start=0xf5800000
> xen_changeset : unavailable
> cc_compiler : gcc version 4.1.2 20061115 (prerelease) (Debian
> 4.1.1-21)
> cc_compile_by : root
> cc_compile_domain : ugrad.cs.cmu.edu.ugrad.cs.cmu.e
> cc_compile_date : Sat Oct 27 23:23:39 EDT 2007
> xend_config_format : 4
>
>
> If you notice supported guest types is xen-3.0-x86_32p thats PAE
> enabled guest.
>
> Now, I want to run a 32bit freebsd domU which doesnt have PAE support.
> When I try booting this domU i get compatibility error as it is not
> PAE enabled.
>
> How do I ensure that domO supports xen-3.0-x86_32 guest along with (
> or without xen-3.0-x86_32p )
>
>
> -Sanket
>
> _______________________________________________
> 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:[~2007-11-15 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 7:27 supported guest type Sanket Hase
2007-11-15 7:34 ` Atsushi SAKAI
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.