Re: [Qemu-devel][PATCH] qemu vl.c

2006-12-22 Thread Thiemo Seufer
Stefan Weil wrote: > Windows needs a patch for vl.c to compile (conditional compilation). > It does not know struct sockaddr_un. > > The patch given below also fixes a debug message text and declares > some local functions to be static. This part is optional of course. Thanks, committed. Thiemo

Re: [Qemu-devel][PATCH] qemu vl.c

2006-12-22 Thread Stefan Weil
Windows needs a patch for vl.c to compile (conditional compilation). It does not know struct sockaddr_un. The patch given below also fixes a debug message text and declares some local functions to be static. This part is optional of course. Regards and happy Christmas Stefan Weil Index: vl.c ===