]> git.proxmox.com Git - qemu.git/commit
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)
commit19113504dea4504f69d414f72f8a18d3c1a941d5
tree2db47886519fac56a74542f06e2562cae0ff17f9
parent39626c037585b4ad9f83b86854ac14c9b9523db5
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