VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66649   8 years vboxsync Backed the PGMAllBoth.h and IEMR3.cpp parts of r111975 since these are …
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66467   8 years vboxsync pdmR3UsbCreateDevice: Translate VERR_VERSION_MISMATCH to …
(edit) @66405   8 years vboxsync IEM: Use the new CPUMGetGuestMxCsrMask function in FXSAVE & FXRSTOR …
(edit) @66403   8 years vboxsync CPUM: Added the MXCSR mask to the CPU database and CPUM::GuestInfo as …
(edit) @66331   8 years vboxsync IEM: Converted iemOp_Grp15 from switch to tables; implemented …
(edit) @66327   8 years vboxsync IEM,CPUM: Implemented clflush Mb (0f ae /7).
(edit) @66288   8 years vboxsync VMMSwitcher: RKv
(edit) @66276   8 years vboxsync VMM: Nested Hw.virt: SVM MSRPM and IOPM allocations.
(edit) @66227   8 years vboxsync VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
(edit) @66215   8 years vboxsync CPUMR3CpuId.cpp: Fixed typo in unused paranoid code.
(edit) @66156   8 years vboxsync vmR3EmulationThreadWithId: Shadow variable warning fix.
(edit) @66155   8 years vboxsync vmR3EmulationThreadWithId: Need to check both pVM and pVCpu are …
(edit) @66104   8 years vboxsync VMM: trailing spaces
(edit) @66097   8 years vboxsync VMM: EMT(0) must wait on any other EMTs before destroying the VM or we …
(edit) @66096   8 years vboxsync VMM: EMT(0) must wait on any other EMTs before destroying the VM or we …
(edit) @66095   8 years vboxsync CPUMR3CpuId.cpp: Detect AMD Ryzen.
(edit) @66040   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66024   8 years vboxsync pgmR3Load: PGMR3ChangeMode now sets GCPhysCR3, so remove the duplicate …
(edit) @65988   8 years vboxsync pgmR3ExitShadowModeBeforePoolFlush: not necessary to nil GCPhysCR3 here.
(edit) @65987   8 years vboxsync PGMR3ChangeMode: Must set GCPhysCR3 at the end of it all.
(edit) @65985   8 years vboxsync PGMR3ChangeMode: Use X86_CR3_AMD64_PAGE_MASK.
(edit) @65940   8 years vboxsync PGM.cpp: Improving r113714 a little (gcc 7 / fall thru).
(edit) @65939   8 years vboxsync PGM: Reset GCPhysCR3 after exiting guest mode while changing mode …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65911   8 years vboxsync PGM: Reset GCPhysCR3 at reset (partially re-applied r113096).
(edit) @65905   8 years vboxsync VMM: Nested Hw.virt: todo.
(edit) @65904   8 years vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65902   8 years vboxsync Reapplied r113096 (backed out in r113137) in disabled form so it's not …
(edit) @65900   8 years vboxsync Reapplied r113098 (backed out in r113137): pgmLogState: page content.
(edit) @65899   8 years vboxsync Reapplied r113094, r113095 (backed out in r113137): PGM: pgmLogState.
(edit) @65897   8 years vboxsync TMR3TimerSkip: No need to to set ssm handle status on failure when the …
(edit) @65896   8 years vboxsync VMM: Add TMR3TimerSkip to skip a saved timer state in a given SSM …
(edit) @65852   8 years vboxsync fixed tstVMM for r113619
(edit) @65824   8 years vboxsync IEM: free stats memory on termination
(edit) @65801   8 years vboxsync VMM/CPUM: Fix typo in enabling XOP, while exploding CPUID features.
(edit) @65794   8 years vboxsync EM: VMCPU_FF_UNHALT should be cleared together with …
(edit) @65763   8 years vboxsync CPUM: Added fXop to CPUMFEATURES.
(edit) @65721   8 years vboxsync VMM: fixed small memory leak in MMR3HyperAllocOnceNoRelEx()
(edit) @65719   8 years vboxsync VMM/PDMNetShaper: fixed small memory leak during termination
(edit) @65718   8 years vboxsync VMM/VM: fixed small memory leak during termination
(edit) @65717   8 years vboxsync VMM/PDMBlkCache: fixed small memory leak during termination
(edit) @65716   8 years vboxsync VMM/PDMAsyncCompletionFile: fixed small memory leak on termination
(edit) @65715   8 years vboxsync VMM/DBGFAddrSpace: no need to retain a debug address space we just …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @65531   8 years vboxsync PGM: Put back r113092 & r113134 (revered in r113137).
(edit) @65504   8 years vboxsync PGM: Temporarily backed out r113092 & r113134.
(edit) @65502   8 years vboxsync PGMPoolMonitor: more stats.
(edit) @65493   8 years vboxsync CPUM,PGM: cmpxchg16b work (stats).
(edit) @65476   8 years vboxsync PGM: Backed out r113094, r113095, r113096, r113097 & r113098.
(edit) @65472   8 years vboxsync pgmLogState: page content
(edit) @65470   8 years vboxsync PGM: Reset GCPhysCR3 when unmapping CR3.
(edit) @65469   8 years vboxsync PGM: pgmLogState.
(edit) @65468   8 years vboxsync PGM: pgmLogState.
(edit) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @65459   8 years vboxsync VMM: don't depend on the CPUID(EAX=1)/HTT feature for guests with more …
(edit) @65449   8 years vboxsync VMM/GIM: Nothing todo, make it a comment.
(edit) @65447   8 years vboxsync VMM/HM: nit.
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65314   8 years vboxsync VMM/HM: Eliminate unused member.
(edit) @65299   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @65244   8 years vboxsync burn fix
(edit) @65243   8 years vboxsync nit
(edit) @65242   8 years vboxsync VMMGuruMeditation: list addresses on the ring-0 stack.
(edit) @64911   8 years vboxsync PGM: Fix sizing of last chunk for large MMIO (pre)registration.
(edit) @64857   8 years vboxsync VMM: Add VCPU ID to the guru dump info.
(edit) @64855   8 years vboxsync VMM/HM: Added hmeventpending dbginfo command.
(edit) @64854   8 years vboxsync VMM/HM: Fix VM-exit descriptions on stat counters on VIA CPUs to not …
(edit) @64844   8 years vboxsync PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Include default bus number.
(edit) @64828   8 years vboxsync VMM/TRPM: fixed warning
(edit) @64824   8 years vboxsync VMM/TRPM: Added 'trpmevent' dbg info command, useful and required esp. …
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64769   8 years vboxsync VMM: Comment nit.
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64764   8 years vboxsync VMM/GIM: Doxygen nit.
(edit) @64723   8 years vboxsync DBGF: typo
(edit) @64722   8 years vboxsync DBGF: duh
(edit) @64720   8 years vboxsync DBGF: Added DBGFR3StepEx for simple step-over support as well as both …
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64590   8 years vboxsync DBGFR3Flow: Small additions
(edit) @64589   8 years vboxsync DBGFR3Flow: Iterator API for the branch tables
(edit) @64588   8 years vboxsync DBGFR3Flow: Smaller fixes
(edit) @64587   8 years vboxsync doxygen fix
(edit) @64586   8 years vboxsync DBGFR3Flow: Started working on resolving indirect branches. Compilers …
(edit) @64582   8 years vboxsync VMMR3.def: Missing renaming from DBGFR3Cfg* to DBGFR3Flow*
(edit) @64563   8 years vboxsync DBGR3Flow: fixed a bug when splitting a basic block into two resulting …
(edit) @64559   8 years vboxsync Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for …
(edit) @64557   8 years vboxsync DBGFR3Cfg: Remove dump method and the associated code, not the right …
(edit) @64552   8 years vboxsync DBGFR3Cfg: Additions to the API
(edit) @64551   8 years vboxsync build fix
(edit) @64545   8 years vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64530   8 years vboxsync VMM: typos
(edit) @64507   8 years vboxsync DBGFR3Cfg: Bugfixes, correctly split a basic block transferring any …
(edit) @64506   8 years vboxsync doxygen fix
(edit) @64505   8 years vboxsync doxygen fix
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