search for: nr_page_tables

Displaying 6 results from an estimated 6 matches for "nr_page_tables".

2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...000 -> 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: 0x000000003fffffff/30: 0x00000000c0000000 -> 0x00000000ffffffff, 1 table(s) nr_page_tables: 0x00000000001fffff/21: 0x00000000c0000000 -> 0x00000000c17fffff, 12 table(s) xc_dom_alloc_segment: page...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...ilder: 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: 0x0000ffffffffffff/48: 0xffff000000000 000 -> 0xffffffffffffffff, 1 table(s) domainbuilder: detail: nr_page_tables: 0x0000007fffffffff/39: 0xffffff8000000 000 -> 0xffffffffffffffff, 1 table(s) domainbuilder: detail: nr_page_tables: 0x000000003fffffff/30: 0xffffffff80000 000 -> 0xffffffffb...
2012 Jun 08
3
cannot boot guest VM
...nbuilder: 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/48: 0xffff000000000000 -> 0xffffffffffffffff, 1 table(s) domainbuilder: detail: nr_page_tables: 0x0000007fffffffff/39: 0xffffff8000000000 -> 0xffffffffffffffff, 1 table(s) domainbuilder: detail: nr_page_tables: 0x000000003fffffff/30: 0xffffffff80000000 -> 0xffffffffbfff...
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 Apr 25
17
[PATCH V3] libxl: write IO ABI for disk frontends
...est_width) { + case 32: /* 32 bit guest */ + protocol = XEN_IO_PROTO_ABI_X86_32; + break; + case 64: /* 64 bit guest */ + protocol = XEN_IO_PROTO_ABI_X86_64; + break; + default: + protocol = NULL; + } + + return protocol; +} + static unsigned long nr_page_tables(struct xc_dom_image *dom, xen_vaddr_t start, xen_vaddr_t end, unsigned long bits) diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h index 50853af..2f32151 100644 --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -637,6 +637,16 @@ int xc_domain_hvm_setcontext(xc_int...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...9a0+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 -> 0x0000ffffffffffff, 1 table(s ) domainbuilder: detail: nr_page_tables: 0x0000007fffffffff/39: 0x0000000000000000 -> 0x0000007fffffffff, 1 table(s ) domainbuilder: detail: nr_page_tables: 0x000000003fffffff/30: 0x0000000000000000 -> 0x000000003f...