summaryrefslogtreecommitdiff
path: root/include/VBox/err.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be more in li...vboxsync2022-12-061-1/+1
* SUP: Check inherited handles in bugging VM processes. bugref:10294vboxsync2022-10-061-0/+4
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* VBox/err.h: Added VERR_RECORDING_ENCODING_FAILED to indicate that a codec fai...vboxsync2022-08-111-0/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* CFGM: bugref:9469 Password data type introducedvboxsync2021-12-171-0/+2
* Shared Clipboard/Transfers: Added VERR_SHCLPB_EVENT_ID_NOT_FOUND; the transfe...vboxsync2021-12-031-2/+4
* SUP: Added SUPR3INIT_F_DRIVERLESS as a forced driverless option and an associ...vboxsync2021-12-021-0/+4
* VMM: Nested VMX: bugref:10092 Try not to fail if nested-guest CR3 is invalid ...vboxsync2021-11-301-2/+0
* VMM: Nested VMX: bugref:10092 Adjust PGM APIs and translate nested-guest CR3 ...vboxsync2021-11-291-0/+2
* VMM: Nested VMX: bugref:10092 Purge VINF_PGM_CHANGE_MODE, no longer used.vboxsync2021-11-181-4/+0
* VMM/NEM-linux: Some very early bits. bugref:9044vboxsync2021-11-161-0/+2
* VMM: Reworked most of the call-ring-3 stuff into setjmp-longjmp-on-assert and...vboxsync2021-11-121-10/+0
* VMM: Removed the callring-3 API and some of the associated stuff. bugref:10093vboxsync2021-11-121-2/+0
* VMM/GMM: Removed all the legacy mode code (disabled everywhere since r146982)...vboxsync2021-11-061-3/+0
* VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves lots of ...vboxsync2021-11-011-0/+2
* VMM/NEM,PGM: First bunch changes for watered down guest memory managment for ...vboxsync2021-10-191-0/+2
* VMM: Purge VINF_TRPM_XCPT_DISPATCHED, no longer used anywhere.vboxsync2021-10-061-7/+5
* VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid PAE PDP...vboxsync2021-10-061-0/+2
* VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members that are ...vboxsync2021-08-111-0/+2
* VMM/PDM: Tighten read/write critical section code a bit. bugref:6695vboxsync2021-08-021-0/+8
* VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in ring-0. b...vboxsync2021-07-301-0/+2
* VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because 7200..7299 was a...vboxsync2021-07-301-22/+22
* VMM: Implementing blocking on critical sections in ring-0 HM context (actual ...vboxsync2021-07-281-0/+2
* HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call limits. T...vboxsync2021-07-191-1/+4
* VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition in VMM...vboxsync2021-07-121-0/+2
* VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. Currently do...vboxsync2021-07-021-0/+2
* VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025vboxsync2021-06-151-0/+2
* Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and maybe ...vboxsync2021-05-031-0/+5
* Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to differentiate ...vboxsync2021-04-221-22/+36
* Intel IOMMU: bugref:9967 err.h: Need one more IPE.vboxsync2021-04-191-11/+13
* DrvHostAudioPulse: Implemented basic device enumeration. bugref:9890vboxsync2021-04-131-0/+2
* VMM/TM: Moved the timers off the hyper heap. Replaced the relative offset add...vboxsync2021-02-181-0/+24
* AMD IOMMU: bugref:9654 Optimize address translation a tad bit. Avoid re-check...vboxsync2021-01-291-7/+9
* AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.vboxsync2021-01-291-0/+2
* VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with SVM. F...vboxsync2021-01-261-0/+8
* VMM/HMSVM: Some new status codes related to some upcoming HMR0A.asm changes.vboxsync2021-01-211-0/+8
* VMM: More owner handling code for bugref:9837vboxsync2020-12-271-0/+4
* VMM/DBGF: Started implementing the breakpoint owner management, bugref:9837vboxsync2020-12-191-0/+2
* AMD IOMMU: bugref:9654 Ensure the DTE falls within the device table segment l...vboxsync2020-10-301-10/+14
* VMM/DBGF: Implement L2 binary search tree node insertion and walking the tree...vboxsync2020-10-281-8/+18
* VMM/DBGF: Start implementing support for int3 breakpoints, bugref:9837vboxsync2020-10-251-0/+4
* VMM/DBGF: Updates to the new breakpoint manager, implement global breakpoint ...vboxsync2020-10-251-0/+10
* include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager which ...vboxsync2020-10-211-0/+5
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. ​bugref:9822 [bu...vboxsync2020-09-131-0/+2
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822vboxsync2020-09-131-2/+3
* AMD IOMMU: bugref:9654 The caller (IOAPIC) might need to distinguish between ...vboxsync2020-06-171-3/+5
* AMD IOMMU: bugref:9654 Interrupt remapping bits.vboxsync2020-05-261-6/+8
* AMD IOMMU: bugref:9654 MSI Interrupt remapping bits.vboxsync2020-05-251-3/+5