VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50540   11 years vboxsync VMM/HM: Ignore SMX mode and proceed with a warning.
(edit) @50509   11 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @50506   11 years vboxsync VMM/HMVMXR0: Fix for workaround done in r92215.
(edit) @50428   11 years vboxsync HMR0Mixed.mac: Windows experiment with delaying host IDTR.LIMIT …
(edit) @50426   11 years vboxsync HMR0VMX.cpp: Hacked hmR0VmxSaveHostSegmentRegs to call …
(edit) @50407   11 years vboxsync duh
(edit) @50406   11 years vboxsync Some RTEnvGet cleanup, adding todos for the rest.
(edit) @50387   11 years vboxsync build fix
(edit) @50385   11 years vboxsync TMAll: Realized what the asserting was all about and reintroduced it, …
(edit) @50383   11 years vboxsync tmTimerVirtualSyncSet: Removed non-sensical lock ownership assertion.
(edit) @50381   11 years vboxsync tmTimerVirtualSyncStop: Removed non-sensical lock ownership assertion.
(edit) @50333   11 years vboxsync VMM, SupDrv: Allow VT-x when in presumed SMX mode when the VMXON bit …
(edit) @50285   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IO instructions (string I/O is a …
(edit) @50284   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IRET and POPF in real-on-v86 mode.
(edit) @50275   11 years vboxsync VMM/HMVMXR0: Fix single-stepping in real-on-v86 mode for certain …
(edit) @50271   11 years vboxsync VMM/HMVMXR0: Comment clarification.
(edit) @50270   11 years vboxsync VMM/HMVMXR0: Fix single-stepping with IRET on real-on-v86 mode while …
(edit) @50255   11 years vboxsync VMM: two undocumented CPUID bits
(edit) @50163   11 years vboxsync CPUM.cpp: Enable SSE4.1 and SSE4.2 by default for trunk.
(edit) @50162   11 years vboxsync CPUM.cpp: Added /CPUM/SSE4.1 and /CPUM/SSE4.2 configuration overrides …
(edit) @50158   11 years vboxsync cpumMsrWr_Ia32BiosSignId should ignore writes, not GP. Only used on P4.
(edit) @50157   11 years vboxsync CPUMR3Db.cpp: Redid the cpu database matching (cpumR3DbGetCpuInfo) to …
(edit) @50141   11 years vboxsync selmValidateAndConvertCSAddrHidden: Drop the bogus VERR_INVALID_RPL checks.
(edit) @50115   11 years vboxsync tstVMM: Drop the MSR quick report in the default test.
(edit) @50113   11 years vboxsync Because of the CPUID leaves we'll need the heap to always be mapped …
(edit) @50112   11 years vboxsync Missed one line.
(edit) @50111   11 years vboxsync Better name & restrict line length to 130 chars.
(edit) @50110   11 years vboxsync corrected function name.
(edit) @50087   11 years vboxsync VERR_CPUM_TOO_MANY_CPUID_SUBLEAVES: Dump some potentially useful info …
(edit) @50038   11 years vboxsync CPUM: Don't use stale pStdFeatureLeaf and pExtFeatureLeaf pointers. …
(edit) @50019   11 years vboxsync CPUMR3CpuId.cpp (trunk+4.3): s/RTStrmPrintf/Log/
(edit) @50009   11 years vboxsync VMMRZCallRing3Disable,VMMRZCallRing3Enable: Made them preemption …
(edit) @50001   11 years vboxsync PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
(edit) @50000   11 years vboxsync pdmR3R0CritSectEnterContended: That worked but wasn't entirely …
(edit) @49999   11 years vboxsync pdmR3R0CritSectEnterContended: Ok, that didn't work, so next attempt.
(edit) @49998   11 years vboxsync pdmR3R0CritSectEnterContended: Deal with VERR_INTERRUPTED while trying …
(edit) @49995   11 years vboxsync cpus/*AMD*.h: Make sure the patch loader MSR is present in older entries.
(edit) @49993   11 years vboxsync CPUM: VIA MSR mappings (rough cut).
(edit) @49992   11 years vboxsync VMM/HMVMXR0: comment copy & paste error.
(edit) @49990   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49988   11 years vboxsync CPU: Hacking VIA
(edit) @49981   11 years vboxsync CPUMAllMsrs.cpp: Fixed cpumLookupMsrRange to resolved aliases. Also …
(edit) @49979   11 years vboxsync Fix burn.
(edit) @49978   11 years vboxsync CPUM: One more P4 related issue that needs fudging.
(edit) @49977   11 years vboxsync CPUM: Make sure a minimum of commonly used MSRs are present by default.
(edit) @49975   11 years vboxsync EM: Make sure the RA1 and RAZ bits of DR6 and DR7 are enforced. Fixes …
(edit) @49972   11 years vboxsync CPUM: More msr hacking.
(edit) @49971   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49970   11 years vboxsync VMM/HMSVMR0: Avoid MSR write when possible.
(edit) @49969   11 years vboxsync VMM/HMSVMR0: todo addressed in r91390.
(edit) @49968   11 years vboxsync VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
(edit) @49967   11 years vboxsync HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
(edit) @49966   11 years vboxsync CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
(edit) @49954   11 years vboxsync CPUM.cpp: Off by one bug in new CPUID count limiting code.
(edit) @49952   11 years vboxsync Added AMD_Phenom_II_X6_1100T entry.
(edit) @49945   11 years vboxsync PAT hack for a core 2 duo.
(edit) @49937   11 years vboxsync VMM/HMSVMR0: Change ASID when required.
(edit) @49936   11 years vboxsync wtf?
(edit) @49934   11 years vboxsync VMM/HMR0: Don't unnecessarily reset uCurrentAsid.
(edit) @49932   11 years vboxsync VMM/HMR0: Assertion.
(edit) @49931   11 years vboxsync VMM/HMSVMR0: Assertions.
(edit) @49927   11 years vboxsync VMM: Mapped the MSRs for a core 2 penryn cpu.
(edit) @49925   11 years vboxsync VMM/HM: Fewer tree levels in HM stats.
(edit) @49922   11 years vboxsync export
(edit) @49921   11 years vboxsync export
(edit) @49915   11 years vboxsync CPUM: Fixed CPUID(5) copy&paste regression.
(edit) @49914   11 years vboxsync SELM: Fixed stale selector handling issue (raw-mode only). Returning …
(edit) @49903   11 years vboxsync VMM/HMVMXR0: Todo comment.
(edit) @49902   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49901   11 years vboxsync VMM/HMVMXR0: nit.
(edit) @49900   11 years vboxsync VMM/HMSVMR0: 32-bit build fix.
(edit) @49899   11 years vboxsync Added data for i5-3570.
(edit) @49898   11 years vboxsync VMM/HMSVMR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
(edit) @49897   11 years vboxsync VMM/HMSVMR0: Clear the VMCB Clean Bit for NP while flushing the guest …
(edit) @49896   11 years vboxsync VMM/HMSVMR0: Don't need to re-enable NP on each VMRUN.
(edit) @49895   11 years vboxsync oops
(edit) @49894   11 years vboxsync build fix
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49890   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Comments, be consistent.
(edit) @49889   11 years vboxsync VMM/HMVMXR0: Comments.
(edit) @49888   11 years vboxsync VMM/HMSVMR0: Fix infinite recursion on ring-0 assertion with longjmp …
(edit) @49879   11 years vboxsync VMM/HMSVMR0: Update CPL and its corresponding VMCB Clean bit when SS …
(edit) @49876   11 years vboxsync VMM/HMSVMR0: Mark the VMCB-clean bits as dirty while migrating CPUs.
(edit) @49870   11 years vboxsync VMM/HMVMXR0: Four consecutive NOT operators is a tad too redundant.
(edit) @49864   11 years vboxsync VMM/HMVMXR0: Minor nit while checking PAE PDPTEs in …
(edit) @49853   11 years vboxsync VMM/HMVMXR0: Save guest-control registers on CRX-read exits.
(edit) @49852   11 years vboxsync VMM/HMVMXR0: Add guest-state checks for PAE PDPTEs.
(edit) @49849   11 years vboxsync VMM: Use EFER.LMA in PAE-paging mode check rather than EFER.LME.
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49812   11 years vboxsync VMM: fixed assertion in PDMDevHelpMMIO2Deregister()
(edit) @49808   11 years vboxsync PATMSSM.cpp: Don't try convert non-patch memory addresses to offsets. …
(edit) @49801   11 years vboxsync fix warning
(edit) @49800   11 years vboxsync SSM: Sticky failure statuses for SSMR3PutStruct, SSMR3PutStructEx, …
(edit) @49799   11 years vboxsync Missed the else in the FIXUP_ABSOLUTE case.
(edit) @49796   11 years vboxsync PATMSSM.cpp: Must clear rec.Core.key when not used to ensure it fits …
(edit) @49794   11 years vboxsync PATMSSM.cpp: RTAvlU32DoWithAll rc fix.
(edit) @49793   11 years vboxsync Backed out r91121: Wrong fix.
(edit) @49792   11 years vboxsync VMM/PATM: fixed SSM fields for RELOCREC (both members contain host …
(edit) @49789   11 years vboxsync VMM: don't ignore the error code of RTAvl*DoWithAll() if the callback …
(edit) @49776   11 years vboxsync VMM/HMVMXR0: Comment.
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