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=9b16618f6c4b522f0f7c15700a28cc25dbd95743;hpb=60ad6a41c6d0ee08ed689e8505eb0c3df0c2a289;p=palacios.git diff --git a/palacios/include/palacios/vmm_hypercall.h b/palacios/include/palacios/vmm_hypercall.h index 9b16618..58c73f9 100644 --- a/palacios/include/palacios/vmm_hypercall.h +++ b/palacios/include/palacios/vmm_hypercall.h @@ -56,7 +56,7 @@ typedef enum { VNET_HEADER_QUERY_HCALL = 0xe000, // Get the current header for a src/dest pair - HVM_HCALL = 0xf000, + HVM_HCALL = 0xf00d, } hcall_id_t;