search for: libxl__confirm_device_model_startup

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

2012 Aug 22
4
config file conflict??
...ows servers at the same time on the same dom0. If I start server 2008 first I can''t start 2012, if I start 2012, I can''t start 2008. The failure is: libxl: error: libxl_device.c:470:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup The config files are almost exactly the same with the exception on one using cpu2 and the other using cpu3, and one using a physical disk and the other a virtual one. 2008: kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1024 # Should be at leas...
2012 Feb 09
7
[PATCH V2 0/3] Set VNC password to QEMU upstream
Anthony PERARD (3): libxl_qmp: Use GC instead of CTX as parameter for _initialize. Provide dm_vnc() as a in libxl helper. libxl: Set VNC password through QMP tools/libxl/libxl_create.c | 2 +- tools/libxl/libxl_dm.c | 32 ++++++++++++++---------- tools/libxl/libxl_internal.h | 7 ++++- tools/libxl/libxl_qmp.c | 55 ++++++++++++++++++++++++++++++----------- 4 files
2011 Jul 07
0
xen-4.1.1, linux-3.0-rc6, xl problem
Does anyone use xen-4.1.1 + linux-3.0-rc6 (vanilla)? when using "xl create" on pv domUs, it fails with libxl: error: libxl_device.c:476:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup However, any one of: - using xm - using HVM domU - using a different dom0 kernel (e.g. 2.6.32 from JF''s git) ... will enable domU to start. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-user...
2012 Feb 08
7
[PATCH] libxl: Set VNC password through QMP
...dm_info->device_model_version == LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN) { libxl__qmp_initializations(ctx, domid); + if (dm_info->vncpasswd) { + libxl__qmp_vnc_password(gc, domid, dm_info->vncpasswd); + } } ret = libxl__confirm_device_model_startup(gc, dm_info, dm_starting); if (ret < 0) { diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 97d91b4..6f7d0d5 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -271,10 +271,8 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc, if (i...
2011 Jul 17
17
Failure to create HVM DomU at Xen 4.1 ( kernel 3.0.0-5-generic) Ubuntu 11.10 (alpha 2)
...00   ENTRY ADDRESS: 0000000000101580 xc: info: PHYSICAL MEMORY ALLOCATION:   4KB PAGES: 0x0000000000000200   2MB PAGES: 0x00000000000003fb   1GB PAGES: 0x0000000000000000 libxl: error: libxl_device.c:476:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jul 17
17
Failure to create HVM DomU at Xen 4.1 ( kernel 3.0.0-5-generic) Ubuntu 11.10 (alpha 2)
...00   ENTRY ADDRESS: 0000000000101580 xc: info: PHYSICAL MEMORY ALLOCATION:   4KB PAGES: 0x0000000000000200   2MB PAGES: 0x00000000000003fb   1GB PAGES: 0x0000000000000000 libxl: error: libxl_device.c:476:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Apr 17
1
Bug#623120: xen-utils-4.1: unable to start non-hvm VMs when using Xen 4.1
...previous book don't come up either). If I try to use xl : # xl create /etc/xen/lithium.vm.carpediem.sh.cfg Parsing config file /etc/xen/lithium.vm.carpediem.sh.cfg libxl: error: libxl_device.c:476:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup There's one line into /var/log/xen/qemu-dm-lithium.vm.carpediem.sh.log (which didn't existed before the xl command): libxl: cannot execute /usr/lib/xen-4.1/lib/qemu-dm: No such file or directory Using xm command, which works perfectly if I boot into 4.0 hypervisor with 2.6.32 kernel: xm c...
2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
Package: xen-utils-4.1 Version: 4.1.3-2 Severity: important Dear Maintainer, Creating a new HVM domU fails with the following error: map shared IO page returned error 22 I've narrowed it down to qemu-dm which fails to start: # /usr/lib/xen-4.1/bin/qemu-dm [...] qemu_map_cache_init nr_buckets = 10000 size 4194304 errno0 = 2 domid = -1 shared page at pfn 0 errno1 = 3 errno2 = 22 map shared IO
2012 Apr 04
10
Unable to boot installation ISO
Hi, I build Xen 4.1.1 on a Gentoo base dom0. Everything is working great. I tried one of Joseph Glanville''s PV-HVM image (debian6) and its working as it should. Now l''im trying to build a Gentoo based domU with then same specs as Joseph''s PV-HVM. I used a copy of the .cfg and adapted to my needs to make the gentoo work. when booting the minimal install image using