VirtualBox

source: vbox/trunk/include/VBox/err.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @43746   12 years vboxsync VMM: Some naming adjustments.
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @42676   12 years vboxsync IEM: IRET to V8086 (had to try). Set CPUM_CHANGED_FPU_REM. Added …
(edit) @42633   12 years vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42420   12 years vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42396   12 years vboxsync fixed duplicate error codes and regenerated .mac incs
(edit) @42372   12 years vboxsync SELM: Moving the code around and replacing two …
(edit) @42192   12 years vboxsync iSCSI: bug out early if we get only an encrypted initiator secret
(edit) @42039   12 years vboxsync Storage: New return status code when a free block is read
(edit) @41976   12 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41937   12 years vboxsync IEM,EM: We can safely assume that all CPUMCTXCORE and CPUMCTX …
(edit) @41900   12 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41847   12 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41825   12 years vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41753   13 years vboxsync DIS: Read instruction bytes thru DISCPUSTATE::abInstr.
(edit) @41658   13 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41573   13 years vboxsync DBGC: Working on making STRING the inflexible type and SYMBOL the …
(edit) @41561   13 years vboxsync DBGC: Made the parse cope with functions.
(edit) @41559   13 years vboxsync DBGC: More parser fixes, added comma (,) as a argument separator (in …
(edit) @41558   13 years vboxsync DBGC: Hacking the command parsing code.
(edit) @41553   13 years vboxsync Debugger hacking: Moving status codes to VBox/err.h. Changing the mod …
(edit) @41299   13 years vboxsync 19xx not 10xx (VERR_VM_REQUEST_TOO_MANY_ARGS_IPE and two others).
(edit) @41298   13 years vboxsync VBox/err.h: duplicate error codes
(edit) @41147   13 years vboxsync SUPDrv,VMM: Tracepoints in raw-mode.
(edit) @41117   13 years vboxsync SUP,VBoxTpG,++: Initial implementation of generic user module …
(edit) @40878   13 years vboxsync Working on the 64-bit probe argument issue for 32-bit hosts…
(edit) @40818   13 years vboxsync SUPDrv: Added three new IOCtls for talking to the tracer.
(edit) @40756   13 years vboxsync SUP: Working on a generic tracer interface.
(edit) @40713   13 years vboxsync Storage/VDI: Check for out of bounds access when reading from an image
(edit) @40636   13 years vboxsync Implemented VMMR0 static DTrace probes.
(edit) @40405   13 years vboxsync VMM/PDM: Some simple tracepoint infastructure.
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(edit) @39854   13 years vboxsync PDM: Extended the driver chain transformations with a mergeconfig …
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39519   13 years vboxsync VD: API to repair corrupted images
(edit) @39405   13 years vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @38621   13 years vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @37794   13 years vboxsync more PCI passthrough fixes
(edit) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36961   14 years vboxsync Main/USB/linux: return correct error codes and messages if the user …
(edit) @35816   14 years vboxsync wording for error messages
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35592   14 years vboxsync VBox/err.h: duplicate error value (currently unused)
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35184   14 years vboxsync ExtPack: Changed the installed callback so that it can report back …
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33739   14 years vboxsync missing header updates + include.
(edit) @33701   14 years vboxsync SUPLib: Some new hardening APIs (almost done).
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32370   14 years vboxsync VD: Beginnings of the L2 disk cache
(edit) @31491   14 years vboxsync DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
(edit) @30862   14 years vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30783   14 years vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30660   14 years vboxsync Very annoying to return informational codes without hitting …
(edit) @30650   14 years vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30646   14 years vboxsync Reregister all shared modules after VM restore
(edit) @30555   14 years vboxsync VD/Async: Full support for VHD images. VMDK is still in progress
(edit) @30473   14 years vboxsync VMM: First shot at the fatal error misbehavior (PAE).
(edit) @30090   15 years vboxsync Added VERR_VMX_NOT_IN_VMX_ROOT_MODE
(edit) @29954   15 years vboxsync SSM: The I/O thread must wake up the master thread when quitting on …
(edit) @29709   15 years vboxsync Solaris/VBoxNetFltBow: comments, added one error code.
(edit) @29533   15 years vboxsync VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
(edit) @29532   15 years vboxsync VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
(edit) @29345   15 years vboxsync VBoxService,VBox/err.h: Use a dedicated status code for this, …
(edit) @29209   15 years vboxsync More shared paging updates
(edit) @29009   15 years vboxsync Additional information code
(edit) @28982   15 years vboxsync Additional error codes
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28682   15 years vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28636   15 years vboxsync VBox/err.h: wrong FAM error number value
(edit) @28574   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27653   15 years vboxsync VSCSI: New SCSI interpreter component which will replace the old stuff …
(edit) @27459   15 years vboxsync Added VERR_PGM_PHYS_PAGE_BALLOONED
(edit) @26625   15 years vboxsync Large page code cleanup
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26111   15 years vboxsync CFGM: Added CFGMR3ValidateConfig as a replacement for …
(edit) @26066   15 years vboxsync Guest SMP: force all VCPUs to go back to ring 3 when a pgm pool flush …
(edit) @25848   15 years vboxsync CPU hotplug: Merge the third patch. Guest additions interface for the …
(edit) @25313   15 years vboxsync VBox/err.h: comment typo which ends up in error messages
(edit) @24938   15 years vboxsync EM: VINF_EM_SUSPEND should have higher priority than VINF_EM_RESET …
(edit) @24618   15 years vboxsync Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
(edit) @24282   15 years vboxsync PDM: Added missing driver instance checks.
(edit) @24272   15 years vboxsync PDMDevice.cpp: Check the number of devices instances against the max …
(edit) @24027   15 years vboxsync Fail if VT-x or AMD-V are already enabled (Windows 7)
(edit) @23906   15 years vboxsync VBox/err.h: clearification.
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23783   15 years vboxsync SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
(edit) @23764   15 years vboxsync SSM: More structure serialization and deserialization features.
(edit) @23752   15 years vboxsync SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
(edit) @23749   15 years vboxsync SSM: Extending SSMFIELD so it can be used for fixing old …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette