* [PATCH] ioemu-stubdom: fix initialization of vm_change_state_head (do not apply to qemu-xen tree)
@ 2008-08-06 10:32 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-08-06 10:32 UTC (permalink / raw)
To: xen-devel
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.
diff -r e3ad36beee7a tools/ioemu/vl.c
--- a/tools/ioemu/vl.c Tue Aug 05 17:42:02 2008 +0100
+++ b/tools/ioemu/vl.c Wed Aug 06 11:10:29 2008 +0100
@@ -7104,8 +7104,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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-06 10:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 10:32 [PATCH] ioemu-stubdom: fix initialization of vm_change_state_head (do not apply to qemu-xen tree) Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.