X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_hypercall.h;h=a7c79f2399609a8af107fb6b5ef3d547e2a03741;hb=38da2b23c0abc7bfc6743784b01ba45eefada77d;hp=8a7fc5d0141ffa64416509667814d5f100f84910;hpb=63fc27a4eedc44a349cf8fde14e4c1b2401b4100;p=palacios.git diff --git a/palacios/include/palacios/vmm_hypercall.h b/palacios/include/palacios/vmm_hypercall.h index 8a7fc5d..a7c79f2 100644 --- a/palacios/include/palacios/vmm_hypercall.h +++ b/palacios/include/palacios/vmm_hypercall.h @@ -50,7 +50,8 @@ typedef enum { TELEMETRY_HCALL = 0x3001, // no args BALLOON_START_HCALL = 0xba00, // RAX: size BALLOON_QUERY_HCALL = 0xba01, // RCX: req_pgs(out), RDX: alloc_pgs(out) - OS_DEBUG_HCALL = 0xc0c0 // RBX: msg_gpa, RCX: msg_len, RDX: buf_is_va (flag) + OS_DEBUG_HCALL = 0xc0c0, // RBX: msg_gpa, RCX: msg_len, RDX: buf_is_va (flag) + TIME_CPUFREQ_HCALL = 0xd000 //RCX: cpu freq (out) } hcall_id_t;