Ulrich Weigand wrote:
> On second thought, now that we don't actually have a timeout handler
> anymore,
The VGA emulation uses a timout...
(should use DGA here, it's a lot faster, but then this IS
a first implementation ;))
> we might as well switch the SIGALRM handler back to automatic
> restart (just set sg_act.sa_flags to SA_RESTART when installing the
> handler). Please make sure that the guest context is then correctly
> saved/restored across the automatic restart (it should be, but you
> never know ...).
How exactly do I check this ?
I can't think of why it would change, anyway...
The system call shouldn't touch it, really.
-- Ramon