VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93355   3 years vboxsync VMM/NEM-win: We now require the PGM NEM mode so kicked out code not …
(edit) @93352   3 years vboxsync VMM/NEM-win: Kicked out more code relating to using the VID API …
(edit) @93351   3 years vboxsync VMM/NEM-win: Kicked out most of the ring-0 code because bugref:10118 + …
(edit) @93207   3 years vboxsync VMM/NEM-win: Just drop the ring-0 bits when NEM/PGM mode is enabled. …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92723   3 years vboxsync VMM: More driverless adjustments. bugref:10138
(edit) @92626   3 years vboxsync VMM: Nested VMX: bugref:10092 Adjust PGM APIs and translate …
(edit) @92583   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92468   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92465   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92443   3 years vboxsync VMM/NEM-win: More NUC 11 bs3-memalloc-1 numbers and a comment. bugref:10122
(edit) @92442   3 years vboxsync VMM/NEM-win: Some NUC 11 bs3-memalloc-1 numbers. bugref:10122
(edit) @92434   3 years vboxsync VMM/NEM-win,SUPLib-win: Allocate large pages in SUPPageAlloc when …
(edit) @92177   3 years vboxsync VMM/PGM,NEM: Moved the StatProfQueryGpaRangeDirtyBitmap NEM stat up to …
(edit) @92170   3 years vboxsync VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
(edit) @92129   3 years vboxsync VMM/PGM,NEM: RAM registration notification must return a u2State value …
(edit) @92120   3 years vboxsync VMM/NEM/win: New approach to A20: Reschedule to IEM. Logging. bugref:10122
(edit) @91958   3 years vboxsync VMM/NEM/win: No mapping limits when in simplified memory management …
(edit) @91848   3 years vboxsync VMM/NEM,PGM: First bunch changes for watered down guest memory …
(edit) @91702   3 years vboxsync VMM/NEM: More stats. Played with using WHvMapGpaRange again, but much …
(edit) @91692   3 years vboxsync VMM/NEM: Made it build without NEM_WIN_USE_HYPERCALLS_FOR_PAGES again. …
(edit) @91688   3 years vboxsync VMM/NEM: Added some more #ifdef'ing to reduce the amount of ioctl …
(edit) @91679   3 years vboxsync VMM/NEM: Added not about GuidToString - couldn't help myself, sorry. :-)
(edit) @91676   3 years vboxsync VMM/NEM-win: Quick and very dirty hack to make the code work on …
(edit) @91580   3 years vboxsync VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid …
(edit) @88654   4 years vboxsync Typo.
(edit) @86117   4 years vboxsync NEM: Some adjustments to r140349.
(edit) @86115   4 years vboxsync VMM/NEM: Implement Mesa vmwgfx #GP(0) workaround existing for SVM and …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @83103   5 years vboxsync VMM/NEM: Use mostly vanialla API for now so we've something that at …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82353   5 years vboxsync NEMR3: fix context info in error message
(edit) @81376   5 years vboxsync NEMR3Init: Set error info when VMMR0_DO_NEM_INIT_VM fails.
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80346   5 years vboxsync VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC …
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @74795   6 years vboxsync vm.h,EM: Made the FF_SET and FF_CLEAR macros only take constants with …
(edit) @74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74616   6 years vboxsync NEM/win: doc updates. bugref:9044
(edit) @74606   6 years vboxsync NEM/win: Some more details. bugref:9044
(edit) @74600   6 years vboxsync NEM/win: Kind of solved slowdown puzzle on AMD. bugref:9044
(edit) @74590   6 years vboxsync NEM/win: More doc updating. bugref:9044
(edit) @74589   6 years vboxsync NEM/win: More doc updating. bugref:9044
(edit) @74588   6 years vboxsync NEM/win: Doc updating for build 17757, 17763. bugref:9044
(edit) @74517   6 years vboxsync NEM/win: Updates for new builds. bugref:9044
(edit) @73282   6 years vboxsync NEM/win: Kicked out VINF/VERR_NEM_UPDATE_APIC_BASE and …
(edit) @73281   6 years vboxsync APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without …
(edit) @73182   6 years vboxsync NEM/win: Init the A20 gate state correctly. Issue with EFI since it …
(edit) @72924   6 years vboxsync NEM/win: Make it possible to select between ring-0 runloop …
(edit) @72918   6 years vboxsync NEM/win: Cleanups. bugref:9044
(edit) @72695   6 years vboxsync NEM/win: Turn VINF_PGM_CHANGE_MODE into VINF_SUCCESS too after calling …
(edit) @72690   6 years vboxsync NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.
(edit) @72687   6 years vboxsync NEM: Apparently the IoCtlMessageSlotHandleAndGetNext operation may be …
(edit) @72673   6 years vboxsync NEM/win: Did some NAT benchmarking too. bugref:9044
(edit) @72672   6 years vboxsync NEM/win: regular svm number for w2k boot+shutdown benchmark. ?bugref:9044
(edit) @72671   6 years vboxsync NEM/win: Added some more benchmark numbers to the doxygen @page. …
(edit) @72669   6 years vboxsync NEM/win: Added some benchmark numbers to the doxygen @page. bugref:9044
(edit) @72634   6 years vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72555   6 years vboxsync EM,NEM,HM: Started on generic exit history, only hooked up to NEM/win. …
(edit) @72546   6 years vboxsync NEM/win,TM: Setting TSC on TM start/restore/resume/etc as best we can. …
(edit) @72544   6 years vboxsync NEM/win: Some exploration of registers and partition properties. …
(edit) @72541   6 years vboxsync NEM/win: Added TSC offset to the complaint list. Some exploration of …
(edit) @72526   6 years vboxsync NEM,TM: More TSC adjustments for NEM/win. bugref:9044
(edit) @72522   6 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72488   6 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72484   6 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72475   6 years vboxsync NEM/win: Add WHvCapabilityCodeExceptionExitBitmap complaint to the …
(edit) @72473   6 years vboxsync NEM/win: We need extended exception exit support, so fail if missing. …
(edit) @72463   6 years vboxsync NEM: More hypercall work. bugref:9044
(edit) @72446   7 years vboxsync NEM/win: Working on intercepting VMMCALL and VMCALL. bugref:9044
(edit) @72430   7 years vboxsync NEM/win: doxygen fix. bugref:9044
(edit) @72429   7 years vboxsync NEM/win: Unwanted comment. bugref:9044
(edit) @72420   7 years vboxsync NEM/win: Added concern about emulating VMMCALL/VMCALL. bugref:9044
(edit) @72419   7 years vboxsync NEM/win: Modify the APIC and firmware configuration to disable X2APIC. …
(edit) @72415   7 years vboxsync NEM/win: More MSR work. Document IA32_APIC_BASE issues (no X2APIC, …
(edit) @72412   7 years vboxsync NEM/win: More code merging. bugref:9044
(edit) @72392   7 years vboxsync NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
(edit) @72358   7 years vboxsync NEM: Sync more MSR state; don't treat unrecoverable exceptions as …
(edit) @72308   7 years vboxsync NEM/win: Count cpuid and msr exits.
(edit) @72306   7 years vboxsync NEM/win: Intercept and handle MSR accesses. bugref:9044
(edit) @72300   7 years vboxsync NEM,STAM: Partition memory statistics for NEM. bugref:9044 - STAM: …
(edit) @72290   7 years vboxsync NEM/win: doxygen fix
(edit) @72287   7 years vboxsync NEM/win: Fixes to code using WHv API.
(edit) @72286   7 years vboxsync NEM/win: Updated SDK.
(edit) @72262   7 years vboxsync NEM/win: Intercept all (for now) CPUIDs. bugref:9044
(edit) @72252   7 years vboxsync NEMR3Native-win.cpp: Loop optimization.
(edit) @72207   7 years vboxsync NEM: Inject interrupts from the inner NEM loop, use interrupt windows. …
(edit) @72188   7 years vboxsync comment fix
(edit) @71297   7 years vboxsync NEM: Some more 17115 fixes and noted down an issue (possibly not at …
(edit) @71296   7 years vboxsync NEM: Updates for build 17115 and fixes for AMD-V. bugref:9044
(edit) @71293   7 years vboxsync NEM: Some stats; doc updates. bugref:9044
(edit) @71289   7 years vboxsync NEM: Complain about A20 too. bugref:9044
(edit) @71286   7 years vboxsync NEM: Better section heading. bugref:9044
(edit) @71284   7 years vboxsync NEM: Working on the @page docs for windows. bugref:9044
(edit) @71283   7 years vboxsync NEM: Working on the @page docs for windows. bugref:9044
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