VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @59700   9 years vboxsync VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
(edit) @59687   9 years vboxsync VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
(edit) @59652   9 years vboxsync VMM: Build fixes when VBOX_WITH_REM is not defined.
(edit) @59614   9 years vboxsync hm_vmx.h: added posted-interrupt pin-based ctrl value.
(edit) @59603   9 years vboxsync hm_vmx.h: nit.
(edit) @59602   9 years vboxsync VMM/HMVMXR0: Add missing VMCS fields for newer CPUs, renamed some …
(edit) @59601   9 years vboxsync StorageLib: Added VDIfCreateFromVfsStream and VDIfDestroyFromVfsStream …
(edit) @59539   9 years vboxsync Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request state …
(edit) @59538   9 years vboxsync Storage/DrvVD: Add methods to query suspended requests, will be used …
(edit) @59536   9 years vboxsync Storage: Move the suspend on recoverable error handling down to DrvVD …
(edit) @59470   9 years vboxsync Audio: Warn on non-available audio streams based on the host audio …
(edit) @59456   9 years vboxsync build fix
(edit) @59455   9 years vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59448   9 years vboxsync Devices/Storage: More work on the new I/O interface Implement a new …
(edit) @59420   9 years vboxsync Audio/DrvAudio: Use a critical section for (most) driver callbacks.
(edit) @59388   9 years vboxsync kmk incs
(edit) @59375   9 years vboxsync Audio: introduced VERR_AUDIO_BACKEND_INIT_FAILED
(edit) @59368   9 years vboxsync VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM …
(edit) @59352   9 years vboxsync pdmaudioifs.h: PDMIAUDIOCONNECTOR_IID due to removal of pfnInitNull.
(edit) @59348   9 years vboxsync Audio: Implemented dynamic fallback support to NULL audio backends for …
(edit) @59337   9 years vboxsync VBOXEXTPACKREG: Extended with uVBoxFullVersion member and reserved …
(edit) @59305   9 years vboxsync Storage/NVMe: Convert emulation to use PDMIMEDIAEX instead of …
(edit) @59299   9 years vboxsync Hopefully fix last burn when running doxygen
(edit) @59294   9 years vboxsync Another try
(edit) @59292   9 years vboxsync Build fix
(edit) @59291   9 years vboxsync Forgotten files
(edit) @59284   9 years vboxsync Storage: Sketch out new interface for async I/O which will replace …
(edit) @59276   9 years vboxsync Build fix: forgot to commit this.
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59240   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add host flags …
(edit) @59206   9 years vboxsync VMMR3EmtRendezvous: New flag for tricky suspend and poweroff cases: …
(edit) @59204   9 years vboxsync include/VBox/shflsvc.h: fixed wrong SHFL_CF_ACCESS_ATTR_READWRITE value
(edit) @59163   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: make …
(edit) @59138   9 years vboxsync VMM,VM: Allow EMT rendezvous from VMREQFLAGS_PRIORITY callbacks as the …
(edit) @59132   9 years vboxsync VMM: Recursive EMT rendezvous fixes, adding support for recursion from …
(edit) @59126   9 years vboxsync VMMR3EmtRendezvous: Added support for recursion of the ordered and …
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @59074   9 years vboxsync VMM: DBGFR3EventHandlePending stub.
(edit) @59073   9 years vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @59072   9 years vboxsync DBGC: Implemented the DBGC side of the sx* commands. (DBGF isn't quite …
(edit) @59035   9 years vboxsync VBox/VBoxTpG.h: VTG_TYPE_VALID_MASK correction, missing bit 12.
(edit) @59004   9 years vboxsync DBGF,VBoxVMM.d,HM: Split the exit probes and events into an intrusive …
(edit) @59000   9 years vboxsync DBGF: fixed gcc version of DBGF_IS_EVENT_ENABLED.
(edit) @58998   9 years vboxsync HM: Implemented 69 new dtrace probes and DBGF events in the VT-x code.
(edit) @58996   9 years vboxsync CPUM: dtrace library fixes.
(edit) @58995   9 years vboxsync VBox/vmm/dbgf.h: DBGFEVENTTYPE enum value fix. DBGF_IS_EVENT_ENABLED …
(edit) @58993   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @58983   9 years vboxsync Audio: Added support for dynamically enabling/disabling host audio …
(edit) @58979   9 years vboxsync VBoxVMM.d,dbgf.h: Some new DBGF exit events, updated the dtrace …
(edit) @58978   9 years vboxsync VBox/vmm/hm_vmx.h: Added VMX_EXIT_APIC_WRITE (#56).
(edit) @58976   9 years vboxsync VBoxTpG,SUPDrv: Extended VTGDESCPROVIDER again to facilitate HM in …
(edit) @58962   9 years vboxsync VBox/vmm/hm_vmx.h: Added instruction information bit field defintions …
(edit) @58961   9 years vboxsync VBox/vmm/hm_vmx.h: Added instruction information bit field defintions …
(edit) @58938   9 years vboxsync HM,DBGF: Made DBGF notify HM about changes to VMM event and interrupt …
(edit) @58932   9 years vboxsync dbgf.h: typo
(edit) @58920   9 years vboxsync VBoxTpG,SupDrv: Added a per provider enabled probe counter: …
(edit) @58910   9 years vboxsync DBGF: alignment fix.
(edit) @58909   9 years vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58903   9 years vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58891   9 years vboxsync dbgf.h: Extended DBGFEVENTTYPE with a bunch of events that may be …
(edit) @58874   9 years vboxsync Main/Network: adapter enumeration re-worked to use INetCfg with …
(edit) @58795   9 years vboxsync NetAdp/win: build fixes for renaming without a delay (#7973)
(edit) @58794   9 years vboxsync NetAdp/win: Delayed renaming of connections, address generation fix, …
(edit) @58658   9 years vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58601   9 years vboxsync Added VBOXOSTYPE_VBoxBS_x64 with main recommendations.
(edit) @58600   9 years vboxsync Audio: Introduced reference counting for guest audio streams; this …
(edit) @58597   9 years vboxsync iprt/err.h: also consider VBoxNetNAT when talking about clients …
(edit) @58437   9 years vboxsync Main: Added paravirtdebug options.
(edit) @58390   9 years vboxsync VMM/GIM: Implement Hyper-V debug receive thread optimization. Added a …
(edit) @58371   9 years vboxsync DnD/VbglR3: Detect and handle VM session changes and do a reconnect if …
(edit) @58370   9 years vboxsync DnD: Warnings.
(edit) @58344   9 years vboxsync Audio: Fixed suspending/resuming streams on VM pause/unpause.
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58283   9 years vboxsync VMM/GIM: Implemented Hyper-V SINT2 and SIMP faking for making Windows …
(edit) @58257   9 years vboxsync DnD: Added context IDs for all HGCM messages.
(edit) @58231   9 years vboxsync DnD: Added VBOX_DND_CB_MAGIC_MAKE.
(edit) @58230   9 years vboxsync DnD: Bugfixes.
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @58204   9 years vboxsync VBoxGuestLib: Fixed doxygen warnings.
(edit) @58203   9 years vboxsync VBoxGuestR0LibSharedFolders.h: Moved from VBoxGuestLib to …
(edit) @58184   9 years vboxsync VBoxGuestLib: HVBOXCRCTL -> VBGLCRCTLHANDLE.
(edit) @58183   9 years vboxsync VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.
(edit) @58181   9 years vboxsync VBoxGuestLib: Removed misunderstood …
(edit) @58178   9 years vboxsync VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp …
(edit) @58163   9 years vboxsync VMMDev.h: r=bird: Please, don't spread enum values like this ever again.
(edit) @58154   9 years vboxsync Doxygen: fixes
(edit) @58138   9 years vboxsync com/ErrorInfo.h: doxygen warnings.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @58127   9 years vboxsync VMM: No more doxygen warnings here.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58125   9 years vboxsync oops
(edit) @58124   9 years vboxsync include/VBox//*.h: pVM and pVCpu parameter description adjustments.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58113   9 years vboxsync VBoxGuest: Vbgd -> VGDrv, cleanups - will probably not build cleanly …
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58099   9 years vboxsync com/assert.h: Cleanup fixes.
(edit) @58098   9 years vboxsync com/assert.h: Cleanup fixes.
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