VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86102   4 years vboxsync VMM/DBGFOS: Add preliminary WinNT specific interface to let the KD …
(edit) @86099   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. …
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @86070   4 years vboxsync AMD IOMMU: bugref:9654 Fix accidentally not copying/initialize MSIMSG …
(edit) @86067   4 years vboxsync VMM/NEM/win: Fix exporting the XMM register state to Hyper-V
(edit) @86056   4 years vboxsync Back out r140215 which is not required anymore, bugref:9004#c72
(edit) @86055   4 years vboxsync VMM/NEMR0Native-win.cpp: Fix mapping a memory page at the wrong guest …
(edit) @86018   4 years vboxsync NEM/Hyper-V: Make the unmap pages hack threshold configurable bugref:9044
(edit) @85974   4 years vboxsync VMM/HMVMX.cpp: Optimize hmR0VmxExportGuestSegReg and …
(edit) @85970   4 years vboxsync VMM/HMVMXR0.cpp: @todo regarding unnecessary segment field translation …
(edit) @85969   4 years vboxsync VMM/DBGFR3ModInMem.cpp: Don't call RTDbgModCreateFromMachOImage unless …
(edit) @85968   4 years vboxsync SELM: Guest GDT and LDT dumping should be done on the calling EMT to …
(edit) @85965   4 years vboxsync VMM/APIC: Added some release stats.
(edit) @85964   4 years vboxsync VMM/APIC: Added a CFGM hack to work around a macOS x2APIC bug.
(edit) @85954   4 years vboxsync VMM/DBGFR3Tracer: Typos
(edit) @85861   4 years vboxsync AMD IOMMU: bugref:9654 Fix ring-0 IOMMU PDM callback registration.
(edit) @85854   4 years vboxsync VMM/HM: Don't need to store fAllowNestedPaging and fAllowUnrestricted …
(edit) @85806   4 years vboxsync HMSVMR0: bugref:9618 Virtualized VMSAVE/VMLOAD fix.
(edit) @85768   4 years vboxsync VMM/HMVMXR0: In assertion check fUnrestrictedGuest (i.e that its …
(edit) @85765   4 years vboxsync VMM/HMVMXR0: Fix assertion with exception bitmaps by restoring debug …
(edit) @85658   4 years vboxsync VMM/PDMDevice: Add some details to VBoxDeviceRegister failures. bugref:9813
(edit) @85578   4 years vboxsync VMM: Added method for getting at the CPU database. [doxyfix]
(edit) @85573   4 years vboxsync VMM: Added method for getting at the CPU database.
(edit) @85507   4 years vboxsync SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
(edit) @85506   4 years vboxsync SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801
(edit) @85424   4 years vboxsync scm
(edit) @85419   4 years vboxsync include/iprt/x86.h,VMM/CPUMR3CpuId: Work around a bug in some Linux …
(edit) @85418   4 years vboxsync VMM/DBGFMem: Allow DBGFR3PagingDumpEx() pHlp to be NULL as allowed to …
(edit) @85358   4 years vboxsync VBoxCpuReport: Don't add trailing spaces in the generated header or …
(edit) @85356   4 years vboxsync scm
(edit) @85355   4 years vboxsync VMM/VBoxCpuReport: Make it work on Zen CPUs, tested on Ryzen 7 1800X …
(edit) @85354   4 years vboxsync VMM/CPUM: Add profile for Ryzen 7 1800X (first gen Zen)
(edit) @85353   4 years vboxsync VMM/VBoxCpuReport: Make it work on Zen CPUs, tested on Ryzen 7 1800X
(edit) @85188   4 years vboxsync VMM/HMVMXR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85187   4 years vboxsync VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85186   4 years vboxsync VMM/TMAllVirtual.cpp: Missing DECLCALLBACK on …
(edit) @85185   4 years vboxsync VMM/PGMAllGst.cpp: Corrected to prototype for inline function. bugref:9794
(edit) @85184   4 years vboxsync VMM/IEMAll.cpp: Corrected to prototypes for inline functions. bugref:9794
(edit) @85183   4 years vboxsync VMM/CPUMAllMsrs.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85181   4 years vboxsync VMM/PDMR3Task.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85180   4 years vboxsync VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85179   4 years vboxsync VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790
(edit) @85169   4 years vboxsync VMM/tstCFGM: Allocate zeroed memory for the user mode VM structure, …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85073   4 years vboxsync PGMAllGst.h: Stop using the 'register' keyword as Clang warns in C++11 …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @84854   4 years vboxsync VMM/pdmR3DevHlp_MmioCreateEx: Must mangle description for saved state. …
(edit) @84838   4 years vboxsync VMMR0/PDMR0DevHlp: Doxygen fix.
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84825   4 years vboxsync Config.kmk: Enable the DBGF tracing framework by default, bugref:9210 …
(edit) @84823   4 years vboxsync VMM/DBGFTracer: Windows build fixes, bugref:9210
(edit) @84809   4 years vboxsync AMD IOMMU: bugref:9654 Use the proper PCI bus number. Not the Bus …
(edit) @84766   4 years vboxsync VMM/DBGFTracer: Add events when I/O port and MMIO regions are created, …
(edit) @84765   4 years vboxsync VMM/PDMDevice: Need to assign the device helper tracing variant before …
(edit) @84756   4 years vboxsync VMM/DBGFTracer: Missing file, bugref:9210
(edit) @84755   4 years vboxsync VMM: Fix VBOX_WITH_DBGF_TRACING
(edit) @84715   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84714   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84710   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84709   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84706   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84678   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(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) @84633   5 years vboxsync PGM: Log /proc/sys/vm/max_map_count and warn if too low. bugdbref:31418985
(edit) @84553   5 years vboxsync VMM/PDMDevHlpTracing: Support sing I/O port accesses, bugref:9210
(edit) @84552   5 years vboxsync VMM/DBGFTracer: Support string I/O port accesses, bugref:9210
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84505   5 years vboxsync IEM: Adding iemMemFetchDataU32_ZX_U64 to deal with techically correct …
(edit) @84496   5 years vboxsync VMM/DBGFTracer: Need to increase the maximum allowed size for a tracer …
(edit) @84494   5 years vboxsync VMM/DBGFTracer: Add events when an event source gets …
(edit) @84493   5 years vboxsync VMM/PDM: Deregister the DBGF event source when destroying a device
(edit) @84488   5 years vboxsync VMM/DBGFTracer: Implement support for guest memory read/write events, …
(edit) @84486   5 years vboxsync VMM/Makefile.kmk: Clean out leftover VBOX_WITH_RAW_MODE references
(edit) @84485   5 years vboxsync VMM/DBGFTracer: Build fixes from last commit, bugref:9210
(edit) @84478   5 years vboxsync Warning.
(edit) @84477   5 years vboxsync IEM: Implemented dummy MOV to/from TR. Avoids crashes in OS/2 KDB and …
(edit) @84476   5 years vboxsync IEM: Reworked LOOP instruction so that it only shortcuts when logging …
(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) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @84332   5 years vboxsync PDMDevHlp: Add flags to the guest physical read/write helpers to let a …
(edit) @84247   5 years vboxsync IEM: LOOP optimization todo.
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @84139   5 years vboxsync GIMKvm: nit
(edit) @84071   5 years vboxsync Regression fix from r137575 (VMMR0: Move the PDM R0 device helper into …
(edit) @84055   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84044   5 years vboxsync GIM/KVM: Instead of reading the time and TSC separately, only read the …
(edit) @84007   5 years vboxsync VMMR0: Move the PDM R0 device helper into its own file like it is done …
(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) @83890   5 years vboxsync VMM/IEM: VC++ 14.1 release build adjuments. bugref:8489
(edit) @83850   5 years vboxsync AMD IOMMU: bugref:9654 R0 registration bits.
(edit) @83772   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83771   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83770   5 years vboxsync VMM: VC++ 14.1 build tweaking. bugref:8489
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