VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86565   4 years vboxsync Audio/DrvAudio: Try harder re-initializing streams on host audio …
(edit) @86535   4 years vboxsync pdmnetinline.h: Some adjustments to bugref:9764
(edit) @86464   4 years vboxsync VMM/PGMAll.h: No EPT bitfields. bugref:9841 bugref:9746
(edit) @86457   4 years vboxsync hm_vmx.h: Added more generic EPT defines (gcc 10). bugref:9841 bugref:9746
(edit) @86454   4 years vboxsync hm_vmx.h: Added some generic EPT defines (gcc 10). bugref:9841
(edit) @86452   4 years vboxsync VMM: Added VMMR0GetReleaseLogger for debugging/whatever (we don't …
(edit) @86375   4 years vboxsync VMM/tstMMHyperHeap: Missing cleanup / leaks. bugref:9841
(edit) @86361   4 years vboxsync VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841
(edit) @86159   4 years vboxsync DBGF,DBGPlugInWinNt: Extract NtBuildNumber and make it available …
(edit) @86118   4 years vboxsync VMM: Fix debug assertion for VMs with VMSVGA and 3D enabled and using …
(edit) @86102   4 years vboxsync VMM/DBGFOS: Add preliminary WinNT specific interface to let the KD …
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @85974   4 years vboxsync VMM/HMVMX.cpp: Optimize hmR0VmxExportGuestSegReg and …
(edit) @85965   4 years vboxsync VMM/APIC: Added some release stats.
(edit) @85713   4 years vboxsync vmm/pdmdev.h: Correction to r138488 that updates the right structure …
(edit) @85573   4 years vboxsync VMM: Added method for getting at the CPU database.
(edit) @85352   4 years vboxsync include/VBox/vmm/cpum.h: Add predicate to check for Zen micro architecture
(edit) @85182   4 years vboxsync pdmpcidev*.h: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85149   4 years vboxsync Yet another build fix for r139093.
(edit) @85148   4 years vboxsync Another build fix for r139093.
(edit) @85147   4 years vboxsync Build fix for r139093.
(edit) @85146   4 years vboxsync Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85123   4 years vboxsync iprt/cdefs.h: Some cleaning up. bugref:9794
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84766   4 years vboxsync VMM/DBGFTracer: Add events when I/O port and MMIO regions are created, …
(edit) @84740   4 years vboxsync Main,include: provide a new method for the graphics device to pass …
(edit) @84714   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84706   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84677   4 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84652   5 years vboxsync APIC: Move generic defs from VBox/vmm/apic.h and APICInternal.h to …
(edit) @84552   5 years vboxsync VMM/DBGFTracer: Support string I/O port accesses, bugref:9210
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
(edit) @84431   5 years vboxsync AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
(edit) @84332   5 years vboxsync PDMDevHlp: Add flags to the guest physical read/write helpers to let a …
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @84119   5 years vboxsync hmvmxinline.h,stam.h: Use the intrin.h wrapper in iprt or we'll end up …
(edit) @83987   5 years vboxsync AMD IOMMU: bugref:9654 Naming nit.
(edit) @83941   5 years vboxsync AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting …
(edit) @83850   5 years vboxsync AMD IOMMU: bugref:9654 R0 registration bits.
(edit) @83776   5 years vboxsync iprt/asm*,++: Contain the intrin.h mess in iprt/win/msvc_intrin.h. …
(edit) @83550   5 years vboxsync pdmifs.h: nit
(edit) @83285   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83281   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83263   5 years vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(edit) @83156   5 years vboxsync bugref:9637 Some PDMIDISPLAYPORT::pfnReportMonitorPositions nits.
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @83122   5 years vboxsync VMM/DBGF: Add TSC Aux MSR to the DBGF core dump.
(edit) @82990   5 years vboxsync VMM/GMMR0: Added TLB statistics for GMMR0PageIdToVirt. bugref:9627
(edit) @82989   5 years vboxsync VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82817   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use x2APIC range defines from x86.h …
(edit) @82815   5 years vboxsync hm_vmx.h: Incorrect size validation.
(edit) @82814   5 years vboxsync VMM/HM: Implement last-branch-record (LBR) support for guests executed …
(edit) @82684   5 years vboxsync hmvmxinline: Remove disabled code. The new assembly code has been …
(edit) @82591   5 years vboxsync VMM: Changing how we access guest RAM when in ring-0 (disabled). …
(edit) @82579   5 years vboxsync Audio: Make sure to only set a new recording source if the backend in …
(edit) @82573   5 years vboxsync hm_vmx.h: Important comment to update CPUMIsGuestVmxVmcsFieldValid …
(edit) @82565   5 years vboxsync MM: Eliminated all but the MMR3PageDummyHC* functions for the …
(edit) @82555   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82544   5 years vboxsync VMMR0: No SrvPciRawR0 stuff.
(edit) @82463   5 years vboxsync pdmaudioifs.h,Devices/Audio: Corrected the size alignment of …
(edit) @82339   5 years vboxsync PDM: Doxygen fixes. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82316   5 years vboxsync VMM(PDM,PGM,MM): MMIO2 cleanups. bugref:9218
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82261   5 years vboxsync vmm/pdmaudioifs.h: doxygen adjustments. bugref:9218
(edit) @82256   5 years vboxsync vmm/pdmaudioifs.h: We write doxygen docs, so the big description of …
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82224   5 years vboxsync PDMDevHlp: Adding PDMDevHlpDriverReconfigure[|1|2] for the audio …
(edit) @82219   5 years vboxsync MsixCommon: Refactored the MMIO bits, changing the registration flags …
(edit) @82213   5 years vboxsync doxygen fixes. bugref:9218
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @82094   5 years vboxsync DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
(edit) @82073   5 years vboxsync DevPCI: Added a special return code to FNPCIIOREGIONMAP for telling …
(edit) @82049   5 years vboxsync PDMDevHlp: Adding SSMR3HandleHostOSAndArch. bugref:9218
(edit) @82040   5 years vboxsync APIC,PDM: Split up APIC 'registration'. bugref:9218
(edit) @82039   5 years vboxsync APIC,PDM: Split up APIC 'registration'. bugref:9218
(edit) @82031   5 years vboxsync APIC: Converted the timer pointers to timer handles. This requires …
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @82011   5 years vboxsync VMM/HM: Added logging of new Intel CPU features.
(edit) @81961   5 years vboxsync DevHPET,PDM: Split structures and refactored registration. bugref:9218
(edit) @81950   5 years vboxsync pdmdev.h: Doxygen comment. bugref:9218
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81928   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too. …
(edit) @81923   5 years vboxsync PDM: doxygen fixes. bugref:9218
(edit) @81921   5 years vboxsync DevPcBios: Converted and split up I/O port handlers. bugref:9218
(edit) @81911   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81850   5 years vboxsync PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218
(edit) @81786   5 years vboxsync VMM: Nested VMX: bugref:9180 Implement VMX-preemption timer for …
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