Samuel Thibault
2008-Aug-06 10:32 UTC
[Xen-devel] [PATCH] ioemu-stubdom: fix initialization of vm_change_state_head (do not apply to qemu-xen tree)
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; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel