Displaying 4 results from an estimated 4 matches for "__list".
Did you mean:
_list
2011 Aug 15
0
Problem importing virtual disk
...;/usr/lib/xen-common/xapi/sm/blktap2.py", line 557, in list
for row in TapCtl.list(**args):
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 67, in loop
return f(*__t, **__d)
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 271, in list
return list(cls.__list(**args))
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 247, in __list
key, val = field.split(''='')
ValueError: need more than 1 value to unpack
]
I haven''t tried this with a ext type repository yet, but I think I will soon do so. Is what I''...
2015 Nov 04
0
xen/libvirt freeze while attching network-device to vm´s
...k who holds the lock:
(gdb) frame 3
#3 0x00007f793b09cd0c in virMutexLock (m=0x7f78d80edd30) at
util/virthread.c:89 89 pthread_mutex_lock(&m->lock);
(gdb) p *m
$5 = {lock = {__data = {__lock = 2, __count = 0, __owner = 1312,
__nusers = 1, __kind = 512, __spins = 0, __elision = 0, __list =
{__prev = 0x0, __next = 0x0}}, __size =
"\002\000\000\000\000\000\000\000
\005\000\000\001\000\000\000\000\002", '\000' <repeats 21 times>,
__align = 2}}
i switch to frame 21 (LWP1312) i taek a look to the bt:
(gdb) bt
#0 __lll_lock_wait ()
at ../nptl/sysdeps/unix/sysv/l...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...l_list
{
struct __pthread_internal_list *__prev;
struct __pthread_internal_list *__next;
} __pthread_list_t;
typedef union
{
struct __pthread_mutex_s
{
int __lock;
unsigned int __count;
int __owner;
unsigned int __nusers;
int __kind;
int __spins;
__pthread_list_t __list;
} __data;
char __size[40];
long int __align;
} pthread_mutex_t;
typedef union
{
char __size[4];
int __align;
} pthread_mutexattr_t;
typedef union
{
struct
{
int __lock;
unsigned int __futex;
__extension__ unsigned long long int __total_seq;
__extension__ unsigned long...