VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @20037   16 年 vboxsync TPR read/write updates
(edit) @20018   16 年 vboxsync Runtime: Added method for returning the system temporary directory path.
(edit) @20015   16 年 vboxsync S3: error number updates
(edit) @20009   16 年 vboxsync Video HW Accel: guest->host command mechanism fixes
(edit) @20008   16 年 vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @20001   16 年 vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19995   16 年 vboxsync Introduced PDMHasIoApic.
(edit) @19993   16 年 vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 年 vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19984   16 年 vboxsync Some APIC access updates (disabled)
(edit) @19968   16 年 vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19959   16 年 vboxsync pdmifs.h: r=bird: added todos.
(edit) @19952   16 年 vboxsync RTTest: More macros. Made RTTestFailure check for trailing new line to …
(edit) @19951   16 年 vboxsync iprt/getopt.h: sample fix.
(edit) @19944   16 年 vboxsync iprt: Some more RTTest stuff.
(edit) @19942   16 年 vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19928   16 年 vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19927   16 年 vboxsync iprt/path.h: Updated RTPathAppend docs.
(edit) @19926   16 年 vboxsync IPRT: Added RTPathAppend.
(edit) @19924   16 年 vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19906   16 年 vboxsync iprt/thread.h: RTThreadPreemptIsPending
(edit) @19903   16 年 vboxsync Invalidation cleanup
(edit) @19897   16 年 vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19896   16 年 vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19891   16 年 vboxsync VBox/sup.h: Corrected the SUPSemEvent*Close() return code docs.
(edit) @19882   16 年 vboxsync iprt/test.h: Added RTTEST[I]_CHECK_RC and RTTEST[I]_CHECK_RC_OK.
(edit) @19875   16 年 vboxsync HostServices and GuestHost/SharedClipboard: hopefully fixed the broken …
(edit) @19866   16 年 vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19844   16 年 vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19842   16 年 vboxsync SharedClipboard/GuestHost and HostServices/x11: use asynchronous host …
(edit) @19821   16 年 vboxsync TM: TMTimerPoll cleanup.
(edit) @19819   16 年 vboxsync iprt/cdefs.h: DECL_FORCE_INLINE and DECL_NO_INLINE.
(edit) @19816   16 年 vboxsync Forgotten update
(edit) @19812   16 年 vboxsync Implemented HWACCMFlushAllTLBs
(edit) @19810   16 年 vboxsync TM: TMTimerPoll hacking.
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19807   16 年 vboxsync Some more locking updates
(edit) @19762   16 年 vboxsync iprt/asm.h: seems all 4.3.x versions of gcc have troulbe with cmpxchg …
(edit) @19758   16 年 vboxsync dbgf.h: build fix (darwin/gcc401 doesn't like the fancy calculation).
(edit) @19757   16 年 vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19756   16 年 vboxsync iprt/avl.h: added a AVLU32TREE type for the RTAvlU32* API.
(edit) @19755   16 年 vboxsync iprt/cdefs.h: Added RT_FROM_MEMBER.
(edit) @19747   16 年 vboxsync TM: Cleaned up pausing and resuming the clocks.
(edit) @19742   16 年 vboxsync VBox/param.h: Changed VMM_MAX_CPU_COUNT to 32 to match r47343.
(edit) @19738   16 年 vboxsync iprt/asm.h: fixed the atomic operations on handles.
(edit) @19732   16 年 vboxsync Ring 0 logger changes.
(edit) @19730   16 年 vboxsync Backed out 47346
(edit) @19729   16 年 vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19709   16 年 vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19707   16 年 vboxsync GVMM: Count EMTs instead of VMs to determin if we've got company or …
(edit) @19693   16 年 vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19682   16 年 vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19679   16 年 vboxsync Fixed wrong usage of HWACCMR3IsActive.
(edit) @19666   16 年 vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
(edit) @19663   16 年 vboxsync Protect the MM hypervisor heap with a critical section.
(edit) @19660   16 年 vboxsync TM+affected: SMP changes in progress.
(edit) @19654   16 年 vboxsync Main and Devices/absolute mouse: do not send movement events to the …
(edit) @19652   16 年 vboxsync Added GVMMR0SchedPokeEx & GVMMR0SchedWakeUpEx
(edit) @19645   16 年 vboxsync Removed redundant conditions around ASMAtomicCmpXchgU64 and …
(edit) @19639   16 年 vboxsync Disassembler changes for guest SMP
(edit) @19611   16 年 vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19601   16 年 vboxsync Attempt to fix 64-bit Linux builds.
(edit) @19600   16 年 vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19595   16 年 vboxsync Cleanup
(edit) @19593   16 年 vboxsync Split up PDM.
(edit) @19589   16 年 vboxsync Added PDMCritSectGetRecursion
(edit) @19575   16 年 vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19572   16 年 vboxsync Started with ring 0 stack trace dump support.
(edit) @19568   16 年 vboxsync Corrected return type
(edit) @19567   16 年 vboxsync blank line.
(edit) @19562   16 年 vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19561   16 年 vboxsync build fix.
(edit) @19559   16 年 vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19552   16 年 vboxsync GuestHost/SharedClipboard/x11: cleanup
(edit) @19544   16 年 vboxsync iprt/avl.h: added some missing prototypes.
(edit) @19543   16 年 vboxsync iprt/stream.h: Added missing RTStrmError and RTStrmClearError prototypes.
(edit) @19542   16 年 vboxsync iprt/time.h: Added missing RTTimeIsLeapYear prototype.
(edit) @19536   16 年 vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19531   16 年 vboxsync Added RTCritSectGetWaiters
(edit) @19530   16 年 vboxsync Main: decouple xml classes from COM dependencies (part 2)
(edit) @19528   16 年 vboxsync Introduced VMMR3AtomicExecuteHandler
(edit) @19524   16 年 vboxsync iprt/asm.h: try work around gcc 4.3.3/x86 issues in …
(edit) @19520   16 年 vboxsync fix windows burn
(edit) @19519   16 年 vboxsync Main: decouple xml classes from COM dependencies
(edit) @19509   16 年 vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @19508   16 年 vboxsync iprt/system.h: api draft for querying memory installed and available to us.
(edit) @19507   16 年 vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19500   16 年 vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19482   16 年 vboxsync Update
(edit) @19478   16 年 vboxsync Finished up init IPI processing. (untested)
(edit) @19475   16 年 vboxsync VMM: sending init IPI
(edit) @19473   16 年 vboxsync Added PGMIsLockOwner
(edit) @19469   16 年 vboxsync Added PGMIsLocked & PDMCritSectIsLocked.
(edit) @19468   16 年 vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19466   16 年 vboxsync tstVMM,CFGM: Hacked together a TM testcase in tstVMM.
(edit) @19465   16 年 vboxsync iprt/test.h: two typos.
(edit) @19464   16 年 vboxsync HGSMI support makefile fixes, basics for passing ddraw command to host
(edit) @19463   16 年 vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
(edit) @19458   16 年 vboxsync VBox/vm.h: added VMCPU_CMPXCHG_STATE.
(edit) @19454   16 年 vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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