diff options
Diffstat (limited to 'include/VBox/err.mac')
-rw-r--r-- | include/VBox/err.mac | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/include/VBox/err.mac b/include/VBox/err.mac index 34ebd0682..b4294061c 100644 --- a/include/VBox/err.mac +++ b/include/VBox/err.mac @@ -320,6 +320,8 @@ %define VERR_VMM_RING0_ASSERTION (-2701) %define VERR_VMM_HYPER_CR3_MISMATCH (-2702) %define VERR_VMM_RING3_CALL_DISABLED (-2703) +%define VERR_VMM_R0_VERSION_MISMATCH (-2704) +%define VERR_VMM_RC_VERSION_MISMATCH (-2705) %define VERR_PDM_NO_SUCH_LUN (-2800) %define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801) %define VERR_PDM_MISSING_INTERFACE_ABOVE (-2802) @@ -391,6 +393,16 @@ %define VERR_PDM_TOO_MANY_DEVICE_INSTANCES (-2867) %define VERR_PDM_TOO_MANY_DRIVER_INSTANCES (-2868) %define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES (-2869) +%define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES (-2869) +%define VERR_PDM_DEVINS_VERSION_MISMATCH (-2870) +%define VERR_PDM_DEVHLPR3_VERSION_MISMATCH (-2871) +%define VERR_PDM_USBINS_VERSION_MISMATCH (-2872) +%define VERR_PDM_USBHLPR3_VERSION_MISMATCH (-2873) +%define VERR_PDM_DRVINS_VERSION_MISMATCH (-2874) +%define VERR_PDM_DRVHLPR3_VERSION_MISMATCH (-2875) +%define VERR_PDM_DEVICE_VERSION_MISMATCH (-2876) +%define VERR_PDM_USBDEV_VERSION_MISMATCH (-2877) +%define VERR_PDM_DRIVER_VERSION_MISMATCH (-2878) %define VERR_HGCM_SERVICE_NOT_FOUND (-2900) %define VINF_HGCM_CLIENT_REJECTED 2901 %define VERR_HGCM_INVALID_CMD_ADDRESS (-2902) @@ -457,6 +469,7 @@ %define VERR_VUSB_USBFS_PERMISSION (-3405) %define VERR_VUSB_DEVICE_IS_RESETTING (-3406) %define VERR_VUSB_DEVICE_IS_SUSPENDED (-3407) +%define VERR_VUSB_USB_DEVICE_PERMISSION (-3408) %define VERR_VGA_INVALID_CUSTOM_MODE (-3500) %define VINF_VGA_RESIZE_IN_PROGRESS (3501) %define VERR_INTNET_FLT_IF_NOT_FOUND (-3600) @@ -503,7 +516,8 @@ %define VERR_GMM_CHUNK_NOT_FOUND (-3811) %define VERR_GMM_CHUNK_ALREADY_MAPPED (-3812) %define VERR_GMM_CHUNK_NOT_MAPPED (-3813) -%define VERR_GMM_MEMORY_RESERVATION_DECLINED (-3814) +%define VERR_GMM_TOO_MANY_CHUNK_MAPPINGS (-3814) +%define VERR_GMM_MEMORY_RESERVATION_DECLINED (-3815) %define VERR_GVM_TOO_MANY_VMS (-3900) %define VINF_GVM_NOT_BLOCKED 3901 %define VINF_GVM_NOT_BUSY_IN_GC 3902 @@ -572,4 +586,8 @@ %define VERR_FAM_MONITOR_DIRECTORY_FAILED (-5002) %define VERR_FAM_CONNECTION_LOST (-5003) %define VERR_EXTPACK_UNSUPPORTED_HOST_UNINSTALL (-6000) +%define VERR_EXTPACK_VBOX_VERSION_MISMATCH (-6001) +%define VERR_PCI_PASSTHROUGH_NO_RAM_PREALLOC (-7000) +%define VERR_PCI_PASSTHROUGH_NO_HWACCM (-7001) +%define VERR_PCI_PASSTHROUGH_NO_NESTED_PAGING (-7002) %include "iprt/err.mac" |