From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xensource.com
Subject: Linux v3.10 and a new config option that is not enabled by default ... CONFIG_HYPERVISOR_GUEST=y
Date: Mon, 8 Jul 2013 15:32:04 -0400 [thread overview]
Message-ID: <20130708193204.GH4927@phenom.dumpdata.com> (raw)
If you compiled your kernel and booted under Xen and got:
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0x9db000
(XEN) elf_parse_binary: phdr: paddr=0x1a00000 memsz=0xa30f0
(XEN) elf_parse_binary: phdr: paddr=0x1aa4000 memsz=0x13c00
(XEN) elf_parse_binary: phdr: paddr=0x1ab8000 memsz=0x206000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x1cbe000
(XEN) elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Could not set up DOM0 guest OS
(XEN) ****************************************
(XEN)
(XEN) Reboot in five seconds...
(XEN) Resetting with ACPI MEMORY or I/O RESET_REG.
That is b/c v3.10 has a new config option (CONFIG_HYPERVISOR_GUEST)
which has KVM, Xen, VMWare, etc under it.
So, add this in your .config: CONFIG_HYPERVISOR_GUEST=y
and everything will be back to normal.
reply other threads:[~2013-07-08 19:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130708193204.GH4927@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.