VirtualBox

source: vbox/trunk/include/VBox/vmm@ 51940

名稱 檔案大小 修訂 年份 作者 最後變更
../
vmm.h 21.2 KB 50001   11 年 vboxsync PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
vmcpuset.h 4.1 KB 39303   13 年 vboxsync VMCPUSET changes.
vmapi.h 19.7 KB 48528   11 年 vboxsync Change implementation for turning a reset into a power off to prevent …
vm.mac 5.1 KB 51643   10 年 vboxsync VMM/GIM: More bits for Hyper-V implementation.
vm.h 43.2 KB 51934   10 年 vboxsync VMM/EM: Reschedule halted VCPUs if NMI/SMI shows up.
uvm.h 4.8 KB 45189   12 年 vboxsync STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
trpm.mac 1.4 KB 35361   14 年 vboxsync fix OSE
trpm.h 5.4 KB 45728   12 年 vboxsync TRPM: Sprinkled HMIsEnabled around the place.
tm.h 11.6 KB 51643   10 年 vboxsync VMM/GIM: More bits for Hyper-V implementation.
stam.mac 8.0 KB 35361   14 年 vboxsync fix OSE
stam.h 42.2 KB 46493   11 年 vboxsync STAMR3Deregister* optimizations. Relevant for both startup and …
ssm.h 53.3 KB 50575   11 年 vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
selm.h 4.9 KB 45705   12 年 vboxsync Retired SELMR3DisableMonitoring.
rem.h 4.6 KB 44528   12 年 vboxsync header (C) fixes
pgm.h 30.2 KB 49640   11 年 vboxsync PGM,IEM: Changed PGMPhysIemGCPhys2Ptr to not require A20 to be masked …
pdmwebcaminfs.h 5.7 KB 47416   11 年 vboxsync include,Main,Extpack: emulated webcam updates
pdmusb.h 41.6 KB 51290   11 年 vboxsync VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon …
pdmthread.h 9.1 KB 35361   14 年 vboxsync fix OSE
pdmsrv.h 11.0 KB 35361   14 年 vboxsync fix OSE
pdmqueue.h 6.6 KB 50917   11 年 vboxsync Added PDMQueueFlushIfNecessary.
pdmpci.h 16.4 KB 37799   13 年 vboxsync OSE build fix
pdmnvram.h 5.0 KB 44591   12 年 vboxsync DevEFI,Nvram.cpp: Cleaning up. (partly tested)
pdmnetshaper.h 2.7 KB 44528   12 年 vboxsync header (C) fixes
pdmnetinline.h 29.6 KB 44529   12 年 vboxsync header (C) fixes
pdmnetifs.h 17.3 KB 35361   14 年 vboxsync fix OSE
pdmins.h 2.3 KB 35361   14 年 vboxsync fix OSE
pdmifs.h 132.0 KB 51836   10 年 vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
pdmdrv.h 72.3 KB 46788   11 年 vboxsync VMM: Suspend and resume reasons.
pdmdev.h 199.6 KB 51508   10 年 vboxsync pdmdev.h: comment typo.
pdmcritsectrw.h 4.6 KB 48934   11 年 vboxsync include/: Whitespace cleanup by scm.
pdmcritsect.h 3.9 KB 45152   12 年 vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
pdmcommon.h 5.8 KB 44528   12 年 vboxsync header (C) fixes
pdmcardreaderinfs.h 6.8 KB 45033   12 年 vboxsync Fixed PDMICARDREADERUP method names so they don't repeat the interface …
pdmblkcache.h 17.4 KB 44528   12 年 vboxsync header (C) fixes
pdmasynctask.h 2.0 KB 35361   14 年 vboxsync fix OSE
pdmasynccompletion.h 6.4 KB 44358   12 年 vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
pdmapi.h 10.9 KB 49549   11 年 vboxsync VMM/CPUM/MSRs: when returning the APIC base, don't rely upon the CPUID …
pdm.h 1.4 KB 45152   12 年 vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
patm.h 8.5 KB 47427   11 年 vboxsync PATM,IEM: Added interface for safely and quickly reading patch code.
mm.h 11.8 KB 51271   11 年 vboxsync VMM: Implemented hyper heap realloc. and adjusted CPUM CpuId arrays …
Makefile.kup 0 位元組 35361   14 年 vboxsync fix OSE
iom.h 17.2 KB 50645   11 年 vboxsync s/Port/Memory mapped/ in FNIOMMMIOWRITE and FNIOMMMIOFILL comments.
iem.h 3.9 KB 51182   11 年 vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
hm_vmx.mac 11.1 KB 48140   11 年 vboxsync VMM/HMVMXR0: Safer longjmp coverage, only restore host state when …
hm_vmx.h 96.0 KB 51718   10 年 vboxsync VMM: struct/union naming fix.
hm_svm.h 29.6 KB 46842   11 年 vboxsync VMM/HM: AMD-V feature bits update.
hm.h 9.9 KB 51560   10 年 vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
gvmm.h 9.1 KB 44528   12 年 vboxsync header (C) fixes
gvm.h 3.0 KB 44528   12 年 vboxsync header (C) fixes
gmm.h 30.0 KB 44528   12 年 vboxsync header (C) fixes
gim.h 6.5 KB 51797   10 年 vboxsync VMM/GIM/Minimal: OS X bits.
ftm.h 2.1 KB 44529   12 年 vboxsync header (C) fixes
em.h 12.9 KB 48370   11 年 vboxsync EM,HM: MWait fix, clearing the active bit too early.
dbgftrace.h 4.2 KB 40405   13 年 vboxsync VMM/PDM: Some simple tracepoint infastructure.
dbgfsel.h 3.1 KB 44528   12 年 vboxsync header (C) fixes
dbgfcorefmt.h 2.4 KB 35361   14 年 vboxsync fix OSE
dbgf.h 62.5 KB 48898   11 年 vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
csam.h 3.5 KB 45528   12 年 vboxsync VBOX_WITH_RAW_MODE changes.
cpumdis.h 1.4 KB 44528   12 年 vboxsync header (C) fixes
cpumctx.h 13.2 KB 48371   11 年 vboxsync Forgot cpumctx.h with the MSR fix.
cpumctx-v1_6.h 6.3 KB 50041   11 年 vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
cpum.mac 6.6 KB 43657   12 年 vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
cpum.h 56.1 KB 51797   10 年 vboxsync VMM/GIM/Minimal: OS X bits.
cfgm.h 11.8 KB 46792   11 年 vboxsync Added CFGMR3DestroyTree.
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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