diff vm/vm.h @ 256:6299ccea8a38 src

killing a lot of asserts and turning them into forced executions of Exit, moving the VM into the STOP domain; also use this condition to report failures right on VM start as problems with the disc (patch heavily inspired by Bastien)
author mroi
date Wed, 15 Dec 2004 21:16:58 +0000
parents 9b1b740e3fc9
children 52877d182e96
line wrap: on
line diff
--- a/vm/vm.h	Sat Nov 20 21:10:25 2004 +0000
+++ b/vm/vm.h	Wed Dec 15 21:16:58 2004 +0000
@@ -127,7 +127,7 @@
 dvd_reader_t *vm_get_dvd_reader(vm_t *vm);
 
 /* Basic Handling */
-void vm_start(vm_t *vm);
+int  vm_start(vm_t *vm);
 void vm_stop(vm_t *vm);
 int  vm_reset(vm_t *vm, const char *dvdroot);