Crash recovery and live update support for VM.

This commit is contained in:
Cristiano Giuffrida
2010-07-20 23:03:52 +00:00
parent 0b364d00bc
commit 91a83fe265
7 changed files with 286 additions and 53 deletions

View File

@@ -1058,7 +1058,8 @@
#define VM_RS_MEMCTL (VM_RQ_BASE+42)
# define VM_RS_CTL_ENDPT m1_i1
# define VM_RS_CTL_REQ m1_i2
# define VM_RS_MEM_PIN 0 /* pin memory */
# define VM_RS_MEM_PIN 0 /* pin memory */
# define VM_RS_MEM_MAKE_VM 1 /* make VM instance */
/* Total. */
#define NR_VM_CALLS 43