Open GoogleCodeExporter opened 8 years ago
I looked at the code some more, and I think it's better if the memory
initialization/cleanup and thread
affinity stuff happens in pill.c. That code is already very Windows-centric,
and any implementation of
a Linux driver will need a completely different entry point and cleanup code
anyway.
So now I propose moving the generic code out of pill.c and into vmx.c (some of
this has already been
happening) and moving the memory allocation/freeing stuff from vmx.c and into
pill.c.
Original comment by jlari...@gmail.com
on 31 May 2010 at 9:04
Original issue reported on code.google.com by
jlari...@gmail.com
on 31 May 2010 at 2:17