VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90840   3 years vboxsync IPRT,VMM: Doxygen fixes for the logger changes. bugref:10086
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90794   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90785   3 years vboxsync *: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90784   3 years vboxsync VMM: VALID_PTR -> RT_VALID_PTR.
(edit) @90783   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90782   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90677   4 years vboxsync VMM/PDMCritSectRwEnterShared: Implemented waiting in ring-0/HM …
(edit) @90672   4 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. Added …
(edit) @90639   4 years vboxsync VMM,VMMDev: Changed my mind, made the alignment requirement for …
(edit) @90638   4 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90637   4 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90634   4 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90570   4 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90557   4 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
(edit) @90553   4 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
(edit) @90550   4 years vboxsync VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
(edit) @90549   4 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90534   4 years vboxsync VMM/PDMCritSect: Log the critical section addresses during creation to …
(edit) @90502   4 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90495   4 years vboxsync VMM/Guru: Clear the VM_FF_CHECK_VM_STATE after dumping the guru …
(edit) @90487   4 years vboxsync VMM/CPUM: Simplify dumping of nested hardware-virtualization state and …
(edit) @90468   4 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(edit) @90460   4 years vboxsync VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
(edit) @90439   4 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90437   4 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90397   4 years vboxsync VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
(edit) @90379   4 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90348   4 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   4 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   4 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90312   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
(edit) @90311   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens
(edit) @90310   4 years vboxsync VMM/DBGFR3Bp: Only clear the active breakpoint iff the owner processed …
(edit) @90204   4 years vboxsync VMM/CPUM: Todo/comment to clarify 'Guest physical address width' being …
(edit) @90190   4 years vboxsync VMM/VMMR0: Disabled the unnecessary …
(edit) @90189   4 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90160   4 years vboxsync VMM/Guru: Print the assertion message strings if they aren't empty. …
(edit) @89993   4 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @89991   4 years vboxsync CPUM: Manually fixed Core2 T7600 CPU profile so that IA32_SYSENTER …
(edit) @89976   4 years vboxsync VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
(edit) @89949   4 years vboxsync VMM/PDMDriver: Add …
(edit) @89934   4 years vboxsync VMM/CPUCpuId: Some intel updates. bugref:10052
(edit) @89925   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, ​bugref:9837 [build fix]
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89913   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89912   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89868   4 years vboxsync Main/Console+Machine: Eliminate CMPXCHG16B hack (see bugref:6300) …
(edit) @89829   4 years vboxsync VMM/DBGFR3SampleReport: Sort the frame order by sample count to …
(edit) @89786   4 years vboxsync VMM/DBGFR3SampleReport: doxygen fix. bugref:10025
(edit) @89763   4 years vboxsync VMM/DBGFR3SampleReport: Remove Windows specific changes and change the …
(edit) @89722   4 years vboxsync VMM/DBGFR3SampleReport: Temporary windows build fixes until the R3 …
(edit) @89701   4 years vboxsync VMM/DBGFR3SampleReport: Fixes, bugref:10025
(edit) @89699   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89698   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89695   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
(edit) @89683   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, …
(edit) @89682   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, bugref:10025
(edit) @89677   4 years vboxsync VMM/HM: STAM counter description nits.
(edit) @89673   4 years vboxsync VMM/PDMUsb: Backed out r145077 + 144791. This problem should be fixed …
(edit) @89632   4 years vboxsync Host USB timer: attempt to fix leak when setting USB timer name, …
(edit) @89625   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89624   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89622   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89619   4 years vboxsync DBGFAddrSpace: Return the module handle if requested
(edit) @89602   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi requires the pDevIns when …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89437   4 years vboxsync Hist USB timer: use uniqe naming in order not to confuse STAM on USB …
(edit) @89283   4 years vboxsync VMM/TM: Fix typo in LogRel for outputting the TM mode.
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
(edit) @89065   4 years vboxsync Intel IOMMU: bugref:9967 Add pfnLockIsOwner for I/O APIC helper (for …
(edit) @88811   4 years vboxsync VMM/PDMDrvHlpSTAMDeregisterByPrefix: Don't restrict this to EMT. …
(edit) @88689   4 years vboxsync VMM: Start EMTs with RTTHREADFLAGS_COM_MTA (ignored on non-windows …
(edit) @88665   4 years vboxsync VMM/PDM: Added PDMDrvHlpSTAMDeregisterByPrefix for speeding up …
(edit) @88654   4 years vboxsync Typo.
(edit) @88641   4 years vboxsync Intel IOMMU: bugref:9967 PDM naming consistency.
(edit) @88640   4 years vboxsync Intel IOMMU: bugref:9967 Implement PDM R3-task queueing for sending …
(edit) @88639   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Enable more interfaces for Intel IOMMU …
(edit) @88638   4 years vboxsync Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
(edit) @88631   4 years vboxsync AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
(edit) @88580   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Interface for sending MSI directly from …
(edit) @88567   4 years vboxsync Intel IOMMU: bugref:9967 Added pdmIsLockOwner function to IOMMU helper.
(edit) @88565   4 years vboxsync Intel IOMMU: bugref:9967 PDM: The I/O APIC PCI address of AMD IOMMU is …
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @88373   4 years vboxsync pdmdrv: Added helper for arming timers from drivers. bugref:9890
(edit) @88366   4 years vboxsync VMM/DBGFR3Flow: Add ability to put call instructions into separate …
(edit) @88347   4 years vboxsync Forward ported r143576 from 6.1: VMM: Re-enabled vmmR0DoHalt and added …
(edit) @88346   4 years vboxsync Forward ported r143574 from 6.1: VMM: Must do …
(edit) @88344   4 years vboxsync Forward ported r143567 from 6.1: vmmR0DoHalt fix - need to re-check …
(edit) @88306   4 years vboxsync VMM/PDMDevHlp: Added pfnSTAMDeregisterByPrefix. bugref:9890
(edit) @88305   4 years vboxsync VMM/PDMDrvHlp: Made the statistics registration function automatically …
(edit) @88290   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
(edit) @88153   4 years vboxsync Intel IOMMU: bugref:9967 Skeleton bits.
(edit) @88132   4 years vboxsync TM: Shut up annoying assertion.
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