VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @14266   16 年 vboxsync VBoxGuest.h: doxygen
(edit) @14246   16 年 vboxsync ASMAtomicSubS32/U32.
(edit) @14244   16 年 vboxsync PGMR0DynMap: flushing macbook air code.
(edit) @14222   16 年 vboxsync Main/Settings: Docs.
(edit) @14214   16 年 vboxsync Additions/Guest Library: add R3 property wait API
(edit) @14207   16 年 vboxsync Additions/Guest Library: add an HGCM call with timeout
(edit) @14179   16 年 vboxsync Add defines for SCSI status codes. Useful for fine-grained error handling.
(edit) @14167   16 年 vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14135   16 年 vboxsync x86.h: made the unions start with the unsigned integer view to …
(edit) @14126   16 年 vboxsync Corrected SVM_EVENT_NMI
(edit) @14118   16 年 vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14115   16 年 vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14106   16 年 vboxsync Added dummy HWACCMR3InjectNMI.
(edit) @14105   16 年 vboxsync HostServices/GuestProperties: fixed a burn
(edit) @14104   16 年 vboxsync HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
(edit) @14073   16 年 vboxsync asm.h: ASMAtomicXchgR3Ptr, ASMAtomicXchgR0Ptr, ASMAtomicXchgRCPtr.
(edit) @14072   16 年 vboxsync MM: The 64-bit MSC warning hunt continues.
(edit) @14070   16 年 vboxsync CFGM: 64-bit MSC warning hunt.
(edit) @14063   16 年 vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14054   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14052   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14051   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14045   16 年 vboxsync com/array.h: More noisy 64-bit MSC warnings.
(edit) @14043   16 年 vboxsync com/array.h: Fixed some very noisy 64-bit MSC warnings.
(edit) @14037   16 年 vboxsync compiler/msc.h: shut up warning.
(edit) @14023   16 年 vboxsync iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
(edit) @14021   16 年 vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14013   16 年 vboxsync RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
(edit) @14007   16 年 vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @14006   16 年 vboxsync VERR_END_OF_STRING/VINF_END_OF_STRING.
(edit) @13995   16 年 vboxsync doxygen
(edit) @13991   16 年 vboxsync #1865: More PGM cleanup.
(edit) @13988   16 年 vboxsync typo
(edit) @13975   16 年 vboxsync Even more debugger fixes.
(edit) @13972   16 年 vboxsync Fixes for the debugger.
(edit) @13971   16 年 vboxsync HostServices/GuestProperties: added blocking waits for notifications
(edit) @13970   16 年 vboxsync PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
(edit) @13960   16 年 vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13956   16 年 vboxsync Main, FE/Qt: Added support for safe arrays of enums.
(edit) @13954   16 年 vboxsync Wrong place, backed out.
(edit) @13953   16 年 vboxsync Update
(edit) @13952   16 年 vboxsync Extra macro's
(edit) @13937   16 年 vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
(edit) @13931   16 年 vboxsync iprt/assert.h: Added AssertGCPtr32.
(edit) @13928   16 年 vboxsync HostServices/GuestProperties: clean-up
(edit) @13927   16 年 vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13926   16 年 vboxsync Correct a few minor typos in comments. No content changes.
(edit) @13925   16 年 vboxsync Correct 2 typos in comments. No content changes.
(edit) @13916   16 年 vboxsync HostServices/GuestProperties: added guest notification querying
(edit) @13908   16 年 vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13898   16 年 vboxsync Moved more data to VMCPU.
(edit) @13890   16 年 vboxsync hgcmsvc.h: copy and paste typo
(edit) @13883   16 年 vboxsync Moved more data around.
(edit) @13879   16 年 vboxsync SMP updates for VT-x/AMD-V.
(edit) @13873   16 年 vboxsync Updates
(edit) @13872   16 年 vboxsync Pass the VMCPU id on to all hwaccm functions.
(edit) @13871   16 年 vboxsync VMMR0EntryFast: Always validate idCpu.
(edit) @13868   16 年 vboxsync hgcmsvc.h: some evil C++
(edit) @13860   16 年 vboxsync SharedClipboard (HostServices and Main): fixed a warning fix
(edit) @13858   16 年 vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13856   16 年 vboxsync Main: typos
(edit) @13847   16 年 vboxsync SharedClipboard (HostServices and Main): fixed a warning by devious means
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 年 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13833   16 年 vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13831   16 年 vboxsync VMM: Retired VM::pVMGCUnused.
(edit) @13830   16 年 vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13827   16 年 vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13815   16 年 vboxsync Some RTGCPTR32 cleanup.
(edit) @13813   16 年 vboxsync #1865: Final VMM cleanups.
(edit) @13800   16 年 vboxsync HWACCMIsEnabled(a) -> HWACCMIsEnabled(pVM)
(edit) @13796   16 年 vboxsync VMM: some adjustments.
(edit) @13791   16 年 vboxsync Moving data around
(edit) @13786   16 年 vboxsync linux/32 build fix
(edit) @13785   16 年 vboxsync More updates
(edit) @13784   16 年 vboxsync Removed some obsolete VM members.
(edit) @13782   16 年 vboxsync More SMP groundwork.
(edit) @13780   16 年 vboxsync Guest Properties (HostServices and Main): forgotten header
(edit) @13778   16 年 vboxsync Per VCPU init/term.
(edit) @13775   16 年 vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13765   16 年 vboxsync VM request updates for dispatching packets to individual CPU threads.
(edit) @13763   16 年 vboxsync Backed out 38734
(edit) @13759   16 年 vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13755   16 年 vboxsync Started with VM request API changes.
(edit) @13751   16 年 vboxsync UVM updates
(edit) @13749   16 年 vboxsync Some cleanup & updates
(edit) @13743   16 年 vboxsync Comment
(edit) @13742   16 年 vboxsync Some initial VM data restructuring.
(edit) @13734   16 年 vboxsync Document alignment restrictions for offset and size parameters in the …
(edit) @13721   16 年 vboxsync include/Makefile: some adjustments.
(edit) @13718   16 年 vboxsync includes: made them 'build' again.
(edit) @13717   16 年 vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13714   16 年 vboxsync VMM: More renaming and cleanup, caught another R3/R0 pointer - the …
(edit) @13711   16 年 vboxsync Added MM_TAG_CPUM_CTX
(edit) @13703   16 年 vboxsync VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
(edit) @13702   16 年 vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13701   16 年 vboxsync VMM: some statistics cleanup.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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