projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
630ecca
0ec329d
)
Merge remote branch 'qemu-kvm/uq/master' into staging
author
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 16 Feb 2011 14:47:07 +0000
(08:47 -0600)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 16 Feb 2011 14:47:07 +0000
(08:47 -0600)
1
2
cpus.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
cpus.c
index 2d920907e0a4cc54637d16afbf139f5a9dd69248,468544cc3ab47353a3900ccb121615f7abbc9bc6..0f339459a59700e49faa3b4453279e19dfc2441c
---
1
/
cpus.c
---
2
/
cpus.c
+++ b/
cpus.c
@@@
-409,13
-687,12
+687,14
@@@
int qemu_init_main_loop(void
/* Note eventfd must be drained before signalfd handlers run */
ret = qemu_event_init();
- if (ret)
+ if (ret)
{
return ret;
+ }
- qemu_cond_init(&qemu_
pause
_cond);
+ qemu_cond_init(&qemu_
cpu
_cond);
qemu_cond_init(&qemu_system_cond);
+ qemu_cond_init(&qemu_pause_cond);
+ qemu_cond_init(&qemu_work_cond);
qemu_mutex_init(&qemu_fair_mutex);
qemu_mutex_init(&qemu_global_mutex);
qemu_mutex_lock(&qemu_global_mutex);