VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69440   7 years vboxsync VMM: Use iprt/formats/elf*.h instead of the internal IPRT headers.
(edit) @69439   7 years vboxsync VMM: Use iprt/formats/elf*.h instead of the internal IPRT headers.
(edit) @69414   7 years vboxsync VMM/HMSVMR0: Doxygen leading to removing unused code.
(edit) @69413   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixes.
(edit) @69409   7 years vboxsync VMM/IEM: Nested Hw.virt: VMRUN fixes.
(edit) @69408   7 years vboxsync VMM/CPUM: Nested Hw.virt: Fix CPUMSvmVmExitRestoreHostState.
(edit) @69221   7 years vboxsync VMM: scm cleanups
(edit) @69216   7 years vboxsync CPUM: Reject invalid MTRR/PAT types.
(edit) @69186   7 years vboxsync Warning.
(edit) @69185   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: bits.
(edit) @69184   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixed a bug while masking the address …
(edit) @69175   7 years vboxsync VMM/PDMThread: Don't use MMHyperFree but MMR3HeapFree instead, that …
(edit) @69161   7 years vboxsync VMM/HMSVMR0: If we don't program VINTR intercepts, we shouldn't get …
(edit) @69160   7 years vboxsync VMM/CPUM: Renamed CPUMSetGuestEferNoCheck.
(edit) @69159   7 years vboxsync Comment.
(edit) @69158   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Added a missed VINTR intercept check.
(edit) @69148   7 years vboxsync IEM: Do not clip EIP to 16 bits when running 16-bit code, Intel …
(edit) @69144   7 years vboxsync VMM: Added CPUMSetGuestEferNoCheck so we can also call it when …
(edit) @69142   7 years vboxsync VMM: Nested Hw.virt: SVM fixes.
(edit) @69141   7 years vboxsync VMM/IEM: Fix return code of IEMExecSvmVmexit, logging.
(edit) @69140   7 years vboxsync VMM/HM: Logging.
(edit) @69139   7 years vboxsync VMM/HM: Fix typo overwriting SVM CR0 read intercept controls being …
(edit) @69111   7 years vboxsync (C) year
(edit) @69100   7 years vboxsync PDM/PGM: Return 0xff to devices.
(edit) @69068   7 years vboxsync VMM/HMSVMR0: Flush all tagged TLB entries on ASID wrap-around or while …
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69032   7 years vboxsync VMM/CPUMAllRegs: Added an assertion to ensure the host (outer guest) …
(edit) @69031   7 years vboxsync VMM/HMSVMR0: Log and nit.
(edit) @68997   7 years vboxsync VMM/IEM: Adjust assertion to allow VINF_EM_TRIPLE_FAULT in …
(edit) @68993   7 years vboxsync VMM/PDMDevHlp.cpp: Build fix.
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68970   7 years vboxsync VMM/IEM: Fix delivery of triple-fault/CPU shutdown condition as part …
(edit) @68967   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: SVM bits.
(edit) @68910   7 years vboxsync VMM/HM: Nested Hw.virt: SVM hardware-assisted execution bits.
(edit) @68906   7 years vboxsync VMM/IEM/IEMAllCImplSvmInstr.cpp.h: Fix swapped DR6, DR7 on SVM #VMEXIT …
(edit) @68887   7 years vboxsync VMM/HM: Log.
(edit) @68886   7 years vboxsync VMM/EM: space.
(edit) @68854   7 years vboxsync VMMR3EmtRendezvous: Pretend we're a single CPU config when called …
(edit) @68853   7 years vboxsync VMMR3EmtRendezvous: Pretend we're a single CPU config when called …
(edit) @68785   7 years vboxsync PGMAllBth.h: indent.
(edit) @68784   7 years vboxsync VMM/IEM: SVM instruction nits.
(edit) @68783   7 years vboxsync VMM/PGM/PGMAllBth.h: Fixed switched parameter in assertion.
(edit) @68707   7 years vboxsync CPUMR3CpuId.cpp: A shot at the XSAVE consistency issue with Linux …
(edit) @68692   7 years vboxsync PGMChangeMode: AMD-V paged real mode fix.
(edit) @68594   7 years vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68533   7 years vboxsync CPUM: Fixed missing cpuid 4 sub-leaves in X5482 profile.
(edit) @68532   7 years vboxsync CPUM: Use a valid value for initializing PkgCStateCfgCtrl on Core 2 CPUs.
(edit) @68531   7 years vboxsync Typos.
(edit) @68519   7 years vboxsync STAMR3SnapshotFree(): fixed typo causing a memory leak
(edit) @68484   7 years vboxsync Docs nit.
(edit) @68470   7 years vboxsync PDM: add new PDM device helper for sending a MSI directly (from all …
(edit) @68438   7 years vboxsync space.
(edit) @68434   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68433   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68408   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: SVM bits.
(edit) @68406   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: bits.
(edit) @68403   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68364   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @68363   7 years vboxsync VMM/HM: Nested Hw.virt nit.
(edit) @68362   7 years vboxsync VMM/IEM: SVM Nested Hw.virt bits.
(edit) @68361   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68346   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt fixes.
(edit) @68341   7 years vboxsync VMM/CPUM: Fix regression in r117450.
(edit) @68329   7 years vboxsync VMM/CPUM: Nested Hw.virt fixes.
(edit) @68311   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt interrupt logic bits.
(edit) @68305   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Exit bits.
(edit) @68301   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68293   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68279   7 years vboxsync VMM/HMSVMR0: typo.
(edit) @68275   7 years vboxsync VMM/HMSVMR0,HMSVMAll: Nested Hw.virt bits.
(edit) @68262   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68256   7 years vboxsync DBGFR3InfoDeregisterDevice,DBGFR3InfoDeregisterDevice: More readable.
(edit) @68255   7 years vboxsync DBGFR3InfoDeregisterDevice,DBGFR3InfoDeregisterDevice: Better fix for …
(edit) @68254   7 years vboxsync DBGInfo: fixed potential crash on shutdown
(edit) @68231   7 years vboxsync VMM/HMSVMR0: Doxygen fix.
(edit) @68229   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @68228   7 years vboxsync VMM: Nested Hw.virt: Doxygen fixes.
(edit) @68227   7 years vboxsync VMM/IEM: Updates for SVM R0 nested bits.
(edit) @68226   7 years vboxsync VMM: Nested Hw.virt: SVM R0 bits.
(edit) @68220   7 years vboxsync VMM/APIC: Fix incorrect log statement
(edit) @68150   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @68106   7 years vboxsync Updated comment.
(edit) @68053   7 years vboxsync GVMMR0: Fixed assertion in VMMR0TermVM caused by use of the wrong NIL …
(edit) @68023   7 years vboxsync Backed out accidental tstVMM change in previous commit.
(edit) @68022   7 years vboxsync TMCpuTickGetDeadlineAndTscOffset: build fix
(edit) @68020   7 years vboxsync TMR3Reset: Must reset TSC to zero to work around windows 8 bug TSC range.
(edit) @68019   7 years vboxsync TMAllCpu.cpp: Removed some weirness from the TSC calc code.
(edit) @68013   7 years vboxsync VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
(edit) @68012   7 years vboxsync doxyen build fix
(edit) @68011   7 years vboxsync GVMMR0,VMMR0: More cleanups.
(edit) @68010   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68009   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68008   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls. [build fix]
(edit) @68007   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls.
(edit) @68002   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup. [build fix]
(edit) @68001   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup.
(edit) @67994   7 years vboxsync PGMR0,GVMMR0: Ditto for large page alloc.
(edit) @67993   7 years vboxsync PGMR0Phys*Handy*: Added pGVM parameter and changed the PVMCPU to idCpu.
(edit) @67992   7 years vboxsync GVMMR0: build fix and GVMMR0ValidateGVMandVMandEMT.
(edit) @67991   7 years vboxsync GVMMR0*Statistics*: Pass GVM along with pVM when we got one.
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