VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61560   9 years vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @61544   9 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61532   9 years vboxsync VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, …
(edit) @61523   9 years vboxsync Audio: Update.
(edit) @61515   9 years vboxsync VMM/HM: Report missing/new VT-x's secondary processor-based …
(edit) @61514   9 years vboxsync VMM/HM: Add missing/new VT-x exit reasons, cleanup.
(edit) @61497   9 years vboxsync Main/xml/Settings.cpp: more complete audio enable handling fix, should …
(edit) @61413   9 years vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61384   9 years vboxsync VMMDev/Testing: Added a 64-byte readback register with two access …
(edit) @61383   9 years vboxsync kmk -f Maintenance.kmk incs
(edit) @61352   9 years vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61348   9 years vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61332   9 years vboxsync Audio: Update.
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61316   9 years vboxsync kmk incs
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61145   9 years vboxsync CPUM: build fix
(edit) @61144   9 years vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 years vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61138   9 years vboxsync Main/Settings: fix default handling for fCableConnected with old …
(edit) @61135   9 years vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61091   9 years vboxsync Audio/AudioMixBuffer: Cache pfnConvTo/pfnConvFrom function pointer for …
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61068   9 years vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61067   9 years vboxsync em.h: reverted unintentional commit.
(edit) @61066   9 years vboxsync CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61051   9 years vboxsync Audio: Forgot new error codes.
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @61044   9 years vboxsync apic.h: See r=bird in code.
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61036   9 years vboxsync Main/xml/Settings.cpp: fix default for audio adapter enabling, fix …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60990   9 years vboxsync DrvAudio.cpp: Replaced the generic VERR_NO_MORE_HANDLES with a …
(edit) @60950   9 years vboxsync SafeConstGUIDArray: Don't try reference NULL, use 1 instead or clang …
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60891   9 years vboxsync TRPM,CPUM: Return to v8086 mode fixes. - We may have entered from …
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60871   9 years vboxsync IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60850   9 years vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60840   9 years vboxsync docs
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60786   9 years vboxsync Main/NATNetwork+NATEngine: simplify settings handling greatly by …
(edit) @60766   9 years vboxsync Main: XPCOM build fix for previous big change
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60762   9 years vboxsync CPUM: Added an atom silvermont CPU profile.
(edit) @60748   9 years vboxsync doxygen fixes.
(edit) @60747   9 years vboxsync VBox/GuestHost/GuestControl.h: For the millionth time, either get …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60701   9 years vboxsync com/array.h+com/listerers.h: cleanups, reduce ATL dependency
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60635   9 years vboxsync IOAPIC uses its own log group.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60608   9 years vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60560   9 years vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60534   9 years vboxsync VMM/APIC: AssertCompile.
(edit) @60510   9 years vboxsync GuestHost/OpenGL: fixed annoying warning
(edit) @60506   9 years vboxsync include/VBox/com/defs.h: more build break fixing for XPCOM
(edit) @60504   9 years vboxsync include/VBox/com/ptr.h: streamline ATL use, whitespace cleanup
(edit) @60440   9 years vboxsync VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure …
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60413   9 years vboxsync iem.h: docs
(edit) @60412   9 years vboxsync cpum.h: Added NEC V20/V30 to CPUMMICROARCH.
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60409   9 years vboxsync com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 …
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60405   9 years vboxsync pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK.
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60384   9 years vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @60377   9 years vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60368   9 years vboxsync constant strings with 'const char*' instead of 'char*'
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @60322   9 years vboxsync kmk incs
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60262   9 years vboxsync HostServices/Service.h: Initialize rc.
(edit) @60261   9 years vboxsync HostServices/Service.h: Only copy parameters if a valid parameter …
(edit) @60241   9 years vboxsync usblib.h,SUPDrv: Added missing RTStrPurgeEncoding to SUPDrv so …
(edit) @60238   9 years vboxsync include/VBox/log.h: fix for r106253
(edit) @60219   9 years vboxsync bugref:8249. New API interface ICertificate was added.
(edit) @60209   9 years vboxsync leave out RTStrPurgeEncoding() from USBLibPurgeEncoding for …
(edit) @60177   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add a …
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