Changeset 87624 in vbox
- Timestamp:
- Feb 5, 2021 12:55:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r85121 r87624 1129 1129 1130 1130 uint32_t fRequestor = mpHelpers->pfnGetRequestor(hCall); 1131 /* The next assertion triggers upgrading GAs on some linux guests. Problem is that VBoxService is 1132 restarted after installation but the kernel module hasn't been reloaded, so things are out 1133 of wack. Just reboot. */ 1131 1134 ASSERT_GUEST_LOGREL_MSG_RETURN(fRequestor != VMMDEV_REQUESTOR_LEGACY, 1132 ("Outdated VBoxGuest w/o requestor support. Please update!\n"), 1135 ("Guest is using outdated VBoxGuest w/o requestor support.\n" 1136 "Please update guest additions (or restart guest if you just did)!\n"), 1133 1137 VERR_VERSION_MISMATCH); 1134 1138 ASSERT_GUEST_LOGREL_MSG_RETURN(!(fRequestor & VMMDEV_REQUESTOR_USER_DEVICE), ("fRequestor=%#x\n", fRequestor),
Note:
See TracChangeset
for help on using the changeset viewer.