Displaying 19 results from an estimated 19 matches for "devclass".
Did you mean:
defclass
2011 Feb 04
5
[PATCH] kdump: introduce "reset_devices" command line option
upstream commit 7e96287ddc4f42081e18248b6167041c0908004c
Author: Vivek Goyal <vgoyal@in.ibm.com>
[PATCH] kdump: introduce "reset_devices" command line option
Resetting the devices during driver initialization can be a costly
operation in terms of time (especially scsi devices). This option can be
used by drivers to know that user forcibly wants the devices to
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 c...
2009 Feb 26
4
SXCE104, Cannot boot HVM domain
Hi,
I cannot boot Windows XP domU on SXCE104 dom0.
It was running for weeks..
Is it a known bug?
# virsh start wxpp01 &
# virsh dumpxml wxpp01
<domain type=''xen'' id=''-1''>
<name>wxpp01</name>
<uuid>fb96e8c9-940d-7e0a-12ef-f167a7f1102c</uuid>
<os>
<type>hvm</type>
2009 Dec 02
7
san suport
Hi,
i''m having problems attaching disks from a fc-san to a solaris 10 guest.
xen host ist a opensolaris box "SunOS node1 5.11 snv_127 i86pc i386 i86xpv".
my xen guest is named pg4.
this command works fine.
virsh attach-disk pg4 /dev/dsk/c8t600A0B800029D69A000013CA4B00E1ABd0 hdb
and before i was able to import this volume as a zpool on the xen host - so
connection to this
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
...ain: exce
ption occurred
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1518, in _initDomain
self._createDevices()
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1316, in _createDevices
devid = self._createDevice(devclass, config)
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1292, in _createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "//usr/lib/python/xen/xend/server/DevController.py", line 111, in createDevice
raise VmError("Devic...
2014 Jul 18
0
NUT + devd + FreeBSD
On Mon, Oct 29, 2007 at 9:45 PM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:
> I made the following devd script..
>
> sh
> cd /tmp
> fetch
> mkdir /usr/local/etc/devd
> sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\
> device-name "ugen[0-9]+";\
> match
2011 Apr 12
1
Xen migration fails
...File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line
350, in restore
dominfo.waitForDevices() # Wait for backends to set up
File "usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line
1069, in waitForDevices
self.getDeviceController(devclass).waitForDevices()
File "usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py",
line 140, in waitForDevices
return map(self.waitForDevice, self.deviceIDs())
File "usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py",
line 175, in waitForDevice...
2007 Oct 30
5
NUT + devd + FreeBSD
I made the following devd script..
sh
cd /tmp
fetch
mkdir /usr/local/etc/devd
sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\
device-name "ugen[0-9]+";\
match "vendor" "0x\1";\
match "product" "0x\2";\
action "chown @RUN_AS_GROUP@
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
..., in
log_progress
retval = func(*args, **kwds)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2256, in
_initDomain
self._createDevices()
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1902, in
_createDevices
devid = self._createDevice(devclass, config)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1869, in
_createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "//usr/lib64/python/xen/xend/server/DevController.py", line 94,
in createDevice
self.setupDevice(c...
2009 Jan 26
1
Xen+drbd VmError: Block device must have "phy", "file" or "tap" specified to type
...exception occurred
Traceback (most recent call last):
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2268, in
_initDomain
self._createDevices()
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1902, in
_createDevices
devid = self._createDevice(devclass, config)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1869, in
_createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "//usr/lib64/python/xen/xend/server/DevController.py", line 90,
in createDevice
(devid, back, front)...
2008 Mar 03
1
Live migration problem with xen 3.2
...aceback (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
devid = self._createDevice(devclass, config)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line
1478, in _createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/server/DevController.py",
line 113, in createDevice...
2014 Apr 10
0
Bug#744163: xenstore problems
...most recent call last):
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2914, in _initDomain
self._createDevices()
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2364, in _createDevices
devid = self._createDevice(devclass, config)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2326, in _createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/DevController.py", line 63, in createD...
2008 Sep 23
1
non-page-aligned MMIO BAR found since 3.3
...: exception occurred
Traceback (most recent call last):
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2278, in
_initDomain
self._createDevices()
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1924, in
_createDevices
devid = self._createDevice(devclass, config)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1891, in
_createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "//usr/lib64/python/xen/xend/server/DevController.py", line 94,
in createDevice
self.setupDevice(confi...
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...dev.uhub.4.%desc: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
dev.uhub.4.%driver: uhub
dev.uhub.4.%parent: usb4
dev.uhub.5.%desc: Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2
dev.uhub.5.%driver: uhub
dev.uhub.5.%location: port=0
dev.uhub.5.%pnpinfo: vendor=0x0472 product=0x0065 devclass=0x09 devsubclass=0x00 release=0x0100 sernum=""
dev.uhub.5.%parent: uhub0
dev.ehci.0.%desc: VIA VT6202 USB 2.0 controller
dev.ehci.0.%driver: ehci
dev.ehci.0.%location: slot=16 function=4 handle=\_SB_.PCI0.EHCI
dev.ehci.0.%pnpinfo: vendor=0x1106 device=0x3104 subvendor=0x1106 subdevice=0x3...
2007 Jun 13
2
Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
...od(op, req)
File "/usr/lib/python2.5/site-packages/xen/xend/server/SrvDomain.py",
line 85, in op_wait_for_devices
return self.dom.waitForDevices()
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
544, in waitForDevices
self.getDeviceController(devclass).waitForDevices()
File "/usr/lib/python2.5/site-packages/xen/xend/server/DevController.py",
line 149, in waitForDevices
return map(self.waitForDevice, self.deviceIDs())
File "/usr/lib/python2.5/site-packages/xen/xend/server/DevController.py",
line 164, in waitForDevice...
2010 Sep 07
5
Remus blktap2 issue
...l = func(*args, **kwds)
File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line
2896, in _initDomain
self._createDevices()
File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line
2374, in _createDevices
devid = self._createDevice(devclass, config)
File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line
2336, in _createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File
"/usr/lib64/python2.6/site-packages/xen/xend/server/BlktapController.py",
line 212, in cre...
2010 May 28
13
Error: Device 0 (vif) could notbeconnected. Hotplugscripts not working
Hi All,
I''m having a similar issue as Ian Tobin some weeks ago here:
http://lists.xensource.com/archives/html/xen-users/2010-02/msg00645.html
I''m using Debian Squeeze amd64, downloaded the experimental debian
xen-amd64 kernel with pv_ops support.
linux-headers-2.6.32-5-common-xen_2.6.32-13_amd64.deb
linux-headers-2.6.32-5-xen-amd64_2.6.32-13_amd64.deb
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
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi.
I experimented a bit with collecting entropy from the time it takes for
device_attach() to run (in CPU cycles). It seems that those times have
enough variation that we can use it for entropy harvesting. It happens
even before root is mounted, so pretty early.
On the machine I'm testing it, which has minimal kernel plus NIC driver
I see 75 device_attach() calls. I'm being very careful