VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62643   8 years vboxsync VMMR3: warnings
(edit) @62642   8 years vboxsync gimR3HvInit: Check VendorID length or we'll pick up random stack bits …
(edit) @62641   8 years vboxsync GIM: Please refrain from using 'c' as 'const', 'c' always means 'count …
(edit) @62640   8 years vboxsync VMM: warnings.
(edit) @62639   8 years vboxsync VMMR3: warnings
(edit) @62638   8 years vboxsync VMMR3: warnings
(edit) @62637   8 years vboxsync VMMR3: warnings
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62603   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62596   8 years vboxsync VMM/TM: new functions for getting virtual time from R3
(edit) @62591   8 years vboxsync VMM/GIM, CPUM: Retire "EnableHVP" CFGM option and the unconditional …
(edit) @62540   8 years vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits.
(edit) @62534   8 years vboxsync (C) 2016
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62460   8 years vboxsync VMM: scm
(edit) @62440   8 years vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62431   8 years vboxsync VMMR0: MSC level 4 warning fixes.
(edit) @62430   8 years vboxsync pdmR[3C]ApicHlp_ClearInterruptFF: Put the unused …
(edit) @62429   8 years vboxsync pdmR0ApicHlp_ClearInterruptFF: fixed incorrect …
(edit) @62424   8 years vboxsync GIMAllHv.cpp: MSC level 4 warnings.
(edit) @62423   8 years vboxsync emReadBytes: MSC level 4 warning.
(edit) @62422   8 years vboxsync iemTaskSwitch: Fixed X86_DESC_DB check and faked up DescSS for V8086 …
(edit) @62421   8 years vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62420   8 years vboxsync IEMAllInstructions.cpp.h: Disable unreachable code warning.
(edit) @62419   8 years vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62418   8 years vboxsync TRPMGCTrap0bHandler: Dropped unused pVM.
(edit) @62417   8 years vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
(edit) @62413   8 years vboxsync iemAImpl_div_u64: Documented flag behavior of Intel Skylake 6700K, …
(edit) @62411   8 years vboxsync iemAImpl_mul_u64: Implemented flag behavior to match that of Intel …
(edit) @62408   8 years vboxsync iemAImpl_imul_u64: Adjusted flag behavior to match that of Intel …
(edit) @62404   8 years vboxsync iemAImpl_idiv_u64: Use RTUint128AssignNeg.
(edit) @62402   8 years vboxsync iemAImpl_imul_u64: Use RTUint128AssignNeg.
(edit) @62399   8 years vboxsync iemAImpl_imul_u64: missed one
(edit) @62398   8 years vboxsync iemAImpl_imul_u64: duh!
(edit) @62384   8 years vboxsync VMM: fixed gcc flags
(edit) @62373   8 years vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62371   8 years vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62360   8 years vboxsync VMMR3/PDMDriver.cpp: Allow to deregister STAM values without debug …
(edit) @62359   8 years vboxsync VMM/GIM: Doxygen build fix.
(edit) @62357   8 years vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @62354   8 years vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @62341   8 years vboxsync VMM/HMVMXR0: 130 col nit.
(edit) @62340   8 years vboxsync VMM/HMVMXR0: nits and spaces.
(edit) @62338   8 years vboxsync IEM: Improved return codes.
(edit) @62334   8 years vboxsync VMX: Force host state VMCS updates when moving away from magic …
(edit) @62329   8 years vboxsync TRPMR3InjectEvent: Fixed stuck --recompile-all with AMD-V/VT-x guest.
(edit) @62326   8 years vboxsync PDMAllCritSect: Fixed raw-mode/ring-0 assertion wrt cNestings.
(edit) @62321   8 years vboxsync VMM/HMVMXR0: Read only VMCS field when its supported by the CPU …
(edit) @62320   8 years vboxsync VMX: Update uVmcsState when changing VMX state.
(edit) @62309   8 years vboxsync VMM/APIC: More info. on AssertMsgFailed.
(edit) @62304   8 years vboxsync PGMAllPhys.cpp: warnings
(edit) @62302   8 years vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62291   8 years vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @62290   8 years vboxsync IEM: a few more lines of code tlb code.
(edit) @62289   8 years vboxsync IEMInternal.h: Forgot to commit these the other day.
(edit) @62287   8 years vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @62277   8 years vboxsync VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
(edit) @62276   8 years vboxsync tstVMStructSize: Compile fix for building with old APIC.
(edit) @62272   8 years vboxsync PATMRawLeave: VINF_EM_RAW_GUEST_TRAP is probably fine too
(edit) @62260   8 years vboxsync CPUMRawEnter: Incorrect CR0 assertion, we allow raw-mode without WP …
(edit) @62257   8 years vboxsync IEM: Fix missing read cleanup in retf to different level code path. …
(edit) @62255   8 years vboxsync tstVMM: don't do STAMR3Dump() by default as this pollutes the testboxes
(edit) @62246   8 years vboxsync iemMapLookup: Duh!
(edit) @62245   8 years vboxsync AllPdbTypeHack.cpp: Include instances alternative VM/VMCPU typedefs.
(edit) @62233   8 years vboxsync slight adjustment.
(edit) @62232   8 years vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62231   8 years vboxsync IEMAll: doxyfix.
(edit) @62218   8 years vboxsync VMM/HMSVMR0: line nit.
(edit) @62189   8 years vboxsync IEM: A little bit more on the code TLB.
(edit) @62186   8 years vboxsync SVM: Read the TSC before writing MSRs (serializing, slow).
(edit) @62171   8 years vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62162   8 years vboxsync VMM, IOAPIC: Temporarily enable using the PDM lock instead of the …
(edit) @62151   8 years vboxsync emR3RemExecute: Try reschdule if IEM throws an unimplemented problem …
(edit) @62148   8 years vboxsync pdmR3CritSectDeleteOne: Fixed cNestings assertion caused by the …
(edit) @62147   8 years vboxsync PDMCritSect: NOP critsects are less likely to appear than real ones …
(edit) @62146   8 years vboxsync PDMCritSectAll.cpp: Enabled the optimizations optimizations.
(edit) @62145   8 years vboxsync PDMCritSectAll.cpp: Prepped a few optimizations.
(edit) @62138   8 years vboxsync IEMAll.cpp: Darwin build fix.
(edit) @62134   8 years vboxsync IEMExecLots: Made it do more than a single loop.
(edit) @62126   8 years vboxsync VMM/HMSVMR0: nit.
(edit) @62115   8 years vboxsync SVM: Workaround for NMI/task switch trouble on old AMDs.
(edit) @62111   8 years vboxsync IEM: warnings.
(edit) @62109   8 years vboxsync IEM: Enable setjmp for all hosts.
(edit) @62108   8 years vboxsync SVM: Bit more debug logging.
(edit) @62107   8 years vboxsync SVM: Keep track of last CPU even when always flushing TLB.
(edit) @62106   8 years vboxsync hmR0VmxIs32BitSwitcherSafe: Use return, it's one of the major perks …
(edit) @62093   8 years vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62092   8 years vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62091   8 years vboxsync IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
(edit) @62090   8 years vboxsync IEM: setjmp/longjmp on windows.
(edit) @62083   8 years vboxsync IEM: Optimize general purpose register handling a little, reducing the …
(edit) @62077   8 years vboxsync doxygen fix
(edit) @62076   8 years vboxsync IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
(edit) @62073   8 years vboxsync doxygen fixes
(edit) @62045   8 years vboxsync Copy/paste fix.
(edit) @62044   8 years vboxsync Make old compilers happy.
(edit) @62040   8 years vboxsync VMX: Go back to 32-bit switcher when we have UX, too.
(edit) @62035   8 years vboxsync VMM/HMSVMR0: comment typo.
(edit) @62034   8 years vboxsync PGMAllPool.cpp: Removed unwanted RTLogPrintf statements.
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