VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97252   2 years vboxsync IEM: Made XSAVEOPT complain loudly if we try executing it.
(edit) @97248   2 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @97247   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Build fix.
(edit) @97243   2 years vboxsync VMM/Nested VMX: bugref:10092 Removed pgmGstSlatWalkPhys() as …
(edit) @97242   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Doxygen and comment update.
(edit) @97236   2 years vboxsync VMM/IEM: Rough implementation for fptan instruction in IEM, bugref:9898
(edit) @97231   2 years vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @97229   2 years vboxsync VMM/HM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97228   2 years vboxsync VMM/NEM-linux: Access CPUMCTX::eflags via the 'u' member when possible …
(edit) @97227   2 years vboxsync VMM/NEM-win: Access CPUMCTX::eflags via the 'u' member when possible …
(edit) @97226   2 years vboxsync VMM/NEM-darwin: Access CPUMCTX::eflags via the 'u' member when …
(edit) @97225   2 years vboxsync VMM/HMSVM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97224   2 years vboxsync VMM/HMVMX: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97223   2 years vboxsync VMM/HMVMX: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97222   2 years vboxsync VMM/IEM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97221   2 years vboxsync VMM/IEM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97220   2 years vboxsync VMM/CPUM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97219   2 years vboxsync VMM/CPUM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97218   2 years vboxsync VMM/SELM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97214   2 years vboxsync IEM: Renamed iemOpHlpFpuNoStore_st0_stN_pop_pop to …
(edit) @97213   2 years vboxsync VMM,VBox/types.h: Removed the CPUMCTXCORE type.
(edit) @97209   2 years vboxsync VMM/HMSVMAll: Replace DISFetchReg32 and DISWriteReg32 with direct …
(edit) @97208   2 years vboxsync VMM/IEM,EM,HMVMX: Replaced EMInterpretDRxWrite and EMInterpretDRxRead …
(edit) @97206   2 years vboxsync VMM/EM,HMVMXR0: Replaced EMInterpretRdpmc with IEMExecDecodedRdpmc …
(edit) @97203   2 years vboxsync VMM/SELM,DIS: Changed SELMToFlat and SELMToFlatEx to use PCPUMCTX …
(edit) @97202   2 years vboxsync VMM/PGM: More CPUMCTXCORE elimination, now in the …
(edit) @97201   2 years vboxsync VMM/IEM,EM: More CPUMCTXCORE elimination and trimming of interpret …
(edit) @97200   2 years vboxsync VMM/IEM,EM: More CPUMCTXCORE elimination and trimming of interpret …
(edit) @97199   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97198   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97197   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97196   2 years vboxsync VMM/DBGF: Changed the PCPUMCTXCORE arguments to PCPUMCTX for …
(edit) @97193   2 years vboxsync VMM/EM: Drop the PVM and PCCPUMCTXCORE arguments from …
(edit) @97192   2 years vboxsync VMM/CPUM: Drop the CPUMCTXCORE argument for cpumR3InfoOne.
(edit) @97188   2 years vboxsync Support/SUPR3HardenedEntitlementsVM.plist,VMM/NEMR3Native-darwin: …
(edit) @97183   2 years vboxsync VMM/CPUM,HMVMX,IEM: Use the individual CPUMCTX_INHIBIT_SHADOW_SS and …
(edit) @97180   2 years vboxsync VMM/IEM: Use CPUMIsInInterruptShadowWithUpdate instead of checking …
(edit) @97178   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97175   2 years vboxsync VMM/NEMR3Native-darwin: Addendum for r154132, unmapping doesn't …
(edit) @97174   2 years vboxsync VMM/NEMR3Native-darwin: Addendum for r154132, unmapping doesn't …
(edit) @97169   2 years vboxsync VMM/NEMR3Native-darwin: Addendum for r154132, the second call to …
(edit) @97162   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 We don't shadow reserved bits in the …
(edit) @97161   2 years vboxsync VMM/IEM: Implementation for fpatan instruction, bugref:9898
(edit) @97159   2 years vboxsync VMM/NEM-darwin: Workaround a bug on macOS Catalina (10.15) where …
(edit) @97158   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Rectify outdated comment regarding …
(edit) @97157   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 todo regarding eager …
(edit) @97156   2 years vboxsync IEM: Quick fix to support PC/AT compatible math exception handling, …
(edit) @97155   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Nits and cleanup.
(edit) @97154   2 years vboxsync IEM: Updated testcase.
(edit) @97153   2 years vboxsync IEM: Added AES-NI instructions.
(edit) @97150   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 We access the virtual-APIC page …
(edit) @97149   2 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 The virtual-APIC page is …
(edit) @97148   2 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 We no longer need to play around …
(edit) @97147   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Build fix.
(edit) @97146   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Don't advertise large (1G) page …
(edit) @97145   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Implemented large (2M) page support …
(edit) @97138   2 years vboxsync IEM: Make unsupported (not recommended to be used) forms of MOVSXD …
(edit) @97127   2 years vboxsync IEM: Added VZEROUPPER/VZEROALL. Not well tested.
(edit) @97126   2 years vboxsync Typo.
(edit) @97125   2 years vboxsync Revert r154066, bugref:9044
(edit) @97123   2 years vboxsync Added a todo.
(edit) @97119   2 years vboxsync Harmless typo.
(edit) @97118   2 years vboxsync IEM: Undid inadvertent commit.
(edit) @97117   2 years vboxsync IEM: Removed todo, testcase confirmed that CMPXCHG8B implementation …
(edit) @97114   2 years vboxsync IEM: 32-bit CMPXCHG cannot indiscriminately write EAX/RAX to avoid …
(edit) @97112   2 years vboxsync IEM: CVTxx2SI zero extends result when writing 32-bit register, just …
(edit) @97106   2 years vboxsync VMM/NEMR3Native-darwin: A test for which a proeprly signed build is …
(edit) @97101   2 years vboxsync VMM/CPUM: Consistency LogRel, nit.
(edit) @97100   2 years vboxsync VMM/HM: Nested VMX: bugref:10092 If the host CPU doesn't support 2M …
(edit) @97099   2 years vboxsync VMM/CPUM: Space nit.
(edit) @97098   2 years vboxsync VMM/CPUM: Removed obsolete comment about exposing true VMX MSRs.
(edit) @97097   2 years vboxsync VMM/CPUM: Changed the nested EPT defaults. bugref:10092
(edit) @97096   2 years vboxsync VMM/CPUM: Some code tweaking…
(edit) @97095   2 years vboxsync VMM/HMVMXR0: Some comments around importing INHIBIT_INT/NMI early.
(edit) @97094   2 years vboxsync VMM/HMVMXR0: Reduce the number of fRealOnV86Active conditionals. We …
(edit) @97093   2 years vboxsync IEM: BSWAP mnemonic correction, clear high bits after operation …
(edit) @97091   2 years vboxsync IEM: Fixed iemOp_pmovmskb_Gd_Nq, comments.
(edit) @97083   2 years vboxsync VMM/HMVMXR0: Some vmxHCImportGuestStateInner tweaking, reducing code …
(edit) @97082   2 years vboxsync VMM/HMVMXR0: Darwin build fixes.
(edit) @97073   2 years vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97070   2 years vboxsync CPUM: Added a (forgotten?) flag for AES-NI CPUID feature.
(edit) @97069   2 years vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97067   2 years vboxsync VMM/CPUMR3CpuId: Reverted accidental part of commit r154014.
(edit) @97066   2 years vboxsync Comments.
(edit) @97065   2 years vboxsync VMM/HMVMXR0: Converted the VMX_VMCS*_GUEST_SEG_XXXX macro test …
(edit) @97064   2 years vboxsync VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since …
(edit) @97063   2 years vboxsync VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since …
(edit) @97062   2 years vboxsync VMM/HMVMXR0: Kicked out hmR0VmxImportGuestState as there is a complete …
(edit) @97061   2 years vboxsync VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since …
(edit) @97060   2 years vboxsync VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since …
(edit) @97057   2 years vboxsync VMM/HMVMXR0: Only use the template functions for reading into VMXTRANSIENT.
(edit) @97056   2 years vboxsync VMM/HMVMXR0: Only use the template functions for reading into VMXTRANSIENT.
(edit) @97055   2 years vboxsync VMM/HMVMXR0: Just go with the better option in …
(edit) @97054   2 years vboxsync VMM/HMVMXR0: Only use the template functions for reading into VMXTRANSIENT.
(edit) @97053   2 years vboxsync VMM/HMVMXR0: Use a couple of template functions to try pack VMREADs …
(edit) @97051   2 years vboxsync Typo fixes.
(edit) @97050   2 years vboxsync IEM: Fixed inverted conditional in iemSseStoreResult().
(edit) @97043   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Remove unused member …
(edit) @97042   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Slightly shorten …
(edit) @97041   2 years vboxsync VMM/Nested VMX: bugref: Slightly shorten VMXVEXITINFO_INIT_WITH macro …
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