X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=af388e3785caf88c48d5f40f8bbf23b3d260d909;hb=639ddb8ebf0b5126a62431fb6a98e257806eebeb;hp=f6bd9cb0e08abffed17c70f06952e1c08541c3ca;hpb=23ce84789706e19275390e4e0183cf4be3f1a045;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index f6bd9cb..af388e3 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -54,7 +54,7 @@ struct v3_intr_state; - +/* per-core state */ struct guest_info { uint64_t rip; @@ -112,7 +112,7 @@ struct guest_info { - +/* shared state across cores */ struct v3_vm_info { v3_vm_class_t vm_class;