search for: launch_vm

Displaying 10 results from an estimated 10 matches for "launch_vm".

Did you mean: launch_t
2008 Aug 27
2
[PATCH] libxc: Use vcpu_guest_context_any_t instead of two pages
...om, page_size * 2 /* fixme */ ); - memset(ctxt, 0, page_size * 2); - if ( (rc = dom->arch_hooks->vcpu(dom, ctxt)) != 0 ) + memset(&ctxt, 0, sizeof(ctxt)); + if ( (rc = dom->arch_hooks->vcpu(dom, &ctxt)) != 0 ) return rc; xc_dom_unmap_all(dom); - rc = launch_vm(dom->guest_xc, dom->guest_domid, ctxt); + rc = launch_vm(dom->guest_xc, dom->guest_domid, &ctxt); return rc; } _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jan 23
1
SETVCPUCONTEXT failed
Hi guys, I cannot get my domU''s to boot. My current setup is as follows: Xen: 4.0.1 Dom0: Debian with custom linux 2.6.32.27 Xen kernel DomU: Same kernel as Dom0 When I try to start the VM, I just get: Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') And /var/log/xend.log says: [2011-01-23 15:36:01 3201] DEBUG (XendDomainInfo:101) > XendDomainInfo.create([''vm'', [''name'', ''testVM''], [''memory'', ''128''], > [&...
2011 Jan 23
1
SETVCPUCONTEXT failed
Hi guys, I cannot get my domU''s to boot. My current setup is as follows: Xen: 4.0.1 Dom0: Debian with custom linux 2.6.32.27 Xen kernel DomU: Same kernel as Dom0 When I try to start the VM, I just get: Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') And /var/log/xend.log says: [2011-01-23 15:36:01 3201] DEBUG (XendDomainInfo:101) > XendDomainInfo.create([''vm'', [''name'', ''testVM''], [''memory'', ''128''], > [&...
2010 Jan 09
3
101th domU fails to start with "SETVCPUCONTEXT failed"
...there, We (a small hosting community) are running a steadily growing number of Xen domUs on a quad dualcore Xeon server with 64GB ram. We''ve got 100 running domUs at the moment. Trying to create a new one results in this error: Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') If I shut down another domain, I can create one again, but the limit seems to be 100 domUs. Each domU has one network interface and one or two disk devices (raid-1 md device consisting of two iscsi luns). Version of Xen is rather old: 3.2.1-amd64 (Debi...
2007 Feb 17
0
[PATCH] Fix xm vcpu-set command for when wrong number of VCPU is given
...ID Mem VCPUs State Time(s) Domain-0 0 942 2 r----- 76.2 vm1 256 0 0.0 # xm start vm1 Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') Usage: xm start <DomainName> Start a Xend managed domain -p, --paused Do not unpause domain after starting it This patch checks the number of VCPU given by the xm vcpu-set command. # xm list Name...
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...llocated malloc : 5273 kB anon mmap : 0 bytes mapped file mmap : 2532 kB domU mmap : 5152 kB arch_setup_bootlate: shared_info: pfn 0x0, mfn 0x1ff shared_info_x86_32: called vcpu_x86_32: called vcpu_x86_32: cr3: pfn 0x14fc mfn 0x1d11b launch_vm: called, ctxt=0x80744cb4 xc_dom_release: called xend.log: [2008-10-16 17:57:05 4936] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''EFW_22''], [''memory'', 128], [''vcpus'', 1], [''on_xe...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...ail: domU mmap : 21392 kB domainbuilder: detail: arch_setup_bootlate: shared_info: pfn 0x0, mfn 0xbaa6f domainbuilder: detail: shared_info_x86_64: called domainbuilder: detail: vcpu_x86_64: called domainbuilder: detail: vcpu_x86_64: cr3: pfn 0x24cf mfn 0x37dded domainbuilder: detail: launch_vm: called, ctxt=0x7fff224e4ea0 domainbuilder: detail: xc_dom_release: called Daemon running with PID 4639 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.5.7-gentoo (root@majordomo) (gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pi...
2012 Jun 08
3
cannot boot guest VM
...detail: domU mmap : 33 MB domainbuilder: detail: arch_setup_bootlate: shared_info: pfn 0x0, mfn 0x95b9e domainbuilder: detail: shared_info_x86_64: called domainbuilder: detail: vcpu_x86_64: called domainbuilder: detail: vcpu_x86_64: cr3: pfn 0x319a mfn 0x2125d7 domainbuilder: detail: launch_vm: called, ctxt=0x7fffdec2f5b0 domainbuilder: detail: xc_dom_release: called libxl: debug: libxl_device.c:183:libxl__device_disk_set_backend: Disk vdev=xvda spec.backend=qdisk libxl: debug: libxl_dm.c:996:libxl__create_device_model: Spawning device-model /usr/lib/xen/bin/qemu-system-i386 with argumen...
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
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...etail: domU mmap : 10920 kB domainbuilder: detail: arch_setup_bootlate: shared_info: pfn 0x0, mfn 0x587bb domainbuilder: detail: shared_info_x86_64: called domainbuilder: detail: vcpu_x86_64: called domainbuilder: detail: vcpu_x86_64: cr3: pfn 0xaa3 mfn 0x5dd0b domainbuilder: detail: launch_vm: called, ctxt=0x7fffa9ec8e90 domainbuilder: detail: xc_dom_release: called Unable to attach console Daemon running with PID 1395 __END__ And the output of xl info: __START__ host : xentest2012 release : 3.3.2-1-ARCH version : #1 SMP PREEMPT Sat Apr 1...