X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_hypercall.h;h=58c73f9de8f491ca6f8006f980dba9179547d89b;hb=4d1d8fadad33de7d3ebce2083d9782048f78b44e;hp=e3c7c6f08791abe3866678ef204b8d865ef7d9c1;hpb=5ed7ab7d688c249301404ced123d6d8ee1b0711a;p=palacios.git diff --git a/palacios/include/palacios/vmm_hypercall.h b/palacios/include/palacios/vmm_hypercall.h index e3c7c6f..58c73f9 100644 --- a/palacios/include/palacios/vmm_hypercall.h +++ b/palacios/include/palacios/vmm_hypercall.h @@ -55,6 +55,8 @@ typedef enum { TIME_RDHTSC_HCALL = 0xd001, //RBX: cpu freq (out) VNET_HEADER_QUERY_HCALL = 0xe000, // Get the current header for a src/dest pair + + HVM_HCALL = 0xf00d, } hcall_id_t;