VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53438   10 years vboxsync TM: Use CFGMR3Exists. Moved the do-not-use-dynamic-mode-with-SMP-VMs …
(edit) @53437   10 years vboxsync CFGM: Added CFGMR3Exists for TM.
(edit) @53433   10 years vboxsync VMM/TM: typo.
(edit) @53432   10 years vboxsync VMM/TM: typo.
(edit) @53431   10 years vboxsync VMM/TM: CFGM validation fix.
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53423   10 years vboxsync IEMAllInstructions.cpp.h: evex & xop notes.
(edit) @53414   10 years vboxsync VMM/HM: Minor nit.
(edit) @53391   10 years vboxsync VMM/CPUM: Fix crash while dumping hypervisor leafs
(edit) @53326   10 years vboxsync VMM/TM: When UseRealTSC is forced, use it even for SMP.
(edit) @53325   10 years vboxsync VMM: Fix sign inconsistency in the RealUseTSC case.
(edit) @53307   10 years vboxsync VMM/TM: Logging fix.
(edit) @53300   10 years vboxsync VMM: logging fix
(edit) @53283   10 years vboxsync VMM/GIM: nit.
(edit) @53269   10 years vboxsync HostDrivers/Support: Enabled global TSC rate calculation and …
(edit) @53247   10 years vboxsync IEM: Added salc (set AL to CF). Started making sense of the whole …
(edit) @53246   10 years vboxsync IEM: Added salc (set AL to CF). Started making sense of the whole …
(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   10 years vboxsync IEM: Call gate TSS access needs to check TSS bitness, not gate, duh.
(edit) @53107   10 years vboxsync Committed more than I had intended…
(edit) @53104   10 years vboxsync IEM: Added FILD m16.
(edit) @53102   10 years vboxsync IEM: SS determines stacks size, not CS (IRET).
(edit) @53101   10 years vboxsync EM: Careful with MOV to segment register.
(edit) @53097   10 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53089   10 years vboxsync VMM/HMVMXR0: logging fix.
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @53061   10 years vboxsync HM: Fixed SVM MF intercept setup logic error.
(edit) @53031   10 years vboxsync USB: Connecting the dots.
(edit) @52984   10 years vboxsync iomMMIODoComplicatedWrite: Fixed assertion, should be using && instead …
(edit) @52931   10 years vboxsync VMM/testcase/tstAnimate: fixed wrong condition
(edit) @52928   10 years vboxsync VMM/HMVMXR0: Fix checking PAT MSR validity in hmR0VmxCheckGuestState().
(edit) @52919   10 years vboxsync IEM: Corrected FNOP opcode.
(edit) @52913   10 years vboxsync IEM: Implemented call gates (currently disabled).
(edit) @52884   10 years vboxsync IEM: Added comments where code does not match comments and/or Intel …
(edit) @52883   10 years vboxsync IEM: Fixed 16-bit inter-privilege IRET.
(edit) @52882   10 years vboxsync IEM: Fixed inter-privilege RETF.
(edit) @52866   10 years vboxsync Typo cut and paste.
(edit) @52862   10 years vboxsync stamR3LookupMaybeFree: Fixed bug causing assertions in …
(edit) @52859   10 years vboxsync IEM: Inter-ring RETF stack fix.
(edit) @52847   10 years vboxsync stamR3LookupMaybeFree: disable asserting code.
(edit) @52841   10 years vboxsync stamR3LookupMaybeFree: Inverted parent check.
(edit) @52811   10 years vboxsync VMM/PGMPool: typo in PGMR3PoolGrow(), thanks PVS
(edit) @52810   10 years vboxsync VMM/PGMPool: typo in pgmR3PoolInit(), thanks PVS
(edit) @52809   10 years vboxsync VMM/MMPagePool: fixed a bug which lead to allocating more hyper space …
(edit) @52772   10 years vboxsync VMM/GIM: empty prototype.
(edit) @52771   10 years vboxsync VMM/CSAM, PATM: rename SSM_VERSION macros to SAVED_STATE_VERSION macros.
(edit) @52770   10 years vboxsync VMM/CPUM: Fix EFER WRMSR to ignore EFER.LMA bit, trunk regression …
(edit) @52768   10 years vboxsync VMM/GIM: doxygen beautifications.
(edit) @52767   10 years vboxsync VMM/GIM: Get rid of separate fEnabled field, just use the provider to …
(edit) @52766   10 years vboxsync VMM/HM: Fixing source of ambiguity.
(edit) @52765   10 years vboxsync VMM/GIM: nits.
(edit) @52764   10 years vboxsync @cfgm adjustments.
(edit) @52763   10 years vboxsync wrong again
(edit) @52762   10 years vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52761   10 years vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52726   10 years vboxsync VMM/IEM: minor nit.
(edit) @52724   10 years vboxsync IEM: Implemented expand-down limit checks (2 out of 3).
(edit) @52717   10 years vboxsync VMM/CPUM: Raise #GP(0) while writing to disallowed EFER bits.
(edit) @52707   10 years vboxsync VMM/GIM: comment.
(edit) @52699   10 years vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52698   10 years vboxsync VMM/CPUM: nit.
(edit) @52697   10 years vboxsync VMM/CPUM: Dump hypervisor CPUID leaves to the release log.
(edit) @52693   10 years vboxsync cosmetics
(edit) @52692   10 years vboxsync VMM: properly restore A20 from the saved state (fixes potential …
(edit) @52685   10 years vboxsync VMM/GIM/Hyper-V: Busted -- Query nested paging info., MSR bitmap info. …
(edit) @52676   10 years vboxsync VMM/GIM/Minimal: round up while reporting the frequency in KHz.
(edit) @52675   10 years vboxsync VMM/GIM: Fix circular dependency between PDM and GIM init. routines.
(edit) @52674   10 years vboxsync VMM/GIM/Minimal: log.
(edit) @52672   10 years vboxsync VMM/GIM/Minimal: Expose hypervisor timing information leaves.
(edit) @52671   10 years vboxsync VMM/GIM: Use the PDM interface to query the APIC timer freq.
(edit) @52670   10 years vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52669   10 years vboxsync VMM/IEM: added todo.
(edit) @52661   10 years vboxsync IEM: Clear TRPM when exception was raised, too.
(edit) @52660   10 years vboxsync VMM/EMHandleRCTmpl: todo resolved.
(edit) @52659   10 years vboxsync VMM/IEM: Reset TRPM only when IEM successfully injects the trap. …
(edit) @52655   10 years vboxsync VMM/HMVMXR0,HMSVMR0: oops, forgot bugref number.
(edit) @52654   10 years vboxsync VMM/HMSVMR0: Use AMD-V terminology.
(edit) @52653   10 years vboxsync VMM/HMVMXR0,VMM/HMSVMR0: Fix incorrect disassembly of instruction …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52611   10 years vboxsync VMM/HMVMXR0: Added ApicAccessToR3 stat and addressed a 4.3 todo.
(edit) @52595   10 years vboxsync VMM/HMVMXR0: Logging.
(edit) @52573   10 years vboxsync VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to …
(edit) @52551   10 years vboxsync VMM/CPUM: nit.
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