Changeset 36201 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
- Timestamp:
- Mar 8, 2011 9:41:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r35989 r36201 436 436 && requestHeader.requestType != VMMDevReq_ReportGuestInfo2 437 437 && requestHeader.requestType != VMMDevReq_ReportGuestInfo 438 && requestHeader.requestType != VMMDevReq_WriteCoreDump) 438 && requestHeader.requestType != VMMDevReq_WriteCoreDump 439 && requestHeader.requestType != VMMDevReq_GetHostVersion) /* Always allow the guest to query the host capabilities. */ 439 440 { 440 441 Log(("VMMDev: guest has not yet reported to us. Refusing operation.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.