VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @23714   15 years vboxsync SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
(edit) @23709   15 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
(edit) @23151   15 years vboxsync VBox/err.h,VMM: VMR3Save should be mostly done now.
(edit) @22884   15 years vboxsync SSM: Added cancellation support (SSMR3Cancel). Needed by the state …
(edit) @22807   15 years vboxsync SSM: sketched out cancellation and handling of VMs powering off and stuff.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22792   15 years vboxsync SSM: Live snapshot and migration coding.
(edit) @22609   15 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22334   15 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21927   15 years vboxsync SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes.
(edit) @21653   15 years vboxsync TPR patching updates
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20869   15 years vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20743   15 years vboxsync VBox/err.h: Removed VINF_SVM_PREEMPT_PENDING and …
(edit) @20670   15 years vboxsync Solaris/USB: bits.
(edit) @20604   16 years vboxsync err: unintended duplicate, see r18389
(edit) @20520   16 years vboxsync Added VINF_EM_RAW_EMULATE_DBG_STEP
(edit) @20406   16 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20158   16 years vboxsync Extra VCPU checks. Attempt to fix alignment issue
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19478   16 years vboxsync Finished up init IPI processing. (untested)
(edit) @19406   16 years vboxsync GVMM: Added interfaces for Poking a single VCpu and for …
(edit) @19290   16 years vboxsync VBox/err.h,*/err.mac: Added VERR_INVALID_VM_HANDLE, …
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @17775   16 years vboxsync Storage/VMDK: implement creating/writing (slightly relaxed append …
(edit) @17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
(edit) @17432   16 years vboxsync PGM,GMM: Filling in missing bits and fixing some bugs.
(edit) @17282   16 years vboxsync Added VINF_EM_RAW_EMULATE_IO_BLOCK
(edit) @17235   16 years vboxsync Added VERR_PGM_NO_CR3_SHADOW_ROOT
(edit) @16827   16 years vboxsync Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15503   16 years vboxsync SSM, CPUM: Moved the GCPtr/GCPhys sizes into the file header instead …
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15284   16 years vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @14806   16 years vboxsync #3202: config and VT-X/software mix errors.
(edit) @14494   16 years vboxsync #1865: PGMR0DynMap - retry with smaller segments if one big one is …
(edit) @14363   16 years vboxsync #1865: ring-0 mapping cache, code in progress.
(edit) @14332   16 years vboxsync SUPDrv,SUPLib: generic ring-0 service interface.
(edit) @13703   16 years vboxsync VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
(edit) @13702   16 years vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13515   16 years vboxsync Added VERR_HWACCM_SUSPEND_PENDING
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @12079   16 years vboxsync More specific error messages for unexpected VT-x failures.
(edit) @11046   16 years vboxsync Storage: Theoretically functional iSCSI backend.
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10530   16 years vboxsync Implemented trunk and flag matching when opening a network.
(edit) @10375   16 years vboxsync Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
(edit) @10069   16 years vboxsync Fixed two SSM error messages.
(edit) @9772   16 years vboxsync fixed break.
(edit) @9767   16 years vboxsync Some new error codes for internal networking.
(edit) @9590   17 years vboxsync Extra error codes
(edit) @9448   17 years vboxsync Added VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE
(edit) @8797   17 years vboxsync New DBGF interface for digging into the guts of the guest OS kernel.
(edit) @8543   17 years vboxsync Corrected the error code for that core code 'allocation' failure.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7475   17 years vboxsync VERR_VMX_MSR_LOCKED_OR_DISABLED
(edit) @7474   17 years vboxsync VERR_VMX_MSR_LOCKED
(edit) @7473   17 years vboxsync VERR_VMX_INIT_CPUS_FAILED added
(edit) @7415   17 years vboxsync More error codes for vt-x
(edit) @7284   17 years vboxsync webservice: forgot err.h commit
(edit) @7155   17 years vboxsync Huge cleanup/error checking/logging improvement of the VMDK code. …
(edit) @6358   17 years vboxsync DrvISCSI: report error for misconfigured targets. Previously we hit a …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5846   17 years vboxsync another clashes.
(edit) @5845   17 years vboxsync r=bird: fixed clashes.
(edit) @5811   17 years vboxsync Add error codes and logging group for pdm async completion
(edit) @5758   17 years vboxsync webservice: implement session timeout + garbage collector; fix …
(edit) @5667   17 years vboxsync Debugger interface for searching memory. Fixed a const mixup.
(edit) @5513   17 years vboxsync webservice: add authentication for logon.
(edit) @5167   17 years vboxsync New halt method.
(edit) @5142   17 years vboxsync More GMM code.
(edit) @5135   17 years vboxsync More GMM code.
(edit) @5126   17 years vboxsync Solaris
(edit) @5113   17 years vboxsync VERR_GMM_PAGE_NOT_PRIVATE
(edit) @5105   17 years vboxsync GMM status codes.
(edit) @4971   17 years vboxsync GVM.
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4722   17 years vboxsync VINF_EM_NO_MEMORY.
(edit) @4077   17 years vboxsync Renamed to VERR_VMX_IN_VMX_ROOT_MODE
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4068   17 years vboxsync Added VERR_VMX_IN_VMX_OPERATION_MODE
(edit) @3857   17 years vboxsync PDMUsb - work in progress.
(edit) @3749   17 years vboxsync Added VERR_SVM_DISABLED
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3298   17 years vboxsync Added VERR_VMX_VMXON_FAILED
(edit) @3291   17 years vboxsync More error codes for VMX and SVM
(edit) @3208   17 years vboxsync No need for VINF_IOM_HC_IOPORT_READWRITE afterall
(edit) @3204   17 years vboxsync Added VINF_IOM_HC_IOPORT_READWRITE (again)
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
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