Changeset 19446 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2009 5:35:01 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r19437 r19446 391 391 LogFlow(("pdmR0PicHlp_SetInterruptFF: caller=%p/%d: VMCPU_FF_INTERRUPT_PIC %d -> 1\n", 392 392 pDevIns, pDevIns->iInstance, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_PIC))); 393 393 394 394 VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC); 395 395 } … … 505 505 } 506 506 507 507 508 /** @copydoc PDMAPICHLPR0::pfnSendSipi */ 508 509 static DECLCALLBACK(void) pdmR0ApicHlp_SendSipi(PPDMDEVINS pDevIns, VMCPUID idCpu, int iVector) … … 511 512 return VMMSendSipi(pDevIns->Internal.s.pVMR0, idCpu, iVector); 512 513 } 514 515 516 517 513 518 514 519 /** @copydoc PDMIOAPICHLPR0::pfnApicBusDeliver */
Note:
See TracChangeset
for help on using the changeset viewer.