search for: loadelfimag

Displaying 3 results from an estimated 3 matches for "loadelfimag".

Did you mean: loadelfimage
2006 Jun 07
2
[PATCH][RESEND][Builder] Check if v_end wraps around to 0
...ausing builder to crash > > > On 31 May 2006, at 18:53, Puthiyaparambil, Aravindh wrote: > > > An image with VIRT_START and ELF_PADDR_OFFSET equal to 0 and its linker > > entry at 0xffffffff80000000 (Is this is an malformed image?) causes the > > builder to crash in loadelfimage() [line 235] because parray is going > > out of bounds. Output from the builder is show below. What seems to be > > happening is that in setup_guest(), the variable v_end is becoming zero > > after the "for ( nr_pt_pages = 2; ; nr_pt_pages++ )" loop. Also note > >...
2006 May 16
7
Unable to bring up Mini-OS on x86_64
I am getting the following error when I try to bring up Mini-OS on x86_64 Xen (unstable: 9994). It is dying in xc_linux_build() causing xend to fault and restart. Any clue why this happening? Has something changed in the builder that Mini-OS needs to be aware of? PS: I tried reverting changeset 9993 (Allow linking of mini-os with application-specific object code), but still got the same error
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See