search for: xc_dom_alloc_pag

Displaying 9 results from an estimated 9 matches for "xc_dom_alloc_pag".

Did you mean: xc_dom_alloc_page
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...00 (pfn 0x1439 + 0xa0 pages) xc_dom_pfn_to_ptr: domU mapping: pfn 0x1439+0xa0 at 0xb32e7000 xc_dom_do_gunzip: unzip ok, 0x3b899 -> 0x9fc10 xc_dom_alloc_segment: phys2mach : 0xc14d9000 -> 0xc14f9000 (pfn 0x14d9 + 0x20 pages) xc_dom_pfn_to_ptr: domU mapping: pfn 0x14d9+0x20 at 0xb5860000 xc_dom_alloc_page : start info : 0xc14f9000 (pfn 0x14f9) xc_dom_alloc_page : xenstore : 0xc14fa000 (pfn 0x14fa) xc_dom_alloc_page : console : 0xc14fb000 (pfn 0x14fb) nr_page_tables: 0x00000000ffffffff/32: 0x0000000000000000 -> 0xffffffffffffffff, 1 table(s) nr_page_tables: 0x000000003fffff...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...phdr 3 at 0x0x7fdeca15a000 -> 0x0x7fdeca1cd000 domainbuilder: detail: xc_dom_alloc_segment: phys2mach : 0xffffffff81b08 000 -> 0xffffffff824cc000 (pfn 0x1b08 + 0x9c4 pages) domainbuilder: detail: xc_dom_pfn_to_ptr: domU mapping: pfn 0x1b08+0x9c4 at 0x7fdec91c1000 domainbuilder: detail: xc_dom_alloc_page : start info : 0xffffffff824cc 000 (pfn 0x24cc) domainbuilder: detail: xc_dom_alloc_page : xenstore : 0xffffffff824cd 000 (pfn 0x24cd) domainbuilder: detail: xc_dom_alloc_page : console : 0xffffffff824ce 000 (pfn 0x24ce) domainbuilder: detail: nr_page_tables: 0x0000fffffffff...
2012 Jun 08
3
cannot boot guest VM
...xc_dom_do_gunzip: unzip ok, 0x8dcc4c -> 0x1a1c010 domainbuilder: detail: xc_dom_alloc_segment: phys2mach : 0xffffffff83117000 -> 0xffffffff83197000 (pfn 0x3117 + 0x80 pages) domainbuilder: detail: xc_dom_pfn_to_ptr: domU mapping: pfn 0x3117+0x80 at 0x7f3a5cd6f000 domainbuilder: detail: xc_dom_alloc_page : start info : 0xffffffff83197000 (pfn 0x3197) domainbuilder: detail: xc_dom_alloc_page : xenstore : 0xffffffff83198000 (pfn 0x3198) domainbuilder: detail: xc_dom_alloc_page : console : 0xffffffff83199000 (pfn 0x3199) domainbuilder: detail: nr_page_tables: 0x0000ffffffffffff...
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit 8e0da8c07f4f80e14314977a11f738bd74a5b62b). > xl -vvv console sid > xenconsole: Could not read tty from store: No such file or directory I also tried "xl create -c", and it shows console from pygrub but when the "xl create" reaches the end I got the same error: > xenconsole: Could not
2013 Dec 10
7
[PATCH] libxc/arm: Correctly handle the difference between virtual and physical address
xc_dom_alloc_page deals with virtual address not physical address. When an ELF is loaded, virtual address and physical address may be different. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- tools/libxc/xc_dom_arm.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff -...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...etail: elf_load_binary: phdr 0 at 0x0x7f18be2e9000 -> 0x0x7f18bec88f60 domainbuilder: detail: xc_dom_alloc_segment: phys2mach : 0x9a0000 -> 0xaa0000 (pfn 0x9a0 + 0x100 pages) domainbuilder: detail: xc_dom_pfn_to_ptr: domU mapping: pfn 0x9a0+0x100 at 0x7f18be1e9000 domainbuilder: detail: xc_dom_alloc_page : start info : 0xaa0000 (pfn 0xaa0) domainbuilder: detail: xc_dom_alloc_page : xenstore : 0xaa1000 (pfn 0xaa1) domainbuilder: detail: xc_dom_alloc_page : console : 0xaa2000 (pfn 0xaa2) domainbuilder: detail: nr_page_tables: 0x0000ffffffffffff/48: 0x0000000000000000 -> 0x0...
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...ms_pfn; + struct boot_params *bzparams, *bootparams; + + bzparams = dom->kernel_blob; + + elf->dest = xc_dom_seg_to_ptr(dom, &dom->kernel_seg); + elf_load_binary(elf); + if ( dom->parms.bsd_symtab ) + xc_dom_load_elf_symtab(dom, elf, 1); + + bootparams_pfn = xc_dom_alloc_page(dom, "bootparams"); + bootparams = xc_dom_pfn_to_ptr(dom, bootparams_pfn, 1); + memset(bootparams, 0, sizeof(*bootparams)); + + memcpy(&bootparams->hdr, &bzparams->hdr, sizeof(bootparams->hdr)); + + dom->bootparams_pfn = bootparams_pfn; + + return 0; +}...
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...ms_pfn; + struct boot_params *bzparams, *bootparams; + + bzparams = dom->kernel_blob; + + elf->dest = xc_dom_seg_to_ptr(dom, &dom->kernel_seg); + elf_load_binary(elf); + if ( dom->parms.bsd_symtab ) + xc_dom_load_elf_symtab(dom, elf, 1); + + bootparams_pfn = xc_dom_alloc_page(dom, "bootparams"); + bootparams = xc_dom_pfn_to_ptr(dom, bootparams_pfn, 1); + memset(bootparams, 0, sizeof(*bootparams)); + + memcpy(&bootparams->hdr, &bzparams->hdr, sizeof(bootparams->hdr)); + + dom->bootparams_pfn = bootparams_pfn; + + return 0; +}...
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...ms_pfn; + struct boot_params *bzparams, *bootparams; + + bzparams = dom->kernel_blob; + + elf->dest = xc_dom_seg_to_ptr(dom, &dom->kernel_seg); + elf_load_binary(elf); + if ( dom->parms.bsd_symtab ) + xc_dom_load_elf_symtab(dom, elf, 1); + + bootparams_pfn = xc_dom_alloc_page(dom, "bootparams"); + bootparams = xc_dom_pfn_to_ptr(dom, bootparams_pfn, 1); + memset(bootparams, 0, sizeof(*bootparams)); + + memcpy(&bootparams->hdr, &bzparams->hdr, sizeof(bootparams->hdr)); + + dom->bootparams_pfn = bootparams_pfn; + + return 0; +}...