|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] ioemu-stubdom: fix initialization of vm_c
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1218019122 -3600
# Node ID c329dcc9df04ade9c183bfb696bca37296d80a1f
# Parent bd81792b24b2a12dacfe19141c7f0b87a1473431
ioemu-stubdom: fix initialization of vm_change_state_head
That is actually a no-op since it just sets it to NULL again, but
makes sense.
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
tools/ioemu/vl.c | 2 ++
1 files changed, 2 insertions(+)
diff -r bd81792b24b2 -r c329dcc9df04 tools/ioemu/vl.c
--- a/tools/ioemu/vl.c Wed Aug 06 11:38:20 2008 +0100
+++ b/tools/ioemu/vl.c Wed Aug 06 11:38:42 2008 +0100
@@ -7136,8 +7136,10 @@ int main(int argc, char **argv)
sigaddset(&set, aio_sig_num);
sigprocmask(SIG_BLOCK, &set, NULL);
}
+#endif
QEMU_LIST_INIT (&vm_change_state_head);
+#ifndef CONFIG_STUBDOM
#ifndef _WIN32
{
struct sigaction act;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] ioemu-stubdom: fix initialization of vm_change_state_head,
Xen patchbot-unstable <=
|
|
|
|
|