jes.soren...@redhat.com wrote: > From: Jes Sorensen <jes.soren...@redhat.com> > > Hi, > > Ok third time lucky ... I hope! This fixes the missing git add on > qemu-options.h as building for win32 using mingw (thanks Paolo!). > > The patches try to clean up the vl.c code by separating out OS > specific code into OS specific files. Basically it is focused on > moving things into os-posix.c for most UNIX/Linux systems, and > os-win32.c for win32 specific bits. > > I have tried to be as careful as I can to not break non Linux support, > but so far the patch has only been tested on Linux. > > Oh and this time without 'I am not very clever' editor backup files! > > Thanks, > Jes
Acked-by: Juan Quintela <quint...@redhat.com> Nice, thanks. Once there, perhaps you want to look about moving osdep.c definitions to os-{posix,win32}.c. And no, that file is not nice either.