Displaying 2 results from an estimated 2 matches for "_storedomdetails".
2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
...ls/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Fri Mar 02 12:11:52 2007 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Mon Mar 05 10:30:22 2007 -0700
@@ -775,13 +775,18 @@ class XendDomainInfo:
t.write(''vm'', self.vmpath)
def _storeDomDetails(self):
+ if arch.type == "x86":
+ mp_suspend = 1
+ else:
+ mp_suspend = 0
+
to_store = {
''domid'': str(self.domid),
''vm'': self.vmpath,
'&...
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