VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @61497   9 年 vboxsync Main/xml/Settings.cpp: more complete audio enable handling fix, should …
(edit) @61413   9 年 vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61386   9 年 vboxsync Audio: Update.
(edit) @61384   9 年 vboxsync VMMDev/Testing: Added a 64-byte readback register with two access …
(edit) @61383   9 年 vboxsync kmk -f Maintenance.kmk incs
(edit) @61352   9 年 vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61348   9 年 vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   9 年 vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61332   9 年 vboxsync Audio: Update.
(edit) @61320   9 年 vboxsync Audio: Update.
(edit) @61317   9 年 vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61316   9 年 vboxsync kmk incs
(edit) @61249   9 年 vboxsync iprt/x86.h: Rename MSR to be more inline with inconsistent Intel docs.
(edit) @61229   9 年 vboxsync iprt/x86.h: Added missing global performance counter control MSRs.
(edit) @61166   9 年 vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 年 vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61150   9 年 vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61145   9 年 vboxsync CPUM: build fix
(edit) @61144   9 年 vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 年 vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61138   9 年 vboxsync Main/Settings: fix default handling for fCableConnected with old …
(edit) @61135   9 年 vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61116   9 年 vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61097   9 年 vboxsync sysfs.h: spec clearification.
(edit) @61091   9 年 vboxsync Audio/AudioMixBuffer: Cache pfnConvTo/pfnConvFrom function pointer for …
(edit) @61072   9 年 vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61070   9 年 vboxsync ASMIsViaCentaurCpu: Don't use the Amd function to check the result. duh.
(edit) @61068   9 年 vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61067   9 年 vboxsync em.h: reverted unintentional commit.
(edit) @61066   9 年 vboxsync CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
(edit) @61058   9 年 vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61057   9 年 vboxsync asmdefs.mac: doc typo.
(edit) @61051   9 年 vboxsync Audio: Forgot new error codes.
(edit) @61050   9 年 vboxsync Audio: Update.
(edit) @61044   9 年 vboxsync apic.h: See r=bird in code.
(edit) @61042   9 年 vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61041   9 年 vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61036   9 年 vboxsync Main/xml/Settings.cpp: fix default for audio adapter enabling, fix …
(edit) @61009   9 年 vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60996   9 年 vboxsync x86: Added two more CPUID bit definitions.
(edit) @60990   9 年 vboxsync DrvAudio.cpp: Replaced the generic VERR_NO_MORE_HANDLES with a …
(edit) @60965   9 年 vboxsync iprt/assert.h: static_assert detection for clang.
(edit) @60964   9 年 vboxsync iprt/cdefs.h: Added RT_CLANG_PREREQ macros. Added RT_NOREF_PV macro …
(edit) @60950   9 年 vboxsync SafeConstGUIDArray: Don't try reference NULL, use 1 instead or clang …
(edit) @60925   9 年 vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60907   9 年 vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60905   9 年 vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60891   9 年 vboxsync TRPM,CPUM: Return to v8086 mode fixes. - We may have entered from …
(edit) @60874   9 年 vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60871   9 年 vboxsync IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
(edit) @60865   9 年 vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60850   9 年 vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60847   9 年 vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60844   9 年 vboxsync iprt/stdint.h: Our visual C++ version (2010) has stdint.h, include it …
(edit) @60843   9 年 vboxsync iprt/cdefs.h: Added RT_MSC_PREREQ, RT_MSC_PREREQ_EX and …
(edit) @60840   9 年 vboxsync docs
(edit) @60804   9 年 vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60799   9 年 vboxsync iprt/asm.h: 16-bit fixes and todos.
(edit) @60786   9 年 vboxsync Main/NATNetwork+NATEngine: simplify settings handling greatly by …
(edit) @60766   9 年 vboxsync Main: XPCOM build fix for previous big change
(edit) @60765   9 年 vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60762   9 年 vboxsync CPUM: Added an atom silvermont CPU profile.
(edit) @60748   9 年 vboxsync doxygen fixes.
(edit) @60747   9 年 vboxsync VBox/GuestHost/GuestControl.h: For the millionth time, either get …
(edit) @60716   9 年 vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60701   9 年 vboxsync com/array.h+com/listerers.h: cleanups, reduce ATL dependency
(edit) @60689   9 年 vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60677   9 年 vboxsync iprt/x86.h: Added X86_PAGE_SIZE and associates aliasing …
(edit) @60667   9 年 vboxsync x86.h: docs
(edit) @60665   9 年 vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60646   9 年 vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60635   9 年 vboxsync IOAPIC uses its own log group.
(edit) @60622   9 年 vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60608   9 年 vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @60603   9 年 vboxsync Assorted compile fixes for FreeBSD
(edit) @60601   9 年 vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 年 vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60560   9 年 vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60542   9 年 vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60534   9 年 vboxsync VMM/APIC: AssertCompile.
(edit) @60510   9 年 vboxsync GuestHost/OpenGL: fixed annoying warning
(edit) @60506   9 年 vboxsync include/VBox/com/defs.h: more build break fixing for XPCOM
(edit) @60504   9 年 vboxsync include/VBox/com/ptr.h: streamline ATL use, whitespace cleanup
(edit) @60485   9 年 vboxsync bs3kit: 8086 friendly 32-bit and 64-bit unsigned integer division.
(edit) @60484   9 年 vboxsync PCBIOS: split up the support.asm file and implemented 32-bit division …
(edit) @60483   9 年 vboxsync build fix (Doxygen comment)
(edit) @60482   9 年 vboxsync iprt/uint64.h: Converted uint128.h to RTUINT64U 64-bit for ancient …
(edit) @60481   9 年 vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60480   9 年 vboxsync SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
(edit) @60440   9 年 vboxsync VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure …
(edit) @60428   9 年 vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60427   9 年 vboxsync Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, …
(edit) @60413   9 年 vboxsync iem.h: docs
(edit) @60412   9 年 vboxsync cpum.h: Added NEC V20/V30 to CPUMMICROARCH.
(edit) @60410   9 年 vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60409   9 年 vboxsync com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 …
(edit) @60406   9 年 vboxsync VMM: doxygen fixes
(edit) @60405   9 年 vboxsync pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK.
(edit) @60404   9 年 vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60398   9 年 vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette