Changeset 35816 in vbox for trunk/include/VBox
- Timestamp:
- Feb 1, 2011 3:42:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r35810 r35816 933 933 #define VERR_VMM_RING3_CALL_DISABLED (-2703) 934 934 /** The VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib. 935 * If you just upgraded VirtualBox, please maketerminate all VMs and make sure935 * If you just upgraded VirtualBox, please terminate all VMs and make sure 936 936 * VBoxNetDHCP is not running. Then try again. If this error persists, try 937 937 * re-installing VirtualBox. */ … … 1145 1145 * If you have upgraded VirtualBox recently, please make sure you have 1146 1146 * terminated all VMs and upgraded any extension packs. If this error 1147 * persists, try re-install VirtualBox. */1147 * persists, try re-installing VirtualBox. */ 1148 1148 #define VERR_PDM_DEVINS_VERSION_MISMATCH (-2870) 1149 1149 /** The device helper structure version has changed. … … 1151 1151 * If you have upgraded VirtualBox recently, please make sure you have 1152 1152 * terminated all VMs and upgraded any extension packs. If this error 1153 * persists, try re-install VirtualBox. */1153 * persists, try re-installing VirtualBox. */ 1154 1154 #define VERR_PDM_DEVHLPR3_VERSION_MISMATCH (-2871) 1155 1155 /** The USB device instance structure version has changed. … … 1157 1157 * If you have upgraded VirtualBox recently, please make sure you have 1158 1158 * terminated all VMs and upgraded any extension packs. If this error 1159 * persists, try re-install VirtualBox. */1159 * persists, try re-installing VirtualBox. */ 1160 1160 #define VERR_PDM_USBINS_VERSION_MISMATCH (-2872) 1161 1161 /** The USB device helper structure version has changed. … … 1163 1163 * If you have upgraded VirtualBox recently, please make sure you have 1164 1164 * terminated all VMs and upgraded any extension packs. If this error 1165 * persists, try re-install VirtualBox. */1165 * persists, try re-installing VirtualBox. */ 1166 1166 #define VERR_PDM_USBHLPR3_VERSION_MISMATCH (-2873) 1167 1167 /** The driver instance structure version has changed. … … 1169 1169 * If you have upgraded VirtualBox recently, please make sure you have 1170 1170 * terminated all VMs and upgraded any extension packs. If this error 1171 * persists, try re-install VirtualBox. */1171 * persists, try re-installing VirtualBox. */ 1172 1172 #define VERR_PDM_DRVINS_VERSION_MISMATCH (-2874) 1173 1173 /** The driver helper structure version has changed. … … 1175 1175 * If you have upgraded VirtualBox recently, please make sure you have 1176 1176 * terminated all VMs and upgraded any extension packs. If this error 1177 * persists, try re-install VirtualBox. */1177 * persists, try re-installing VirtualBox. */ 1178 1178 #define VERR_PDM_DRVHLPR3_VERSION_MISMATCH (-2875) 1179 1179 /** Generic device structure version mismatch. … … 1181 1181 * If you have upgraded VirtualBox recently, please make sure you have 1182 1182 * terminated all VMs and upgraded any extension packs. If this error 1183 * persists, try re-install VirtualBox. */1183 * persists, try re-installing VirtualBox. */ 1184 1184 #define VERR_PDM_DEVICE_VERSION_MISMATCH (-2876) 1185 1185 /** Generic USB device structure version mismatch. … … 1187 1187 * If you have upgraded VirtualBox recently, please make sure you have 1188 1188 * terminated all VMs and upgraded any extension packs. If this error 1189 * persists, try re-install VirtualBox. */1189 * persists, try re-installing VirtualBox. */ 1190 1190 #define VERR_PDM_USBDEV_VERSION_MISMATCH (-2877) 1191 1191 /** Generic driver structure version mismatch. … … 1193 1193 * If you have upgraded VirtualBox recently, please make sure you have 1194 1194 * terminated all VMs and upgraded any extension packs. If this error 1195 * persists, try re-install VirtualBox. */1195 * persists, try re-installing VirtualBox. */ 1196 1196 #define VERR_PDM_DRIVER_VERSION_MISMATCH (-2878) 1197 1197 /** @} */ … … 1476 1476 #define VERR_GMM_OUT_OF_MEMORY (-3801) 1477 1477 /** Hit the global allocation limit. 1478 * If you know there is still sufficient memory available, try rais ethe limit. */1478 * If you know there is still sufficient memory available, try raising the limit. */ 1479 1479 #define VERR_GMM_HIT_GLOBAL_LIMIT (-3802) 1480 1480 /** Hit the a VM account limit. */
Note:
See TracChangeset
for help on using the changeset viewer.