Introduce os-win32.c and move polling functions from vl.c
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 10 Jun 2010 09:42:17 +0000 (11:42 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Jun 2010 05:49:14 +0000 (08:49 +0300)
commit97c15c8013182bde68e86fa4fa2f583ccd3b57b1
tree2db47886519fac56a74542f06e2562cae0ff17f9
parentf7cd9346ef633bddfdafdf98b257002d070fa50e
Introduce os-win32.c and move polling functions from vl.c

This introduces os-win32.c. It is meant to carry win32 specific
functions thata are not relevant for all of QEMU as well as win32
versions of various pieces like signal handling etc.

Move win32 polling handler helper functions from vl.c to os-win32.c

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Acked-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
os-win32.c [new file with mode: 0644]
vl.c