VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100625   17 months vboxsync CPUID: Expose AMD XSaveErPtr CPUID bit to guests. Eliminates …
(edit) @100624   17 months vboxsync VMM/IEM: Removed some temporary pop [mem] logging. bugref:10369
(edit) @100623   17 months vboxsync VMM/IEM: pop [mem] correction, iEffSeg must be fetched after address …
(edit) @100617   17 months vboxsync IEM/VMM: Corrected iemRecalcExecDbgFlags to …
(edit) @100607   17 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   17 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   17 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   17 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   17 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @100592   17 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   17 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   17 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   17 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   17 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   17 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   17 months vboxsync VMM/IEM: Remove the stubs for …
(edit) @100573   17 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   17 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100532   17 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Enabled feature for saving PAT MSR …
(edit) @100399   18 months vboxsync VMM/PDMDevHlp: Allow IRQ numbers >= 16 for ARMv8 (we are kind of …
(edit) @100357   18 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100340   18 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100337   18 months vboxsync VMM/VMMR0JmpA-amd64.asm: Clarified comment; use simpler instruction …
(edit) @100327   18 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(edit) @100326   18 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   18 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   18 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   18 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100244   18 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   18 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   18 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   18 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100228   18 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   18 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
(edit) @100226   18 months vboxsync VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
(edit) @100224   18 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100223   18 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100222   18 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100208   18 months vboxsync VMM/TMR0: Fix assertion, bugref:3409
(edit) @100202   18 months vboxsync VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
(edit) @100198   18 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
(edit) @100186   18 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100184   18 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   18 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100167   18 months vboxsync VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
(edit) @100166   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Updates to th PSCI implementation, …
(edit) @100165   18 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100164   18 months vboxsync VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
(edit) @100151   18 months vboxsync VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
(edit) @100150   18 months vboxsync VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
(edit) @100149   18 months vboxsync VMM/IEM: Emit extra mode-check after CIMPL calls with the …
(edit) @100148   18 months vboxsync VMM/IEM: Made the python scripts pick up and deal with the …
(edit) @100147   18 months vboxsync VMM/VMMR3/VMEmt: Fix mixing nanoseconds and millisecond timestamps …
(edit) @100145   18 months vboxsync VMM/EM: The recompiled execution loop needs to exit when the main …
(edit) @100144   18 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100140   19 months vboxsync VMM/EM: Do not do scheduling based on whether HM has been used and is …
(edit) @100139   19 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100138   19 months vboxsync VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
(edit) @100119   19 months vboxsync VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
(edit) @100118   19 months vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
(edit) @100117   19 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: VM reset and poweroff fixes, bugref:10390
(edit) @100111   19 months vboxsync VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
(edit) @100109   19 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100108   19 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100104   19 months vboxsync VMM/PGMInternal.h: Disable the PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for …
(edit) @100102   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100101   19 months vboxsync VMM: Add VMMR3CpuOn() for ARMv8 instead of using the …
(edit) @100100   19 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100096   19 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
(edit) @100089   19 months vboxsync VMM/IEM: Reworking the variations generated by the python script to …
(edit) @100088   19 months vboxsync VMM/IEM: Some python adjustments for new CIMPL macros and fExec. …
(edit) @100084   19 months vboxsync VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
(edit) @100076   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Fix setting the vTimer offset, this …
(edit) @100072   19 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100061   19 months vboxsync VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
(edit) @100060   19 months vboxsync VMM/IEM: todo on iemFpuUpdateDP
(edit) @100059   19 months vboxsync VMM/IEM: Use fExec for more tests. bugref:10369
(edit) @100052   19 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100051   19 months vboxsync VMM/IEM: Missing D=0 when L=1 check in IRET.
(edit) @100050   19 months vboxsync VMM/IEM: Load full RSP in 64-bit RETF to same privilege level.
(edit) @100049   19 months vboxsync VMM/IEM: Clear the D and L descriptor bits when loading segements for …
(edit) @100044   19 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @100020   19 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @100012   19 months vboxsync VMM/EM: Long #else/#endif should be marked. bugref:10389
(edit) @100005   19 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100004   19 months vboxsync VMM/PGM: Ignore A20 state on reset as it is not relevant for ARM, …
(edit) @100003   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Lower the timespan when to start …
(edit) @100002   19 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100001   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer expiration time when …
(edit) @100000   19 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99999   19 months vboxsync VMM/EM: WFI/WFE ignore the IRQ and FIQ mask flag and always return …
(edit) @99996   19 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99995   19 months vboxsync VMM/EM: Some IEM/HM comparison logging for later use. bugref:10464
(edit) @99994   19 months vboxsync VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
(edit) @99993   19 months vboxsync VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
(edit) @99992   19 months vboxsync VMM/IEM: Corrected IEM_MC_REF_FPUREG so it'll reference the correct …
(edit) @99988   19 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99985   19 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99984   19 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   19 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
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