X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_hypercall.h;h=9b16618f6c4b522f0f7c15700a28cc25dbd95743;hp=e3c7c6f08791abe3866678ef204b8d865ef7d9c1;hb=60ad6a41c6d0ee08ed689e8505eb0c3df0c2a289;hpb=d240aa16811174593dc6e6ca9c796db05948c353 diff --git a/palacios/include/palacios/vmm_hypercall.h b/palacios/include/palacios/vmm_hypercall.h index e3c7c6f..9b16618 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 = 0xf000, } hcall_id_t;