VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12735   16 years vboxsync CPUMGetGuestCPL fix for real mode in VT-x.
(edit) @12703   16 years vboxsync build fix.
(edit) @12702   16 years vboxsync #1865: HWACCM - alignment fix+check for 32-bit gcc, doxygen.
(edit) @12688   16 years vboxsync #1865: EM - one pointer and statistics. Added a couple of more samples …
(edit) @12687   16 years vboxsync Started with VMM device heap for use with VT-x real-mode emulation. …
(edit) @12667   16 years vboxsync CPU id passed to interrupt callback, proper typing
(edit) @12657   16 years vboxsync #1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
(edit) @12600   16 years vboxsync Turned dr0..dr7 into an array.
(edit) @12578   16 years vboxsync Enable hardware breakpoint support for VT-x and AMD-V.
(edit) @12573   16 years vboxsync VMM: Added VMMGetCpuId (stub).
(edit) @12566   16 years vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12561   16 years vboxsync IOM: Made some minor adjustments to the MMIO CPU registration context …
(edit) @12549   16 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @12545   16 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12404   16 years vboxsync Cut off calculated addresses when not in 64 bits mode. (fixes OS/2 …
(edit) @12307   16 years vboxsync Logging
(edit) @12305   16 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12204   17 years vboxsync Moved the fatal assertion.
(edit) @12203   17 years vboxsync More verbose assertion
(edit) @12129   17 years vboxsync Don't check for hypervisor regions in VT-x/AMD-V mode.
(edit) @12121   17 years vboxsync Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
(edit) @12005   17 years vboxsync Comment update
(edit) @11933   17 years vboxsync Wrong type
(edit) @11764   17 years vboxsync Got rid of PAT cpuid feature hack. Properly fixed now.
(edit) @11748   17 years vboxsync More logging
(edit) @11736   17 years vboxsync warning
(edit) @11714   17 years vboxsync Enable the PAT cpuid feature when switching to long mode.
(edit) @11713   17 years vboxsync Wrong check for state free.
(edit) @11711   17 years vboxsync Deal with PGMR3MappingsUnfix flushing the entire page pool. In long …
(edit) @11704   17 years vboxsync Allow enabling and disabling of the PAT cpuid feature.
(edit) @11692   17 years vboxsync Disabled microcode version passthru. Code is sufficient to make sure …
(edit) @11691   17 years vboxsync Allow the MSR_IA32_BIOS_SIGN_ID query only for Intel CPUs.
(edit) @11690   17 years vboxsync Pass the host's MSR_IA32_BIOS_SIGN_ID on to the guest. This msr …
(edit) @11688   17 years vboxsync Some more MSR logging
(edit) @11570   17 years vboxsync Incorrect destination offset in PGMPhysInterpretedRead (crossed page …
(edit) @11533   17 years vboxsync Obsolete todo
(edit) @11531   17 years vboxsync Missing changes for PSE-36 support.
(edit) @11525   17 years vboxsync Added support for PSE-36.
(edit) @11522   17 years vboxsync Activated (lock) cmpxchg emulation for VT-x and AMD-V. Watch for …
(edit) @11509   17 years vboxsync Added R0/HC emulation of (lock) cmpxchg. Not activated.
(edit) @11508   17 years vboxsync Added emulation of cmpxchg & lock cmpxchg (not yet used).
(edit) @11492   17 years vboxsync Fixed the non-rep stoswd case (rdi must be updated).
(edit) @11488   17 years vboxsync stoswd emulation fix (DF).
(edit) @11477   17 years vboxsync small logging fix
(edit) @11458   17 years vboxsync Paranoia.
(edit) @11457   17 years vboxsync BT emulation bugfix.
(edit) @11456   17 years vboxsync Use DISGetParamSize instead of iomGetRegSize.
(edit) @11453   17 years vboxsync More compile issues
(edit) @11452   17 years vboxsync Minor correction
(edit) @11450   17 years vboxsync Access verfication for stoswd emulation.
(edit) @11449   17 years vboxsync Corrected assertion
(edit) @11434   17 years vboxsync Compile fix
(edit) @11431   17 years vboxsync Paranoia
(edit) @11424   17 years vboxsync Emulate stosw/d/q ourselves.
(edit) @11416   17 years vboxsync InvalidatePage: check 4 PDPEs for PAE guest mode. (shouldn't be …
(edit) @11407   17 years vboxsync warnings, comments
(edit) @11371   17 years vboxsync Too verbose logging
(edit) @11370   17 years vboxsync Deal with flushing of pgm pool pages when an injected event triggers …
(edit) @11366   17 years vboxsync A faulting call also implies the pgm pool page has been reused
(edit) @11349   17 years vboxsync Misleading log statement
(edit) @11311   17 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11309   17 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11299   17 years vboxsync mm: MMHyperXXToGC -> MMHyperXXToRC.
(edit) @11261   17 years vboxsync #1865: DevPIC.
(edit) @11219   17 years vboxsync #1865: DevAPIC.
(edit) @11155   17 years vboxsync TMTimerRCPtr and some types.
(edit) @11153   17 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11152   17 years vboxsync PDMQueueRCPtr: MMHyperHC2GC -> MMHyperCCToRC
(edit) @11150   17 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11147   17 years vboxsync PDMQueueGCPtr -> PDMQueueRCPtr; strip duplicate comments.
(edit) @11146   17 years vboxsync PDMQueueR0Ptr
(edit) @10883   17 years vboxsync Wrmsr fix for MSR_IA32_SYSENTER_CS
(edit) @10824   17 years vboxsync Naming
(edit) @10822   17 years vboxsync Prepare for EPT.
(edit) @10705   17 years vboxsync PGMGetModeName: added nested paging
(edit) @10687   17 years vboxsync Save the FPU control word and MXCSR on entry and restore them …
(edit) @10674   17 years vboxsync Logging
(edit) @10661   17 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10648   17 years vboxsync Moved X86FXSTATE from x86.mac to cpum.mac.
(edit) @10647   17 years vboxsync Manual saving of XMM registers. Use new FPU/MMX/XMM state saving for …
(edit) @10633   17 years vboxsync No return
(edit) @10630   17 years vboxsync Newer functions for handling fpu save/restore in ring 0.
(edit) @10602   17 years vboxsync Backed out previous changeset; no harm done there.
(edit) @10601   17 years vboxsync Fixed bogus return code check (string callback can fail if there's no …
(edit) @10600   17 years vboxsync Logging update
(edit) @10538   17 years vboxsync Fixed ring 3 mmio handling (unused previously).
(edit) @10523   17 years vboxsync Backed out CPL change; fixes ACP2 installation regression for VT-x.
(edit) @10520   17 years vboxsync return docs.
(edit) @10496   17 years vboxsync Attempt 2
(edit) @10495   17 years vboxsync AssertCR3 fix for AMD64 paging
(edit) @10492   17 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10473   17 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10450   17 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @10410   17 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10405   17 years vboxsync Treat pages as reused when changing at least 0x40 qwords with rep …
(edit) @10404   17 years vboxsync Compile fix
(edit) @10403   17 years vboxsync REX implies 64 bits mode.
(edit) @10402   17 years vboxsync REX and REP prefixes must be set for movsq/stosq check.
(edit) @10401   17 years vboxsync Detect page reuse by rep movsq.
(edit) @10397   17 years vboxsync Wrong assertions and order.
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