VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92727   3 years vboxsync VMM/DBGF: Adjusted the breakpoint code for driverless operation …
(edit) @92726   3 years vboxsync VMM/DBGF: Breakpoint bitmap addresses & sizes must be multiple of …
(edit) @92723   3 years vboxsync VMM: More driverless adjustments. bugref:10138
(edit) @92722   3 years vboxsync VMM: doxygen fix. bugref:10138
(edit) @92721   3 years vboxsync VMM: Made driverless adjustments to the halt and cleanup code. bugref:10138
(edit) @92720   3 years vboxsync VMM/TM: Driverless adjustments for init complete code. bugref:10138
(edit) @92719   3 years vboxsync VMM/IOM: Driverless adjustments to IOM init code running after ring-0 …
(edit) @92718   3 years vboxsync VMM/APIC,SUP: Driverless tweaks for the APIC code. bugref:10138
(edit) @92717   3 years vboxsync VMM/PGM: Driverless requires the simplified memory mode. Must also …
(edit) @92716   3 years vboxsync VMM/IOM: Made I/O port and MMIO registrations work in driverless mode. …
(edit) @92713   3 years vboxsync VMM: More driverless mode adjustments. bugref:10138
(edit) @92712   3 years vboxsync VMM/TM: Made timer allocation work in driverless mode. bugref:10138
(edit) @92709   3 years vboxsync VMM/TM,SUP: Made it thru TM init in driverless mode... bugref:10138
(edit) @92706   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT misconfig bits and note about …
(edit) @92703   3 years vboxsync VMM: Trying to cope without the support driver... bugref:10138
(edit) @92702   3 years vboxsync VMM/PDMAllCritSectBoth: code is only used in ring-3, so don't bother …
(edit) @92701   3 years vboxsync VMM/NEM-linux: Moved the nemR3LnxFixThreadPoke rendezvous call down to …
(edit) @92686   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 EPT misconfig bits.
(edit) @92685   3 years vboxsync VMM: Nested VMX: bugref:10092 Started with constructing EPT-violation …
(edit) @92684   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @92642   3 years vboxsync VMM: Nested VMX: bugref:10092 Avoid RT_ZERO'ing multiple times, also …
(edit) @92639   3 years vboxsync VMM: Nested VMX: bugref:10092 Try not to fail if nested-guest CR3 is …
(edit) @92626   3 years vboxsync VMM: Nested VMX: bugref:10092 Adjust PGM APIs and translate …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @92585   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92583   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92581   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 No need to go through CPUM while …
(edit) @92579   3 years vboxsync VMM/NEM-linux: Implemented the apic_base synchronization, ubuntu now …
(edit) @92578   3 years vboxsync VMM/NEM-linux: Started work on handling all non-common MSRs ourselves. …
(edit) @92571   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Nit.
(edit) @92570   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Build fix.
(edit) @92569   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Call PGMSetGuestEptPtr before …
(edit) @92568   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Comment clarifying we should raise …
(edit) @92567   3 years vboxsync VMM: Nested VMX: bugref:10092 Initialize EPT related info.
(edit) @92566   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 We need to declare we have …
(edit) @92565   3 years vboxsync VMM/PGM: Reset all relevant fields in the handy page array when …
(edit) @92564   3 years vboxsync VMM/PGM: Reset all relevant fields in the handy page array when …
(edit) @92561   3 years vboxsync VMM: Nested VMX: bugref:10092 Todo comment nit and ifdef typo.
(edit) @92560   3 years vboxsync VMM/NEMR3Native-darwin: Smaller fixes, bugref:9044
(edit) @92556   3 years vboxsync SUP,VMM: Added a fFlags parameter to SUPR3PageAlloc so we can indicate …
(edit) @92555   3 years vboxsync VMM/NEM-linux: Fixed the flushing of stateful exits for larger MMIO …
(edit) @92553   3 years vboxsync VMM/IEM: Tweaked iemFpuUpdateOpcodeAndIpWorker and iemFpuUpdateDP for …
(edit) @92547   3 years vboxsync VMM: Nested VMX: bugref:10092 When CR3 is updated (PGMFlushTLB or …
(edit) @92546   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Just check for RT_SUCCESS for …
(edit) @92545   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Don't GP(0) only for …
(edit) @92543   3 years vboxsync VMM/PGM: Missed one PGMChangeMode call in r148416. bugref:10092
(edit) @92542   3 years vboxsync VMM/NEM-linux: nicer main loop w/o continue. bugref:9044
(edit) @92541   3 years vboxsync VMM: Nested VMX: bugref:10092 Allow forcing mapping/unmapping of CR3 …
(edit) @92527   3 years vboxsync VMM/PDMDevHlp: Added PDMDevHlpGetMainExecutionEngine for …
(edit) @92526   3 years vboxsync VMM/SELM: Make sure we have the GDTR & LDTR as well as paging related …
(edit) @92525   3 years vboxsync VMM/NEM-linux: Exit history updates. bugref:9044
(edit) @92522   3 years vboxsync VMM/NEM-linux: Make sure to flush pending IO or MMIO exits before …
(edit) @92521   3 years vboxsync VMM/TRPMR3InjectEvent: Only windows want's to use IEM to inject …
(edit) @92520   3 years vboxsync VMM/NEM-linux,EM: The interrupt injection code in emR3ForcedActions is …
(edit) @92519   3 years vboxsync VMM/NEM-linux,EM: Deal with internal errors due to complicated MMIO …
(edit) @92518   3 years vboxsync VMM/PGM: Fixed incorrect check in pgmR3PhysMmio2Create when …
(edit) @92516   3 years vboxsync VMM/CPUM,NEM: The fNestedPagingAndFullGuestExec condition in …
(edit) @92515   3 years vboxsync VMM/NEM-linux: Some CPUID work; simplified the SSE/AVX/++ state …
(edit) @92508   3 years vboxsync VMM/NEM-linux: Some more code. DSL is now getting close to starting X, …
(edit) @92499   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fix TPR shadowing configuration (huge …
(edit) @92498   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Fix setting the context changed flags for th …
(edit) @92495   3 years vboxsync VMM/CPUM,++: Merged CPUMCTX_EXTRN_HM_VMX_INT_STATE, …
(edit) @92493   3 years vboxsync VMM: Nested VMX: bugref:10092 Purge VINF_PGM_CHANGE_MODE, no longer used.
(edit) @92491   3 years vboxsync VMM: Nested VMX: bugref:10092 Todo for converting CR3 from …
(edit) @92482   3 years vboxsync VMM: Nested VMX: bugref:10092 These macros aren't invoked with EPT.
(edit) @92481   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment clarifying disappearing of bit 7 …
(edit) @92480   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT misconfiguration and some fixes and …
(edit) @92479   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed EPT bitfield macro to be more …
(edit) @92476   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation bits.
(edit) @92475   3 years vboxsync VMM/NEMR3Native-darwin: Fix syncing the APIC TPR/CR8 register, fixes …
(edit) @92473   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fix syncing DR3 and DR6 and notify TM when …
(edit) @92472   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation information.
(edit) @92469   3 years vboxsync VMM: Nested VMX: bugref:10092 Removed unused GSTUINT in guest template …
(edit) @92468   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92466   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) @92459   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment nit.
(edit) @92458   3 years vboxsync VMM: Nested VMX: bugref:10092 Translate nested-guest physical address …
(edit) @92457   3 years vboxsync VMM/Config.kmk: The darwin NEM backend requires VBOX_WITH_PGM_NEM_MODE …
(edit) @92456   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Sigh Apple2, bugref:9044
(edit) @92454   3 years vboxsync VMM/TRPM: Workaround for the NEM on darwin case, bugref:9044
(edit) @92453   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fixes to the guest state import/export …
(edit) @92451   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Some more fixes for the NEM/darwin case, …
(edit) @92449   3 years vboxsync VMM/NEM: Add NEMHCGetFeatures() to return a bitmask of features …
(edit) @92445   3 years vboxsync VMM/NEM-linux: Some very early bits. [scm fix] bugref:9044
(edit) @92444   3 years vboxsync VMM/NEM-linux: Some very early bits. bugref:9044
(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) @92441   3 years vboxsync VMM/PGM: Increased the size of ram ranges to cover 16 GiB each. …
(edit) @92435   3 years vboxsync VMM/PGM: Nits. bugref:10122
(edit) @92434   3 years vboxsync VMM/NEM-win,SUPLib-win: Allocate large pages in SUPPageAlloc when …
(edit) @92426   3 years vboxsync VMM: Nested VMX: bugref:10092 Refactor PGMGstGetPage and related API …
(edit) @92425   3 years vboxsync VMM/MM: Split the extended memory range to get better large page …
(edit) @92424   3 years vboxsync VMM/PGM: Adjusted the ram range sizes again so they better align with …
(edit) @92420   3 years vboxsync VMM/PGM: Deal with VERR_NOT_SUPPORTED by …
(edit) @92411   3 years vboxsync VMM: Two more VMMR0 calls that must not valid idCpu as a valid EMT. …
(edit) @92410   3 years vboxsync VMM/PDM,PGM: Added PGMR3IsNemModeEnabled and made PDM not put devices …
(edit) @92409   3 years vboxsync VMM/PDM,PGM: Added PGMR3IsNemModeEnabled and made PDM not put devices …
(edit) @92408   3 years vboxsync VMM: Reworked most of the call-ring-3 stuff into …
(edit) @92395   3 years vboxsync VMM/VMMRZ: scm fix, 2nd try. bugref:10093
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