- Timestamp:
- Oct 7, 2015 9:26:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
r58014 r58074 173 173 && rcHv == GIM_HV_STATUS_SUCCESS) 174 174 { 175 LogRelMax(1, ("GIM: HyperV: Guest initiated debug data reception\n")); 175 176 rc = gimR3HvHypercallRetrieveDebugData(pVM, GCPhysOut, &rcHv); 176 177 if (RT_FAILURE(rc)) … … 192 193 && rcHv == GIM_HV_STATUS_SUCCESS) 193 194 { 195 LogRelMax(1, ("GIM: HyperV: Guest initiated debug data transmission\n")); 194 196 rc = gimR3HvHypercallPostDebugData(pVM, GCPhysOut, &rcHv); 195 197 if (RT_FAILURE(rc)) … … 232 234 if (!fFlags) 233 235 rcHv = GIM_HV_STATUS_INVALID_PARAMETER; 236 else 237 LogRelMax(1, ("GIM: HyperV: Guest resetting debug session\n")); 234 238 } 235 239 }
Note:
See TracChangeset
for help on using the changeset viewer.