Displaying 7 results from an estimated 7 matches for "xc_dom_gnttab_hvm_seed".
2015 Oct 01
5
xen and spice problem
...ENTRY: 0000000000100610
xc: detail: PHYSICAL MEMORY ALLOCATION:
xc: detail: 4KB PAGES: 0x0000000000000200
xc: detail: 2MB PAGES: 0x00000000000003f7
xc: detail: 1GB PAGES: 0x0000000000000000
xc: detail: elf_load_binary: phdr 0 at 0x7fab7190a000 -> 0x7fab719bb151
domainbuilder: detail: xc_dom_gnttab_hvm_seed: called, pfn=0xff000
libxl: error: libxl_dm.c:1849:device_model_spawn_outcome: domain 29
device model: spawn failed (rc=-3)
libxl: error: libxl_create.c:1340:domcreate_devmodel_started: device
model did not start: -3
libxl: error: libxl_dm.c:1959:kill_device_model: Device Model already
exited
li...
2015 Oct 01
0
xen and spice problem
...> xc: detail: PHYSICAL MEMORY ALLOCATION:
> xc: detail: 4KB PAGES: 0x0000000000000200
> xc: detail: 2MB PAGES: 0x00000000000003f7
> xc: detail: 1GB PAGES: 0x0000000000000000
> xc: detail: elf_load_binary: phdr 0 at 0x7fab7190a000 -> 0x7fab719bb151
> domainbuilder: detail: xc_dom_gnttab_hvm_seed: called, pfn=0xff000
> libxl: error: libxl_dm.c:1849:device_model_spawn_outcome: domain 29 device
> model: spawn failed (rc=-3)
> libxl: error: libxl_create.c:1340:domcreate_devmodel_started: device model
> did not start: -3
> libxl: error: libxl_dm.c:1959:kill_device_model: Device M...
2013 Jun 30
3
XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM
...0000000000100000->000000000019df48
TOTAL: 0000000000000000->00000000ff000000
ENTRY ADDRESS: 0000000000100000
xc: info: PHYSICAL MEMORY ALLOCATION:
4KB PAGES: 0x0000000000000200
2MB PAGES: 0x00000000000003f7
1GB PAGES: 0x0000000000000002
xc: error: panic: xc_dom_boot.c:388: xc_dom_gnttab_hvm_seed: failed to add
gnttab to physmap [errno=22]
: Internal error
libxl: error: libxl_dm.c:1218:device_model_spawn_outcome: domain 1 device
model: spawn failed (rc=-3)
libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus:
/etc/xen/scripts/vif-bridge add [4567] exited with error status 1
libxl: e...
2013 Jan 10
10
[PATCH v2 1/2] xenconsoled: use grant references instead of map_foreign_range
Grant references for the xenstore and xenconsole shared pages exist, but
currently only xenstore uses these references. Change the xenconsole
daemon to prefer using the grant reference over map_foreign_range when
mapping the shared console ring.
This allows xenconsoled to be run in a domain other than dom0 if set up
correctly - for libxl, the xenstore path /tool/xenconsoled/domid
specifies the
2013 Jul 01
0
[Fwd: Re: XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM]
...0000000000000000->00000000ff000000
>> ENTRY ADDRESS: 0000000000100000
>> xc: info: PHYSICAL MEMORY ALLOCATION:
>> 4KB PAGES: 0x0000000000000200
>> 2MB PAGES: 0x00000000000003f7
>> 1GB PAGES: 0x0000000000000002
>> xc: error: panic: xc_dom_boot.c:388: xc_dom_gnttab_hvm_seed: failed to
>> add
>> gnttab to physmap [errno=22]
>> : Internal error
>
> I think I''ve experience this before. And a fix by Tim / Jan went into
> Xen-unstable to fix this.
>
> Unfortunately I could not get hold of that changeset as it was not
> directly...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh
Rathor at Oracle. The entirety of the design and development was done
by him; I have only reworked, reorganized, and simplified things in a
way that I think makes more sense. The vast majority of the credit
for this effort therefore goes to him. This version is labelled v13
because it is based on his most recent series, v11.