VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @64503   8 years vboxsync Windows build fix
(edit) @64502   8 years vboxsync dxygen fixes
(edit) @64500   8 years vboxsync VMM/DBGF: Add DBGFR3Cfg* API to create control flow graphs
(edit) @64499   8 years vboxsync VMM/DBGFDisas: Add method internal to VMM which returns a very small …
(edit) @64497   8 years vboxsync PDMDriver.cpp Corrected driver transformation value name 'Driver' to …
(edit) @64406   8 years vboxsync PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Extended the search to previous PDM …
(edit) @64399   8 years vboxsync pgmR3PhysMMIOExLink: Fix for 256GB VRAM regression.
(edit) @64397   8 years vboxsync PDMPCIDEV: some docs
(edit) @64396   8 years vboxsync PDMPCIDEV: some docs
(edit) @64390   8 years vboxsync PDMPCIDEV: Dropped pDevIns as it isn't needed any longer.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64378   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64356   8 years vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64353   8 years vboxsync PDM: Added a pPciDev parameter to PDMDEVHLPR3::pfnMMIOExPreRegister.
(edit) @64344   8 years vboxsync pci: Start using VBOX_PCI_NUM_REGIONS; doxygen.
(edit) @64327   8 years vboxsync PGM: Allow pre-registered MMIO regions up to 1TB in size by using …
(edit) @64310   8 years vboxsync VMM/GIM/KVM: Don't GP fault on invalid time-struct MSR write
(edit) @64147   8 years vboxsync CFGM: CFGMR3AreValuesValid - fix argument name in the doc comment.
(edit) @64146   8 years vboxsync VMM/HM: nits.
(edit) @64144   8 years vboxsync VMM/GIM/HyperV: Comment nit.
(edit) @64143   8 years vboxsync VMM/HM: Report support for 'true' VMX capability MSRs.
(edit) @64140   8 years vboxsync build 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