VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77380   6 years vboxsync VMM: Further improvments on the IEM timer polling by making it fully …
(edit) @77370   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77299   6 years vboxsync DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
(edit) @77293   6 years vboxsync x86.h: Added X86_GREG_COUNT similar to the existing X86_SREG_COUNT for …
(edit) @77256   6 years vboxsync Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
(edit) @77253   6 years vboxsync PDM,PGM: -pedantic fixes. bugref:9172
(edit) @77251   6 years vboxsync PDM,PGM: doxygen fixes. bugref:9172
(edit) @77249   6 years vboxsync PDM,PGM: doxygen fixes. bugref:9172
(edit) @77243   6 years vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @77241   6 years vboxsync VMM: Added dev helps for bulk page mapping locking. VMMDev will be …
(edit) @77236   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77233   6 years vboxsync IPRT: Some new FS types.
(edit) @77213   6 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 Fix missing CR0.ET bit in …
(edit) @77153   6 years vboxsync pdmifs.h: fix pfnVBVAMousePointerShape documentation. bugref:9376: …
(edit) @77130   6 years vboxsync pdmifs/DevVGA/DisplayImpl: add screen id to …
(edit) @77122   6 years vboxsync iprt/types.h: Fix for recent FreeBSD versions
(edit) @77119   6 years vboxsync cdefs.h: Explicitly cast the result of RT_BYTE[1..7]() to uint8_t to …
(edit) @77118   6 years vboxsync Runtime: Get rid of the "register" keyword usage as all compilers we …
(edit) @77115   6 years vboxsync Guest Control/Main: Renaming nit.
(edit) @77110   6 years vboxsync RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
(edit) @77109   6 years vboxsync assertcompile.h: Use _Static_assert() when compiling in C mode and …
(edit) @77093   6 years vboxsync Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
(edit) @77069   6 years vboxsync Guest Control/Main: Check flags of …
(edit) @77060   6 years vboxsync VBoxGuest.h: Reverted previous VBGLIOCIDCHGCMFASTCALL_INIT change as …
(edit) @77058   6 years vboxsync VBoxGuest.h: Use VMMDevReq_HGCMCall in VBGLIOCIDCHGCMFASTCALL_INIT. …
(edit) @77056   6 years vboxsync VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
(edit) @77054   6 years vboxsync linux/vboxsf: Started converting the code to use the more efficient …
(edit) @77047   6 years vboxsync iprt/isomaker: Optimized native handle (file descriptor) usage when …
(edit) @77037   6 years vboxsync VBoxGuestLibSharedFoldersInline.h: Updates. bugref:9172
(edit) @77021   6 years vboxsync scsiinline.h: scsiMSF2LBA() needs to subtract 150 from the calculated …
(edit) @77008   6 years vboxsync Runtime/xfsvfs.cpp: Updates
(edit) @76993   6 years vboxsync VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76891   6 years vboxsync DnD: Renamed HOST_DND_HG_EVT_CANCEL -> HOST_DND_HG_CANCEL, fixes for …
(edit) @76886   6 years vboxsync VMM (and related changes): Add support for Shanghai/Zhaoxin CPUs. …
(edit) @76869   6 years vboxsync kmk incs
(edit) @76861   6 years vboxsync Audio/pdfaudioifs.h: More documentation for stream configuration's …
(edit) @76827   6 years vboxsync VMM: Nested VMX: bugref:9180 Nits.
(edit) @76821   6 years vboxsync VMM: Nested VMX: bugref:9180 Do the injection from IEM itself.
(edit) @76728   6 years vboxsync Build fix.
(edit) @76723   6 years vboxsync asm.h: do not use the GCC version of ASMAtomicUoWritePtr for old GCC …
(edit) @76722   6 years vboxsync VMM: Nested VMX: bugref:9180 Fix VMLAUNCH/VMRESUME and VMPTRLD caching …
(edit) @76721   6 years vboxsync os2/VBoxSF,Vbgl: Promoted the fast host request wrappers to generic …
(edit) @76720   6 years vboxsync VBox/VBoxGuestLibSharedFoldersInline.h: updates
(edit) @76719   6 years vboxsync /include/Makefile.kmk: syntax check using the ring-0 driver template too.
(edit) @76718   6 years vboxsync os2/VBoxSF,Vbgl: Promoted the fast host request wrappers to generic …
(edit) @76717   6 years vboxsync os2/VBoxSF,Vbgl: Promoted the fast host request wrappers to generic …
(edit) @76716   6 years vboxsync os2/VBoxSF,Vbgl: Promoted the fast host request wrappers to generic …
(edit) @76694   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Description strings for …
(edit) @76693   6 years vboxsync os2/VBoxSF: Added fallbacks for older hosts that doesn't support …
(edit) @76687   6 years vboxsync GCC/Address sanitiser: do not break pre-compiled headers. bugref:8019: …
(edit) @76683   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Get descriptive string for VMCS state.
(edit) @76678   6 years vboxsync Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
(edit) @76665   6 years vboxsync os2/VBoxSF: Do optimized SHFL_FN_LIST, testing …
(edit) @76644   6 years vboxsync Runtime/fs/xfsvfs: Updates, working on inode parsing [doxygen]
(edit) @76643   6 years vboxsync Runtime/fs/xfsvfs: Updates, working on inode parsing [doxygen]
(edit) @76641   6 years vboxsync Runtime/fs/xfsvfs: Updates, working on inode parsing
(edit) @76638   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Add a diagnostic enum for failing to …
(edit) @76636   6 years vboxsync hm_vmx.h: Changed the virtual VMCS revision ID.
(edit) @76618   6 years vboxsync include/iprt/formats/xfs.h: SCM fix
(edit) @76616   6 years vboxsync Runtime/VFS: Started XFS filesystem parser (not built, committed for …
(edit) @76589   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76561   6 years vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76552   6 years vboxsync hm_vmx.h: VMX MSR description, easier than looking up fixed-0 and …
(edit) @76548   6 years vboxsync VMM/CPUM: Add functions for getting guest CR0, CR4 valid bits mask, in …
(edit) @76512   6 years vboxsync scm,asm*watcom*.h: Added scm option to omit the #pragma once for the …
(edit) @76510   6 years vboxsync VDE build fix. bugref:9344
(edit) @76508   6 years vboxsync iprt/asn1-generator-pass.h: fix. bugref:9344
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76505   6 years vboxsync include/*: Some header guard cleanups in prep for scm rules on the subject.
(edit) @76504   6 years vboxsync VDEPlugSymDefs.h fix
(edit) @76491   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Logging extensively VMX features …
(edit) @76473   6 years vboxsync VRDEImage.h: Doxygen Build fix.
(edit) @76472   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76471   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76470   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76469   6 years vboxsync VMM, CPUM: Use a function to copy SUPHWVIRTMSRS to VMXMSRS and SVMMSRS …
(edit) @76468   6 years vboxsync SUPDrv, VMM: Build fix because on damn Linux we get naming conflicts …
(edit) @76464   6 years vboxsync VMM: Nested VMX: bugref:9180 Fix MSR initialization issue for …
(edit) @76463   6 years vboxsync hm_vmx.h, hm_svm.h: Slightly larger MSRS struct for future expansion.
(edit) @76461   6 years vboxsync SUPDrv: Added an ioctl for fetching hardware-virtualization MSRs.
(edit) @76450   6 years vboxsync disopcode.h: No C++ comments.
(edit) @76442   6 years vboxsync iprt/formats/ntfs.h: Mark 64-bit bitfields with RT_GCC_EXTENSION to …
(edit) @76440   6 years vboxsync iprt/format/udf.h,iprt/formats/pecoff.h: GCC and 16-bit and 8-bit …
(edit) @76438   6 years vboxsync vmm/hm_*.h: Mark 64-bit bitfields with RT_GCC_EXTENSION to make older …
(edit) @76432   6 years vboxsync iprt/errcode.h: Include VERR_GETOPT_UNKNOWN_OPTION. bugref:9344
(edit) @76431   6 years vboxsync iprt/getopt.h: Include errcore.h for VINF_GETOPT_NOT_OPTION. bugref:9344
(edit) @76423   6 years vboxsync iprt/errcore.h: Added some more commonly used status codes. bugref:9344
(edit) @76421   6 years vboxsync VBox/shflsvc.h: Use errcore.h rather than err.h. bugref:9344
(edit) @76419   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76407   6 years vboxsync pdmdev.h: comment. bugref:9344
(edit) @76406   6 years vboxsync VBox/vmm/pdmusb.h: Don't include err.h if not needed, just grab …
(edit) @76405   6 years vboxsync VBox/vmm/pdmusb.h: Don't include err.h if not needed. bugref:9344
(edit) @76404   6 years vboxsync VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in …
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