VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36844   14 years vboxsync IEM: started drilling down to FINIT, but have to change location.
(edit) @36841   14 years vboxsync IEM: CMOVcc, JMPF Ep.
(edit) @36840   14 years vboxsync IEM: cpuid, clts, fixes.
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36835   14 years vboxsync IEM: pop Ev; fixed the setting of accessed bit.
(edit) @36834   14 years vboxsync IEM: Moved the iemCImpl functions out of IEMAll.cpp and into …
(edit) @36833   14 years vboxsync IEM: Fixed missing RIP advancing when rCX was 0. 'LSS GReg, r/m' …
(edit) @36831   14 years vboxsync build fix
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36828   14 years vboxsync IEM: implemented XLAT, extended the output when hitting a stub.
(edit) @36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 years vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36824   14 years vboxsync Always optimize IEMAll.cpp.
(edit) @36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36822   14 years vboxsync comment typo.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36818   14 years vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36813   14 years vboxsync mac build fix.
(edit) @36812   14 years vboxsync IEM: hlt
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36798   14 years vboxsync build fix
(edit) @36795   14 years vboxsync IEM: Verify memory writes, fixed bugs found doing so.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36791   14 years vboxsync tstX86-1: Build fix for FreeBSD
(edit) @36788   14 years vboxsync OSE build fix.
(edit) @36787   14 years vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36780   14 years vboxsync IEM: Some more bits.
(edit) @36778   14 years vboxsync win.x86 build fix.
(edit) @36776   14 years vboxsync solaris build fix./
(edit) @36775   14 years vboxsync gcc build fixes.
(edit) @36774   14 years vboxsync build fix.
(edit) @36773   14 years vboxsync build fix.
(edit) @36772   14 years vboxsync build fixes.
(edit) @36771   14 years vboxsync build fixes.
(edit) @36770   14 years vboxsync build fixes.
(edit) @36769   14 years vboxsync build fixes.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36762   14 years vboxsync CPUM: CPUMSetGuestGDTR and CPUMSetGuestIDTR should take 64-bit base value.
(edit) @36669   14 years vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @36660   14 years vboxsync VMM: Change initial TSS attribs to what guests expect.
(edit) @36643   14 years vboxsync HWVMXR0.cpp: probably a workaround for a REM bug.
(edit) @36641   14 years vboxsync VMX: Do not mangle 16-bit TR into 32-bit one.
(edit) @36639   14 years vboxsync CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
(edit) @36629   14 years vboxsync Build fix
(edit) @36627   14 years vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36568   14 years vboxsync PDMBlkCache: fixed memory leak
(edit) @36564   14 years vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36448   14 years vboxsync PCI: refactoring, further IOMMU work
(edit) @36442   14 years vboxsync duh
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36427   14 years vboxsync updated sketches a bit.
(edit) @36416   14 years vboxsync PGMRZDynMap.cpp: Committed a slightly modified version of …
(edit) @36415   14 years vboxsync nits
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36400   14 years vboxsync PCI: work on IOMMU notifications
(edit) @36345   14 years vboxsync Runtime/log: forgotten file
(edit) @36329   14 years vboxsync PCI: per-VM initialization (for IOMMU domains)
(edit) @36315   14 years vboxsync VMM: more correct MSR_IA32_MISC_ENABLE emulation
(edit) @36302   14 years vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36291   14 years vboxsync VMM/EMAll: do not tread the emInterpretIncDec assertion differently
(edit) @36285   14 years vboxsync Never complete tasks on the submitting thread using the callback, this …
(edit) @36256   14 years vboxsync hwaccmR0InitCpu: SUPR0Printf can hang solaris systems when done from …
(edit) @36255   14 years vboxsync VMEmt.cpp: Fixed logging crash.
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36251   14 years vboxsync PDMCritSectLeave: another assertion.
(edit) @36245   14 years vboxsync HWACCMR0: Replaced return code arrays used by RTMpOnAll operation with …
(edit) @36237   14 years vboxsync HWACCMR0.cpp: Adding todos for 256 CPUs.
(edit) @36236   14 years vboxsync HWACCMR0: CPU bounds check. CPUMR0: updated message.
(edit) @36235   14 years vboxsync GVMMR0.cpp: bound check when copying out statistics.
(edit) @36234   14 years vboxsync CPUMR0.cpp: Stay within the bounds of g_aLApics; safely bail out of …
(edit) @36196   14 years vboxsync VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
(edit) @36170   14 years vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36157   14 years vboxsync VMM: fix for gcc 4.5
(edit) @36151   14 years vboxsync BlockCache: Don't add waiting writs to the list again after an I/O …
(edit) @36138   14 years vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @36054   14 years vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @36042   14 years vboxsync PGMSavedState.cpp: Must change ballooned pages to zero pages when …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36013   14 years vboxsync VMM/VMMR3/PGMSavedState: Save and restore ballooned pages in saved …
(edit) @36009   14 years vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @36001   14 years vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
(edit) @35959   14 years vboxsync PCI: further R0/driver work
(edit) @35917   14 years vboxsync VMM/VMMR0/GMMR0: typo in logging.
(edit) @35914   14 years vboxsync VMM/VMMR0/GMMR0: logging.
(edit) @35902   14 years vboxsync VMMR0.cpp: Added the IntNetR0Term call to ModuleInit that was missing …
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35856   14 years vboxsync typo
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35794   14 years vboxsync VMM: Improved error message for PDM interface mismatches. Might also …
(edit) @35787   14 years vboxsync PDM.cpp: Instrumented the asynchronous reset, suspend and poweroff …
(edit) @35754   14 years vboxsync Fix running 64bit guests on 32bit hosts with nested paging
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
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