Changeset 8325 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Apr 23, 2008 12:34:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r8313 r8325 532 532 533 533 LogRel(("Guest Additions capability report: (0x%x) " 534 " VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s"535 " VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s"536 " VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n",534 "seamless: %s, " 535 "hostWindowMapping: %s, " 536 "graphics: %s\n", 537 537 guestCaps->caps, 538 538 guestCaps->caps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no", … … 563 563 564 564 LogRel(("Guest Additions capability report: (0x%x) " 565 " VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s"566 " VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s"567 " VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n",565 "seamless: %s, " 566 "hostWindowMapping: %s, " 567 "graphics: %s\n", 568 568 pData->guestCaps, 569 569 pData->guestCaps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no", … … 2074 2074 if (pData->fu32AdditionsOk) 2075 2075 { 2076 LogRel(("Guest Additions information report: additionsVersion = 0x%08X 2076 LogRel(("Guest Additions information report: additionsVersion = 0x%08X, osType = 0x%08X\n", 2077 2077 pData->guestInfo.additionsVersion, 2078 2078 pData->guestInfo.osType));
Note:
See TracChangeset
for help on using the changeset viewer.