VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61703   8 years vboxsync VMX: Keep using 64-bit switcher to preserve guest CPU state on 32-bit …
(edit) @61671   8 years vboxsync VMM/DBGF: Start on a simple type system to pretty print structs in the …
(edit) @61648   8 years vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
(edit) @61643   8 years vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61581   8 years vboxsync VMM/APIC: Fix remote IRR bit for level-triggered LINT0 interrupts and …
(edit) @61573   8 years vboxsync VMM/APIC: Added macro for getting LVT remote IRR and polarity.
(edit) @61544   8 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61371   9 years vboxsync iomMmioHandler: Gracefully deal with large MMIO writes and read …
(edit) @61348   9 years vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61162   9 years vboxsync CPUMInternal.mac: Apply FPUCS/DS hack to xsave just like we already do …
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61144   9 years vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61109   9 years vboxsync CPUMRZA.asm,CPUMInternal.mac: Use pStateRC in raw-mode context (RC …
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61077   9 years vboxsync VMM/APICInternal.h: nits.
(edit) @61076   9 years vboxsync VMM/APICInternal.h: move structs with where other structs are declared.
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61068   9 years vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61045   9 years vboxsync APICInternal.h: Removed redundant RT_BOOL in XAPIC_IN_X2APIC_MODE …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60888   9 years vboxsync IEM: Must not forget to get updated hidden ES selector values for …
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60854   9 years vboxsync iomMMIODoComplicatedWrite: Use VINF_IOM_R3_IOPORT_COMMIT_WRITE to deal …
(edit) @60850   9 years vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60849   9 years vboxsync IOM: Alignment fix.
(edit) @60848   9 years vboxsync IOM: Alignment fix.
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60816   9 years vboxsync VMM/APIC: nit.
(edit) @60815   9 years vboxsync VMM/APIC: alignment.
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60752   9 years vboxsync VMM/APIC: Add stat counters for TPR read,writes and EOI writes.
(edit) @60732   9 years vboxsync VMM/HM: Add stat. counter for intr masked-by-TPR during event injection.
(edit) @60718   9 years vboxsync VMM/APIC: Disallow enabling APIC if the VM was configured with a …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60695   9 years vboxsync VMM/APIC: Fuzzy saved-state generation and logging for testing …
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60652   9 years vboxsync VMM/APIC: More flow logging.
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60632   9 years vboxsync VMM/APIC: Add stat. counter for timer callbacks, fix busted logging.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
(edit) @60475   9 years vboxsync VMM/APIC: Have descriptive helpers in all-context code, make things …
(edit) @60472   9 years vboxsync VMM/APIC: missed as part of r106570.
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(edit) @60415   9 years vboxsync IEM: Implemented main characteristics of 8086, 80186 and 80286.
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60401   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60399   9 years vboxsync PDMInternal.h: Alignment fix.
(edit) @60397   9 years vboxsync PDMInternal.h: Alignment fix.
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60384   9 years vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60228   9 years vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @60188   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60186   9 years vboxsync IEM: backed out previous commit.
(edit) @60185   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @59261   9 years vboxsync PDMAsyncCompletion: Don't return an already existing endpoint handle …
(edit) @59124   9 years vboxsync VMMR3EmtRendezvous: Added support for recursion of the ordered and …
(edit) @59073   9 years vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @59020   9 years vboxsync VMM/HM: Log IA32_SMM_MONITOR_CTL for VT-x hosts, useful diagnostic info.
(edit) @59003   9 years vboxsync HM: Fixes for the VT-x trace points and debug events.
(edit) @58998   9 years vboxsync HM: Implemented 69 new dtrace probes and DBGF events in the VT-x code.
(edit) @58996   9 years vboxsync CPUM: dtrace library fixes.
(edit) @58938   9 years vboxsync HM,DBGF: Made DBGF notify HM about changes to VMM event and interrupt …
(edit) @58913   9 years vboxsync HM: Some top-level VBOXSTRICTRC use and related work.
(edit) @58912   9 years vboxsync HMGLOBALCPUINFO: Cache the RTR0MemObjGetPagePhysAddr and …
(edit) @58910   9 years vboxsync DBGF: alignment fix.
(edit) @58909   9 years vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58903   9 years vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58781   9 years vboxsync PGM: Must always make a copy of the ROM pages, no just in RT_STRICT …
(edit) @58779   9 years vboxsync VMM: Restore virgin ROM pages during a reset after a saved state was …
(edit) @58658   9 years vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58546   9 years vboxsync HMInternal.h: added todo
(edit) @58392   9 years vboxsync VMM/GIM: build fix.
(edit) @58390   9 years vboxsync VMM/GIM: Implement Hyper-V debug receive thread optimization. Added a …
(edit) @58335   9 years vboxsync VMM/GIM: nit.
(edit) @58331   9 years vboxsync VMM/GIM: Saved state bump for MSR based debugging support.
(edit) @58313   9 years vboxsync VMM/GIM: Implemented simple DHCP for Hyper-V debug transport.
(edit) @58283   9 years vboxsync VMM/GIM: Implemented Hyper-V SINT2 and SIMP faking for making Windows …
(edit) @58248   9 years vboxsync VMM/GIM: Implemented Hyper-V synthetic debug MSRs support. Added CFGM …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58127   9 years vboxsync VMM: No more doxygen warnings here.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58014   9 years vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57884   9 years vboxsync HM: More granular AMD-V patching stats.
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