search for: xenddevices

Displaying 4 results from an estimated 4 matches for "xenddevices".

Did you mean: enddevices
2007 Nov 06
3
Problem while installing XEN 3.1 on Fedora 6
...line 35, in ? from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "//usr/lib/python/xen/xend/XendCheckpoint.py", line 22, in ? from xen.xend.XendConfig import XendConfig File "//usr/lib/python/xen/xend/XendConfig.py", line 27, in ? from xen.xend.XendDevices import XendDevices File "//usr/lib/python/xen/xend/XendDevices.py", line 22, in ? from xen.xend.server import blkif, netif, tpmif, pciif, iopif, irqif, usbif, vfbif File "//usr/lib/python/xen/xend/server/pciif.py", line 38, in ? xc = xen.lowlevel.xc.xc() xen.lowlevel...
2007 May 14
1
XenDomainInfo.py: Can hang in _releaseDevices.
A section of code does: while True: t = xstransact("%s/device" % self.dompath) for devclass in XendDevices.valid_devices(): for dev in t.list(devclass): try: t.remove(dev) except: # Log and swallow any exceptions in removal -- # there''s nothing more we can do....
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...xen.xend.XendAPIStore - This is a place to put instances of XenAPI objects, xen.xend.XendAPIVersion xen.xend.XendAuthSessions xen.xend.XendBase - Base class for all XenAPI classes xen.xend.XendBootloader xen.xend.XendCheckpoint xen.xend.XendClient xen.xend.XendConfig xen.xend.XendConstants xen.xend.XendDevices xen.xend.XendDmesg - Get dmesg output for this node. xen.xend.XendDomain - Handler for domain operations. xen.xend.XendDomainInfo - Representation of a single domain. xen.xend.XendError xen.xend.XendLocalStorageRepo xen.xend.XendLogging xen.xend.XendMonitor xen.xend.XendNetwork xen.xend.XendNode xe...
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