search for: getbitsize

Displaying 3 results from an estimated 3 matches for "getbitsize".

Did you mean: getaisize
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...func(*args, **kwds) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 2528, in _constructDomain balloon.free(16*1024, self) # 16MB should be plenty File "/usr/lib/xen-4.0/lib/python/xen/xend/balloon.py", line 112, in free guest_size = dominfo.image.getBitSize() AttributeError: 'NoneType' object has no attribute 'getBitSize' [2010-10-23 17:48:59 1679] DEBUG (XendDomainInfo:3053) XendDomainInfo.destroy: domid=2 [2010-10-23 17:48:59 1679] ERROR (XendDomainInfo:128) Domain construction failed Traceback (most recent call last): File "/...
2010 Dec 29
0
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
I've now reproduced this on a 64-bit squeeze dom0, with a 64-bit squeeze domU; both freshly installed. Has anyone looked at this problem? Should I talk directly to upstream?
2008 Jun 05
1
[LLVMdev] Type safe MVT::ValueType
...larly compares value types using "<" but these are wrong for apints. I plan to fix all these kinds of issues once this patch is in. The struct is named MVT so also plays the role previously played by the namespace. This means that MVT::ValueType -> MVT, and rather than writing MVT::getBitSize(VT) you write VT.getBitSize(). If it passes testing I plan to commit it quickly because this kind of massive patch bitrots fast. So if you have any objections please make them known now! Tests with llvm-g++ show that the new type is a POD. I will check before committing that it doesn't slow c...