File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ union hv_reference_tsc_msr {
197197#define HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE 0x00af
198198#define HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_LIST 0x00b0
199199#define HVCALL_MODIFY_SPARSE_GPA_PAGE_HOST_VISIBILITY 0x00db
200- #define HVCALL_RESTORE_PARTITION_TIME 0x0103
201200#define HVCALL_MMIO_READ 0x0106
202201#define HVCALL_MMIO_WRITE 0x0107
203202
@@ -981,16 +980,4 @@ struct hv_enable_vp_vtl {
981980 u16 mbz1 ;
982981 struct hv_init_vp_context vp_context ;
983982} __packed ;
984-
985- /*
986- * Must match struct hv_input_restore_partition_time in
987- * include/uapi/hyperv/hvgdk_mini.h
988- */
989- struct hv_input_restore_partition_time {
990- u64 partition_id ;
991- u32 tsc_sequence ;
992- u32 reserved ;
993- u64 reference_time_in_100_ns ;
994- u64 tsc ;
995- } __packed ;
996983#endif
You can’t perform that action at this time.
0 commit comments