VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99318   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed race while registering the …
(edit) @99317   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99316   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99314   22 months vboxsync VMM/PGMPhys: Set the remaining buffer to a known value when returning …
(edit) @99309   22 months vboxsync VMM/IEM: Removed some unused function tables. bugref:10369
(edit) @99308   22 months vboxsync VMM/IEM: Reduced the number of generic parameters for the threaded …
(edit) @99307   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99306   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99305   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99304   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99303   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @99302   22 months vboxsync VMM/IEM: IEMThreadedFunctions.cpp -> IEMAllThreadedFunctions.cpp. …
(edit) @99301   22 months vboxsync VMM/IEM: IEMThreadedFunctions.cpp -> IEMAllThreadedFunctions.cpp. …
(edit) @99300   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99299   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99298   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99297   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Increment error count in the …
(edit) @99296   23 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99292   23 months vboxsync VMM/NEMR3Native-darwin: Map the RAM page in …
(edit) @99291   23 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99290   23 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99289   23 months vboxsync VMM/IEM: IEM_MC_AND_LOCAL_U8 is not allowed on variables not declared …
(edit) @99288   23 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99287   23 months vboxsync VMM/IEM: Some corrections to ease parsing. bugref:10369
(edit) @99286   23 months vboxsync VMM/IEM: disopcode.h -> disopcode-x86-amd64.h bugref:10394
(edit) @99273   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Comment typos/nit.
(edit) @99261   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Better fix for r156590.
(edit) @99259   23 months vboxsync VMM/VMXAllTemplate.cpp.h: Nested VMX: bugref:10318 Assert VT-x's …
(edit) @99245   23 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Reverted r156627.
(edit) @99244   23 months vboxsync VMM/PGMAllPool: Nested VMX: bugref:10318 Assert nit.
(edit) @99231   23 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99228   23 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99226   23 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99222   23 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   23 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99217   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fix blocking-by-STI vs blocking-by-MovSS.
(edit) @99212   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99211   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99210   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99209   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99208   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99197   23 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Hook up the new system register …
(edit) @99196   23 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99190   23 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Skeleton for handling the trapped …
(edit) @99164   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed vmlaunch/vmresume emulation to …
(edit) @99163   23 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99133   23 months vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
(edit) @99132   23 months vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
(edit) @99117   23 months vboxsync VMM: Nested VMX: bugref:10318 Reschedule from HM when there's a …
(edit) @99079   23 months vboxsync VMM/MM: For ARMv8 we need to be more flexible when it comes to …
(edit) @99078   23 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement MMIO data abort handling, …
(edit) @99070   23 months vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99055   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99054   23 months vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
(edit) @99053   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99052   23 months vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
(edit) @99051   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99040   23 months vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @99027   2 years vboxsync VMM/IEM: Quick doxygen fix (need to organize the code better, later …
(edit) @99026   2 years vboxsync VMM/CPUM: Quick doxygen fix (need to organize the docs differently). …
(edit) @99024   2 years vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99023   2 years vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
(edit) @98993   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98982   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385 …
(edit) @98980   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98975   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98972   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
(edit) @98970   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98969   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98961   2 years vboxsync scm
(edit) @98960   2 years vboxsync scm fixes
(edit) @98956   2 years vboxsync VMM/Makefile.kmk: Start on the separate ARM VMM module, bugref:10385
(edit) @98951   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating functions …
(edit) @98948   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating functions …
(edit) @98927   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating functions …
(edit) @98921   2 years vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
(edit) @98918   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98917   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98916   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98915   2 years vboxsync VMM/IEM: More work on processing MC blocks. [build fix] bugref:10369
(edit) @98913   2 years vboxsync reverting r156248
(edit) @98912   2 years vboxsync Attempt to fix compilation error introduced by r156246
(edit) @98910   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98905   2 years vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @98904   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98887   2 years vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98881   2 years vboxsync VMM/IEM: scm fixes. bugref:10369
(edit) @98880   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98873   2 years vboxsync VMM/IEM: Started extending IEMAllInstructionsPython.py to pick up …
(edit) @98843   2 years vboxsync VMM/IEM: Encoding correction for a couple of VEX instructions. bugref:10369
(edit) @98842   2 years vboxsync VMM/IEM,ValKit: Require explicit instruction file loading call for …
(edit) @98835   2 years vboxsync VMM/IEM: Moved the IEM_WITH_<opcode-group> defintions into the …
(edit) @98834   2 years vboxsync VMM/IEM: Missing make alias for common instruction stuff. bugref:10368
(edit) @98827   2 years vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98822   2 years vboxsync VMM/testcase/tstIEMAImpl: Add testcase for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98821   2 years vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
(edit) @98812   2 years vboxsync VMM/IEM: Completely untested emulations for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98800   2 years vboxsync VMM/IEM: Fixed unreachable code issues in …
(edit) @98799   2 years vboxsync VMM/IEM: Fixed unreachable code issue in …
(edit) @98798   2 years vboxsync VMM/IEM: build fix. bugref:10368
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