X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=fb91c1dfaace1e18df2e198a049e99b9152bb353;hb=e784113618800cede961f9a86084a96d20179e1c;hp=49e85988fc55b3f9797362e8902d6430ee6674aa;hpb=2501786527fbddda7b8d2ef7218b683b6e21ca83;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 49e8598..fb91c1d 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -219,19 +219,10 @@ v3_mem_mode_t v3_get_vm_mem_mode(struct guest_info * info); const uchar_t * v3_cpu_mode_to_str(v3_cpu_mode_t mode); const uchar_t * v3_mem_mode_to_str(v3_mem_mode_t mode); -int v3_translate_segment(struct guest_info * info, uint16_t selector, struct v3_segment * seg); -void v3_print_guest_state(struct guest_info * info); - -void v3_print_segments(struct v3_segments * segs); -void v3_print_ctrl_regs(struct guest_info * info); -void v3_print_GPRs(struct guest_info * info); - -void v3_print_stack(struct guest_info * info); - #endif /* ! __V3VEE__ */ -void v3_print_guest_state_all(struct v3_vm_info * vm); + #endif