~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to include/VBox/err.mac

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-12-18 16:44:29 UTC
  • mfrom: (0.3.3 upstream) (0.4.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091218164429-jd34ccexpv5na11a
Tags: 3.1.2-dfsg-1ubuntu1
* Merge from Debian unstable (LP: #498219), remaining changes:
  - Disable update action
    - debian/patches/u01-disable-update-action.dpatch
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
* Fixes the following bugs:
  - Kernel module fails to build with Linux >= 2.6.32 (LP: #474625)
  - X.Org drivers need to be rebuilt against X-Server 1.7 (LP: #495935)
  - The *-source packages try to build the kernel modules even though the
    kernel headers aren't available (LP: #473334)
* Replace *-source packages with transitional packages for *-dkms.
* Adapt u01-disable-update-action.dpatch and u02-lp-integration.dpatch for
  new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
%define VINF_EM_RAW_EMULATE_IO_BLOCK    1140
64
64
%define VERR_EM_INTERPRETER    (-1148)
65
65
%define VERR_EM_INTERNAL_ERROR    (-1149)
66
 
%define VINF_EM_PENDING_REQUEST    (-1150)
 
66
%define VINF_EM_PENDING_REQUEST    1150
67
67
%define VINF_EM_RAW_EMULATE_DBG_STEP    1151
 
68
%define VINF_EM_HWACCM_PATCH_TPR_INSTR    1152
68
69
%define VERR_DBGF_NOT_ATTACHED    (-1200)
69
70
%define VERR_DBGF_ALREADY_ATTACHED    (-1201)
70
71
%define VWRN_DBGF_ALREADY_HALTED    1202
163
164
%define VERR_SSM_INTEGRITY_SIZE    (-1813)
164
165
%define VERR_SSM_INTEGRITY_CRC    (-1814)
165
166
%define VERR_SMM_INTEGRITY_MACHINE    (-1815)
166
 
%define VERR_SSM_INTEGRITY_UNIT_MAGIC    (-1816)
167
 
%define VERR_SSM_INTEGRITY_UNIT_NOT_FOUND    (-1817)
168
 
%define VERR_SSM_INTEGRITY_SIZES    (-1818)
169
 
%define VERR_SSM_INTEGRITY_VBOX_VERSION    (-1819)
170
 
%define VERR_SSM_NO_LOAD_EXEC    (-1820)
171
 
%define VERR_SSM_LOADED_TOO_MUCH    (-1821)
172
 
%define VERR_SSM_INVALID_STATE    (-1822)
173
 
%define VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION    (-1823)
174
 
%define VERR_SSM_DATA_UNIT_FORMAT_CHANGED    (-1824)
175
 
%define VERR_SSM_LOAD_CPUID_MISMATCH    (-1825)
176
 
%define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH    (-1826)
177
 
%define VERR_SSM_LOAD_CONFIG_MISMATCH    (-1827)
178
 
%define VERR_SSM_VIRTUAL_CLOCK_HZ    (-1828)
179
 
%define VERR_SSM_IDE_ASYNC_TIMEOUT    (-1829)
180
 
%define VERR_SSM_STRUCTURE_MAGIC    (-1830)
181
 
%define VERR_SSM_UNEXPECTED_DATA    (-1831)
182
 
%define VERR_SSM_GCPHYS_OVERFLOW    (-1832)
183
 
%define VERR_SSM_GCPTR_OVERFLOW    (-1833)
 
167
%define VERR_SSM_INTEGRITY_HEADER    (-1816)
 
168
%define VERR_SSM_INTEGRITY_UNIT    (-1817)
 
169
%define VERR_SSM_INTEGRITY_UNIT_MAGIC    (-1818)
 
170
%define VERR_SSM_INTEGRITY_UNIT_NOT_FOUND    (-1819)
 
171
%define VERR_SSM_INTEGRITY_VBOX_VERSION    (-1820)
 
172
%define VERR_SSM_INTEGRITY_FOOTER    (-1821)
 
173
%define VERR_SSM_INTEGRITY_REC_HDR    (-1822)
 
174
%define VERR_SSM_INTEGRITY_REC_TERM    (-1823)
 
175
%define VERR_SSM_INTEGRITY_REC_TERM_CRC    (-1824)
 
176
%define VERR_SSM_INTEGRITY_DECOMPRESSION    (-1825)
 
177
%define VERR_SSM_INTEGRITY_DIR    (-1826)
 
178
%define VERR_SSM_INTEGRITY_DIR_MAGIC    (-1827)
 
179
%define VERR_SSM_NO_LOAD_EXEC    (-1830)
 
180
%define VERR_SSM_LOADED_TOO_MUCH    (-1831)
 
181
%define VERR_SSM_INVALID_STATE    (-1832)
 
182
%define VERR_SSM_LOADED_TOO_LITTLE    (-1833)
 
183
%define VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION    (-1840)
 
184
%define VERR_SSM_DATA_UNIT_FORMAT_CHANGED    (-1841)
 
185
%define VERR_SSM_LOAD_CPUID_MISMATCH    (-1842)
 
186
%define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH    (-1843)
 
187
%define VERR_SSM_LOAD_CONFIG_MISMATCH    (-1844)
 
188
%define VERR_SSM_VIRTUAL_CLOCK_HZ    (-1845)
 
189
%define VERR_SSM_IDE_ASYNC_TIMEOUT    (-1846)
 
190
%define VERR_SSM_STRUCTURE_MAGIC    (-1847)
 
191
%define VERR_SSM_UNEXPECTED_DATA    (-1848)
 
192
%define VERR_SSM_GCPHYS_OVERFLOW    (-1849)
 
193
%define VERR_SSM_GCPTR_OVERFLOW    (-1850)
 
194
%define VINF_SSM_VOTE_FOR_ANOTHER_PASS    1851
 
195
%define VINF_SSM_VOTE_DONE_DONT_CALL_AGAIN    1852
 
196
%define VERR_SSM_VOTE_FOR_GIVING_UP    (-1853)
 
197
%define VINF_SSM_DONT_CALL_AGAIN    1854
 
198
%define VERR_SSM_TOO_MANY_PASSES    (-1855)
 
199
%define VERR_SSM_STATE_GREW_TOO_BIG    (-1856)
 
200
%define VERR_SSM_LOW_ON_DISK_SPACE    (-1857)
 
201
%define VERR_SSM_CANCELLED    (-1858)
 
202
%define VERR_SSM_NO_PENDING_OPERATION    (-1859)
 
203
%define VERR_SSM_ALREADY_CANCELLED    (-1860)
 
204
%define VERR_SSM_LIVE_POWERED_OFF    (-1861)
 
205
%define VERR_SSM_LIVE_GURU_MEDITATION    (-1862)
 
206
%define VERR_SSM_LIVE_FATAL_ERROR    (-1863)
 
207
%define VINF_SSM_LIVE_SUSPENDED    1864
184
208
%define VERR_VM_ATRESET_NOT_FOUND    (-1900)
185
209
%define VERR_VM_REQUEST_INVALID_TYPE    (-1901)
186
210
%define VERR_VM_REQUEST_STATE    (-1902)
269
293
%define VINF_IOM_HC_MMIO_READ_WRITE    2625
270
294
%define VINF_VMM_CALL_HOST    2700
271
295
%define VERR_VMM_RING0_ASSERTION    (-2701)
 
296
%define VERR_VMM_HYPER_CR3_MISMATCH    (-2702)
 
297
%define VERR_VMM_RING3_CALL_DISABLED    (-2703)
272
298
%define VERR_PDM_NO_SUCH_LUN    (-2800)
273
299
%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES    (-2801)
274
300
%define VERR_PDM_MISSING_INTERFACE_ABOVE    (-2802)
324
350
%define VERR_PDM_HIF_SHARING_VIOLATION    (-2851)
325
351
%define VERR_PDM_HIF_OPEN_FAILED    (-2852)
326
352
%define VERR_PDM_DEVICE_NO_RT_ATTACH    (-2853)
327
 
%define VERR_PDM_DEVICE_NO_RT_DETACH    (-2854)
 
353
%define VERR_PDM_DRIVER_NO_RT_ATTACH    (-2854)
328
354
%define VERR_PDM_HIF_INVALID_VERSION    (-2855)
329
355
%define VERR_PDM_UNKNOWN_USBREG_VERSION    (-2856)
330
356
%define VERR_PDM_INVALID_USB_REGISTRATION    (-2857)
406
432
%define VERR_SUPDRV_COMPONENT_NOT_FOUND    (-3700)
407
433
%define VERR_SUPDRV_INTERFACE_NOT_SUPPORTED    (-3701)
408
434
%define VERR_SUPDRV_SERVICE_NOT_FOUND    (-3702)
 
435
%define VERR_SUPDRV_KERNEL_TOO_OLD_FOR_VTX    (-3703)
409
436
%define VERR_GMM_SEED_ME    (-3800)
410
437
%define VERR_GMM_OUT_OF_MEMORY    (-3801)
411
438
%define VERR_GMM_HIT_GLOBAL_LIMIT    (-3802)