Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r98103 r99739 3429 3429 * Posts an interrupt to a target APIC, Hyper-V interface. 3430 3430 * 3431 * @returns true if the interrupt was accepted, false otherwise.3432 3431 * @param pVCpu The cross context virtual CPU structure. 3433 3432 * @param uVector The vector of the interrupt to be posted. -
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r98103 r99739 1728 1728 * Mark the guest's debug state as inactive. 1729 1729 * 1730 * @returns boolean1731 1730 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 1732 1731 * @todo This API doesn't make sense any more. -
trunk/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
r98103 r99739 190 190 * Copies the given MMIO value into the event descriptor based on the given size. 191 191 * 192 * @returns nothing.193 192 * @param pEvtMmio Pointer to the MMIO event descriptor to fill. 194 193 * @param pvVal The value to copy. … … 220 219 * Copies the given I/O port value into the event descriptor based on the given size. 221 220 * 222 * @returns nothing.223 221 * @param pEvtIoPort Pointer to the I/O port read/write event descriptor to fill. 224 222 * @param pvVal The value to copy. -
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r98103 r99739 389 389 * Queues a guest page for invalidation. 390 390 * 391 * @returns VBox status code.392 391 * @param pVCpu The cross context virtual CPU structure. 393 392 * @param GCVirt Page to invalidate. -
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r99686 r99739 567 567 * This is called internally as well as by PGM when moving GC mappings. 568 568 * 569 * @returns570 569 * @param pVCpu The cross context virtual CPU structure of the calling 571 570 * thread. … … 6776 6775 * The caller shall only call this after checking cActiveMappings. 6777 6776 * 6778 * @returns Strict VBox status code to pass up.6779 6777 * @param pVCpu The cross context virtual CPU structure of the calling thread. 6780 6778 */ -
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r98103 r99739 3858 3858 * Release the PGM lock. 3859 3859 * 3860 * @returns VBox status code3861 3860 * @param pVM The cross context VM structure. 3862 3861 */ -
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r99360 r99739 987 987 * Resets ram range flags. 988 988 * 989 * @returns VBox status code.990 * @retval VINF_SUCCESS when shadow PTs was successfully updated.991 989 * @param pVM The cross context VM structure. 992 990 * @param pCur The physical handler. -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r99314 r99739 1210 1210 /** 1211 1211 * Deal with a write monitored page. 1212 *1213 * @returns VBox strict status code.1214 1212 * 1215 1213 * @param pVM The cross context VM structure.
Note:
See TracChangeset
for help on using the changeset viewer.