search for: domain_resume

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

2008 Mar 24
0
i386 VM on x86_64 host in Xen
...39;, 'frontend-id': '1'} to /local/domain/0/backend/vif/1/0. [2008-03-24 18:33:29 xend.XendDomainInfo 19801] DEBUG (XendDomainInfo:1623) XendDomainInfo.resumeDomain: devices created [2008-03-24 18:33:29 xend.XendDomainInfo 19801] ERROR (XendDomainInfo:1628) XendDomainInfo.resume: xc.domain_resume failed on domain 1. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1625, in resumeDomain xc.domain_resume(self.domid, fast) Error: (1, 'Internal error', "Couldn't map p2m_frame_list_list") [2008-03-...
2008 May 08
8
[Patch 4/4]: Xend interface for HVM S3
[Patch 4/4]: Xend interface for HVM S3 - extend "xm resume <domid>" to be able to S3 resume HVM domain. - when user issue "xm resume" command for HVM domain, xend will use xc lib API to call HVMOP_s3_resume hypercall. Note: it may not appropriate use xm resume for HVM s3, since xm resume is originally designed for save/restor purpose. It will be fine that
2010 May 06
0
Problem to suspend/resume vm...
...iled" % string.join(cmd)) XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed [2010-05-06 12:29:59 2040] ERROR (XendDomain:963) Exception occurred when resuming Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 956, in domain_resume paused = start_paused) File "usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 358, in restore raise exn XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed I run Xen 4.0.0 on Debian Lenny with 2.6.18.8-xen kernel... Anybody has same problem??? Than...
2010 May 06
0
Problem to suspend/resume vm...
...iled" % string.join(cmd)) XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed [2010-05-06 12:29:59 2040] ERROR (XendDomain:963) Exception occurred when resuming Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 956, in domain_resume paused = start_paused) File "usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 358, in restore raise exn XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed I run Xen 4.0.0 on Debian Lenny with 2.6.18.8-xen kernel... Anybody has same problem??? Than...
2008 Mar 03
1
Live migration problem with xen 3.2
...''paravirtualised'', ''dev'': ''sda1'', ''uname'': ''phy:/dev/mapper/webdavroot-part1'', ''mode'': ''w''} [2008-03-03 10:12:52 15205] ERROR (XendDomainInfo:1950) XendDomainInfo.resume: xc.domain_resume failed on domain 6. Traceback (most recent call last): File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 1944, in resumeDomain self._createDevices() File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 1506, in _createDevices devi...
2007 Aug 28
6
[PATCH] Make XEN_DOMCTL_destroydomain hypercall continuable.
...d_by_controller; @@ -335,7 +335,7 @@ static inline struct domain *rcu_lock_cu struct domain *get_domain_by_id(domid_t dom); void domain_destroy(struct domain *d); -void domain_kill(struct domain *d); +int domain_kill(struct domain *d); void domain_shutdown(struct domain *d, u8 reason); void domain_resume(struct domain *d); void domain_pause_for_debugger(void); -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Jun 21
1
Xen LVM DRBD live migration
...t'': ''1''} [2009-06-21 11:35:44 xend 4686] DEBUG (blkif:27) exception looking up device number for xvda: [Errno 2] No such file or directory: ''/dev/xvda'' [2009-06-21 11:35:44 xend.XendDomainInfo 4686] ERROR (XendDomainInfo:1699) XendDomainInfo.resume: xc.domain_resume failed on domain 3. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1693, in resumeDomain self.createDevices() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1750, in createDevi...
2012 Dec 12
2
[PATCH v7 1/2] xen: unify domain locking in domctl code
These two patches were originally part of the XSM series that I have posted, and remain prerequisites for that series. However, they are independent of the XSM changes and are a useful simplification regardless of the use of XSM. The Acked-bys on these patches were provided before rebasing them over the copyback changes in 26268:1b72138bddda, which had minor conflicts that I resolved. [PATCH
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...t = build_post(ctx, domid, info, state, vments, localents); - if (ret) goto out; + if (ret) + goto out; dm_info->saved_state = NULL; if (info->hvm) { @@ -380,28 +395,36 @@ out: } errno = esave; + libxl_free_all(&gc); return ret; } int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid) { + libxl_gc gc = LIBXL_INIT_GC(ctx); + int rc = 0; + if (is_hvm(ctx, domid)) { XL_LOG(ctx, XL_LOG_DEBUG, "Called domain_resume on " "non-cooperative hvm domain %u", domid); - return ERROR_NI; +...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and