VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70056   7 years vboxsync VMM: Nested hw.virt: Apply nested-guest TSC offset when executing the …
(edit) @70039   7 years vboxsync Fixed typo: Occurance -> Occurrence.
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @70000   7 years vboxsync VMM: Nested Hw.virt: Make SVM intercept functions smarter. Avoids …
(edit) @69996   7 years vboxsync hm_svm.h: Fixed mismatched doxygen braces
(edit) @69956   7 years vboxsync Audio: Implemented support for dumping raw PCM data if debug mode is …
(edit) @69949   7 years vboxsync Typo.
(edit) @69930   7 years vboxsync VMM/HMSVMR0: Nits.
(edit) @69764   7 years vboxsync VMM: Nested Hw.virt: SVM fixes.
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69730   7 years vboxsync Main: Outlined a possible plan B for the VBoxSDS stuff. [build fix]
(edit) @69729   7 years vboxsync Main: Outlined a possible plan B for the VBoxSDS stuff.
(edit) @69715   7 years vboxsync VMM/HM: Nested Hw.virt: Cache and restore EFER of the nested-guest …
(edit) @69686   7 years vboxsync /include/: darwin header tweaks
(edit) @69497   7 years vboxsync include: scm updates
(edit) @69475   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69408   7 years vboxsync VMM/CPUM: Nested Hw.virt: Fix CPUMSvmVmExitRestoreHostState.
(edit) @69307   7 years vboxsync include/VBox: scm updates w/ correct MIT text
(edit) @69206   7 years vboxsync include: scm cleanups
(edit) @69202   7 years vboxsync Regenerated assmebly includes (kmk -f Maintenance.kmk incs) passing …
(edit) @69181   7 years vboxsync include/VBox/: A couple of license adjustments and other scm cleanups.
(edit) @69179   7 years vboxsync include/VBox/Graphics: Let's try stick to the same MIT license wording …
(edit) @69178   7 years vboxsync VBox/Graphics/VBoxVideoErr.h: No author list.
(edit) @69177   7 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: Shall be dual GPL & CDDL.
(edit) @69160   7 years vboxsync VMM/CPUM: Renamed CPUMSetGuestEferNoCheck.
(edit) @69144   7 years vboxsync VMM: Added CPUMSetGuestEferNoCheck so we can also call it when …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @69055   7 years vboxsync build fix: VGABIOS can't use IPRT types
(edit) @69052   7 years vboxsync DevVGA+VGABIOS: Eliminate the redundant header file parts, using one …
(edit) @69022   7 years vboxsync Additions/linux/drm: move vbox_err.h to …
(edit) @69015   7 years vboxsync Fix up header files for graphics hardware. bugref:9017: Additions/x11: …
(edit) @69002   7 years vboxsync bugref:8674. Added 2 new events into the Progress - "percentage …
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68963   7 years vboxsync VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition. bugref:4567: …
(edit) @68957   7 years vboxsync Build fix (forgot to submit a file).
(edit) @68938   7 years vboxsync Main,VBoxManage: Changed the CPUID override methods on IMachine to …
(edit) @68910   7 years vboxsync VMM/HM: Nested Hw.virt: SVM hardware-assisted execution bits.
(edit) @68861   7 years vboxsync iprt,vboxmanage,manual: Try write the iso maker docs as a docbook …
(edit) @68853   7 years vboxsync VMMR3EmtRendezvous: Pretend we're a single CPU config when called …
(edit) @68851   7 years vboxsync vm.h: Renamed the VM_IS_RUNNING macro to something indicating that it …
(edit) @68848   7 years vboxsync Additions/linux/drm: lots of formatting changes to match kernel style. …
(edit) @68847   7 years vboxsync Additions/x11: global VBoxVideoIPRT.h should not depend on X server …
(edit) @68828   7 years vboxsync ExtPack: Split up main module of extension pack, have a mandatory one …
(edit) @68788   7 years vboxsync include/VBox/vmm/pdmusb.h: include pdmins.h, like pdmdev.h, allowing a …
(edit) @68758   7 years vboxsync vmm/pdmaudioifs.h: Documentation.
(edit) @68757   7 years vboxsync Audio/DrvAudio.cpp: Added optional PDMIHOSTAUDIO::StreamGetPending() …
(edit) @68750   7 years vboxsync vmm/pdmaudioifs.h: Documentation fixes.
(edit) @68699   7 years vboxsync pdmifs.h,Serial: Reworked stream interface. The old design with the …
(edit) @68696   7 years vboxsync VMMDevCoreTypes.h: reorder
(edit) @68691   7 years vboxsync Added 32-bit size hack to VMMDevSeamlessMode in VMMDevCoreTypes.h.
(edit) @68690   7 years vboxsync build fix
(edit) @68688   7 years vboxsync VBoxGuest*.h,VMMDev*.h: use assertcompile.h instead of assert.h.
(edit) @68675   7 years vboxsync include file build fixes (kmk -C include)
(edit) @68672   7 years vboxsync include file build fixes (kmk -C include)
(edit) @68670   7 years vboxsync include file build fixes (kmk -C include)
(edit) @68669   7 years vboxsync include file build fixes (kmk -C include)
(edit) @68668   7 years vboxsync build fix (os2)
(edit) @68667   7 years vboxsync build fix
(edit) @68665   7 years vboxsync build fix
(edit) @68661   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @68660   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @68659   7 years vboxsync Moved the HGCM parameter structures, VMMDEV_EVENT_XXX and …
(edit) @68657   7 years vboxsync Include compile fixes for VBox/HostServices/* - hope this doesn't mess …
(edit) @68656   7 years vboxsync Use VBoxGuestCoreTypes.h instead of VBoxGuest.h in HGCM service headers.
(edit) @68654   7 years vboxsync VBoxGuestR0Lib: Function prefix and DECL macro cleanups.
(edit) @68633   7 years vboxsync Reduce number of VBoxGuest.h includes.
(edit) @68630   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @68628   7 years vboxsync VMMDev2.h -> VMMDevCoreTypes.h
(edit) @68626   7 years vboxsync VBoxGuest2.h: Removed dead file.
(edit) @68623   7 years vboxsync VBoxGuest.h: Dropped the I/O control function flags for indicating …
(edit) @68622   7 years vboxsync VBoxGuest.inc: fixed case of OS/2 driver name (nobody cares, atm, I think).
(edit) @68621   7 years vboxsync dropping VBoxGuest16.h as it is no longer needed. (os2 mouse driver …
(edit) @68616   7 years vboxsync VBoxGuest.h,VMMDev.h: Watcom (C++) adjustments.
(edit) @68608   7 years vboxsync VBoxGuest.h: IDC connect and disconnect I/O control numbers should be …
(edit) @68596   7 years vboxsync VBoxGuest.h: attachdd names are case sensitives, it seems
(edit) @68594   7 years vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68586   7 years vboxsync merging vbglioc r117764: VBoxGuest.h: OS/2 gradd build fix
(edit) @68581   7 years vboxsync merging vbglioc r117759: FreeBSD adjustments and fixes (GAs).
(edit) @68579   7 years vboxsync merging vbglioc r117757: Build fixes for FreeBSD 10.3.
(edit) @68576   7 years vboxsync merging vbglioc r117752: Made VBoxGradd (OS/2) build again.
(edit) @68575   7 years vboxsync merging vbglioc r117751: OS/2 mouse driver related changes.
(edit) @68574   7 years vboxsync merging vbglioc r117750: VMMDev.h: Made 16-bit compatible.
(edit) @68573   7 years vboxsync merging vbglioc r117745: Working on making VBoxGuest.h usable by …
(edit) @68570   7 years vboxsync merging vbglioc r117736: OS/2 adjustments.
(edit) @68565   7 years vboxsync merging vbglioc r117730: solaris adjustments.
(edit) @68561   7 years vboxsync merging vbglioc r117713: Linux code updates and build fixes.
(edit) @68555   7 years vboxsync merging vbglioc r117701: VBoxGueSTR0LibSharedFolders,VBoxGuest.h: …
(edit) @68550   7 years vboxsync merging vbglioc r117689: Initial VBoxGuest I/O control changes.
(edit) @68534   7 years vboxsync Main: IDisplay::DetachScreens stub
(edit) @68532   7 years vboxsync CPUM: Use a valid value for initializing PkgCStateCfgCtrl on Core 2 CPUs.
(edit) @68504   7 years vboxsync VbglR3HGCMCallRaw build fix
(edit) @68502   7 years vboxsync VBoxGuestR3Lib: Fixed clipboard and guest control breakage since r117608.
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68476   7 years vboxsync VBoxGuestLib/HGCM.cpp: cleanups (this is ring-0 code affecting shared …
(edit) @68470   7 years vboxsync PDM: add new PDM device helper for sending a MSI directly (from all …
(edit) @68468   7 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68465   7 years vboxsync VBoxGuestLib: Introducing VbglR3HGCMCall and make everyone use that …
(edit) @68462   7 years vboxsync VBoxGuestLib: Use common VbglR3HGCMDisconnect to disconnect.
(edit) @68458   7 years vboxsync Introducing macros for initializing the VBoxGuestHGCMCallInfo structure.
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