VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53235   10 years vboxsync VMM: Fixed incorrect pure TSC-offsetting mode switch with paravirt. …
(edit) @53210   10 years vboxsync PDM/VUSB: Provide port/device speed to HCs (and emulated devices).
(edit) @53202   10 years vboxsync doc nits
(edit) @53200   10 years vboxsync VMM/HMVMXR0: comestics.
(edit) @53199   10 years vboxsync VMM/HMVMXR0: Windows build fix, doesn't like negating unsigned numbers …
(edit) @53198   10 years vboxsync VMM/HMVMXR0: Remove assertion in hmR0VmxExitRdtsc() for when CR4.TSD …
(edit) @53197   10 years vboxsync VMM/HMSVMR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53196   10 years vboxsync VMM/HMVMXR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53193   10 years vboxsync VMM/HMVMXR0: nits.
(edit) @53190   10 years vboxsync VMM/HMVMXR0: nits.
(edit) @53188   10 years vboxsync IEM: into is invalid in 64-bit mode; added int1/icebp.
(edit) @53183   10 years vboxsync IEMAll: Added IEM_MC_FETCH_MEM_I64 and tweaked the VT-x verification …
(edit) @53182   10 years vboxsync IEMAll: Added IEM_MC_FETCH_MEM_I64 and tweaked the VT-x verification …
(edit) @53181   10 years vboxsync IEM/IRET: Make the 16-bit IRET real/v86 mode instruction clear RF, …
(edit) @53180   10 years vboxsync IEM: Implemented fidl m64i.
(edit) @53178   10 years vboxsync HMVMXR0.cpp: Fixed several bugs in the real-mode-on-top-of-v86 …
(edit) @53176   10 years vboxsync HMVMXR0.cpp: Fixed bug in hmR0VmxInjectEventVmcs where cs.ValidSel …
(edit) @53152   10 years vboxsync VMM/TM: space.
(edit) @53108   11 years vboxsync IEM: Call gate TSS access needs to check TSS bitness, not gate, duh.
(edit) @53107   11 years vboxsync Committed more than I had intended…
(edit) @53104   11 years vboxsync IEM: Added FILD m16.
(edit) @53102   11 years vboxsync IEM: SS determines stacks size, not CS (IRET).
(edit) @53101   11 years vboxsync EM: Careful with MOV to segment register.
(edit) @53097   11 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53089   11 years vboxsync VMM/HMVMXR0: logging fix.
(edit) @53062   11 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @53061   11 years vboxsync HM: Fixed SVM MF intercept setup logic error.
(edit) @53031   11 years vboxsync USB: Connecting the dots.
(edit) @52984   11 years vboxsync iomMMIODoComplicatedWrite: Fixed assertion, should be using && instead …
(edit) @52931   11 years vboxsync VMM/testcase/tstAnimate: fixed wrong condition
(edit) @52928   11 years vboxsync VMM/HMVMXR0: Fix checking PAT MSR validity in hmR0VmxCheckGuestState().
(edit) @52919   11 years vboxsync IEM: Corrected FNOP opcode.
(edit) @52913   11 years vboxsync IEM: Implemented call gates (currently disabled).
(edit) @52884   11 years vboxsync IEM: Added comments where code does not match comments and/or Intel …
(edit) @52883   11 years vboxsync IEM: Fixed 16-bit inter-privilege IRET.
(edit) @52882   11 years vboxsync IEM: Fixed inter-privilege RETF.
(edit) @52866   11 years vboxsync Typo cut and paste.
(edit) @52862   11 years vboxsync stamR3LookupMaybeFree: Fixed bug causing assertions in …
(edit) @52859   11 years vboxsync IEM: Inter-ring RETF stack fix.
(edit) @52847   11 years vboxsync stamR3LookupMaybeFree: disable asserting code.
(edit) @52841   11 years vboxsync stamR3LookupMaybeFree: Inverted parent check.
(edit) @52811   11 years vboxsync VMM/PGMPool: typo in PGMR3PoolGrow(), thanks PVS
(edit) @52810   11 years vboxsync VMM/PGMPool: typo in pgmR3PoolInit(), thanks PVS
(edit) @52809   11 years vboxsync VMM/MMPagePool: fixed a bug which lead to allocating more hyper space …
(edit) @52772   11 years vboxsync VMM/GIM: empty prototype.
(edit) @52771   11 years vboxsync VMM/CSAM, PATM: rename SSM_VERSION macros to SAVED_STATE_VERSION macros.
(edit) @52770   11 years vboxsync VMM/CPUM: Fix EFER WRMSR to ignore EFER.LMA bit, trunk regression …
(edit) @52768   11 years vboxsync VMM/GIM: doxygen beautifications.
(edit) @52767   11 years vboxsync VMM/GIM: Get rid of separate fEnabled field, just use the provider to …
(edit) @52766   11 years vboxsync VMM/HM: Fixing source of ambiguity.
(edit) @52765   11 years vboxsync VMM/GIM: nits.
(edit) @52764   11 years vboxsync @cfgm adjustments.
(edit) @52763   11 years vboxsync wrong again
(edit) @52762   11 years vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52761   11 years vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52726   11 years vboxsync VMM/IEM: minor nit.
(edit) @52724   11 years vboxsync IEM: Implemented expand-down limit checks (2 out of 3).
(edit) @52717   11 years vboxsync VMM/CPUM: Raise #GP(0) while writing to disallowed EFER bits.
(edit) @52707   11 years vboxsync VMM/GIM: comment.
(edit) @52699   11 years vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52698   11 years vboxsync VMM/CPUM: nit.
(edit) @52697   11 years vboxsync VMM/CPUM: Dump hypervisor CPUID leaves to the release log.
(edit) @52693   11 years vboxsync cosmetics
(edit) @52692   11 years vboxsync VMM: properly restore A20 from the saved state (fixes potential …
(edit) @52685   11 years vboxsync VMM/GIM/Hyper-V: Busted -- Query nested paging info., MSR bitmap info. …
(edit) @52676   11 years vboxsync VMM/GIM/Minimal: round up while reporting the frequency in KHz.
(edit) @52675   11 years vboxsync VMM/GIM: Fix circular dependency between PDM and GIM init. routines.
(edit) @52674   11 years vboxsync VMM/GIM/Minimal: log.
(edit) @52672   11 years vboxsync VMM/GIM/Minimal: Expose hypervisor timing information leaves.
(edit) @52671   11 years vboxsync VMM/GIM: Use the PDM interface to query the APIC timer freq.
(edit) @52670   11 years vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52669   11 years vboxsync VMM/IEM: added todo.
(edit) @52661   11 years vboxsync IEM: Clear TRPM when exception was raised, too.
(edit) @52660   11 years vboxsync VMM/EMHandleRCTmpl: todo resolved.
(edit) @52659   11 years vboxsync VMM/IEM: Reset TRPM only when IEM successfully injects the trap. …
(edit) @52655   11 years vboxsync VMM/HMVMXR0,HMSVMR0: oops, forgot bugref number.
(edit) @52654   11 years vboxsync VMM/HMSVMR0: Use AMD-V terminology.
(edit) @52653   11 years vboxsync VMM/HMVMXR0,VMM/HMSVMR0: Fix incorrect disassembly of instruction …
(edit) @52618   11 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52611   11 years vboxsync VMM/HMVMXR0: Added ApicAccessToR3 stat and addressed a 4.3 todo.
(edit) @52595   11 years vboxsync VMM/HMVMXR0: Logging.
(edit) @52573   11 years vboxsync VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to …
(edit) @52551   11 years vboxsync VMM/CPUM: nit.
(edit) @52550   11 years vboxsync VMM/CPUM: Show invariant TSC support in the release log.
(edit) @52465   11 years vboxsync VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode …
(edit) @52456   11 years vboxsync Typos.
(edit) @52449   11 years vboxsync IEM: When emulating non-repeated INSB/INSW/INSD, write what we read …
(edit) @52440   11 years vboxsync VMM/GIM: comment.
(edit) @52419   11 years vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52411   11 years vboxsync VMM/HMVMXR0: Use unordered atomics for …
(edit) @52410   11 years vboxsync traling spaces
(edit) @52396   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @52395   11 years vboxsync added todo
(edit) @52363   11 years vboxsync SELM: More effective address calculation width fixes.
(edit) @52362   11 years vboxsync iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
(edit) @52361   11 years vboxsync iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
(edit) @52318   11 years vboxsync VMM/PGM: Fix.
(edit) @52310   11 years vboxsync VMM/HMSVMR0: comment.
(edit) @52296   11 years vboxsync VMM: Missed copyright header update in r95407.
(edit) @52295   11 years vboxsync VMM: Fix mixing 64-bit/32-bit FPU state in raw-mode.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette