Displaying 3 results from an estimated 3 matches for "to_stor".
Did you mean:
to_str
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and
preserve elfnotes read by the domain builder. This is handy for a few
things. In particular, I''d like it so that xm can decide whether or
not guest domains support fast resume (if save fails, or for
checkpointing).
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
...mainInfo.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,
''name'': self.info[''name_label''],
''console/limit'': str(xopti...
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