Changeset 64310 in vbox for trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
- Timestamp:
- Oct 18, 2016 10:23:35 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r62653 r64310 275 275 276 276 /* Is the system-time struct. already enabled? If so, get flags that need preserving. */ 277 /*uint8_t fFlags = 0; - unused */278 277 GIMKVMSYSTEMTIME SystemTime; 279 278 RT_ZERO(SystemTime); … … 294 293 { 295 294 pKvmCpu->u64SystemTimeMsr = 0; 296 return VERR_CPUM_RAISE_GP_0;295 /* We shouldn't throw a #GP(0) here for buggy guests (neither does KVM apparently), see @bugref{8627}. */ 297 296 } 298 297 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.