VirtualBox

Changeset 68523 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 24, 2017 1:20:39 PM (7 years ago)
Author:
vboxsync
Message:

DrvChar.cpp: TODO: Arrrrrrrrrrrrrgggggggggggggggggg!!!!!!!!!!!!!!!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvChar.cpp

    r62908 r68523  
    206206 * @param   hThreadSelf Thread handle to this thread.
    207207 * @param   pvUser      User argument.
     208 *
     209 * @todo    This thread isn't managed correctly wrt to the VM state.
     210 * @todo    This thread isn't managed correctly wrt to the VM state.
     211 * @todo    This thread isn't managed correctly wrt to the VM state.
     212 * @todo    This thread isn't managed correctly wrt to the VM state.
     213 * @todo    This thread isn't managed correctly wrt to the VM state.
     214 * @todo    This thread isn't managed correctly wrt to the VM state.
     215 * @todo    This thread isn't managed correctly wrt to the VM state.
     216 * @todo    This thread isn't managed correctly wrt to the VM state.
     217 * @todo    This thread isn't managed correctly wrt to the VM state.
     218 * @todo    This thread isn't managed correctly wrt to the VM state.
     219 * @todo    This thread isn't managed correctly wrt to the VM state.
     220 * @todo    This thread isn't managed correctly wrt to the VM state.
     221 * @todo    This thread isn't managed correctly wrt to the VM state.
     222 * @todo    This thread isn't managed correctly wrt to the VM state.
     223 * @todo    This thread isn't managed correctly wrt to the VM state.
     224 * @todo    This thread isn't managed correctly wrt to the VM state.
     225 * @todo    This thread isn't managed correctly wrt to the VM state.
     226 * @todo    This thread isn't managed correctly wrt to the VM state.
     227 * @todo    This thread isn't managed correctly wrt to the VM state.
     228 * @todo    This thread isn't managed correctly wrt to the VM state.
     229 * @todo    This thread isn't managed correctly wrt to the VM state.
     230 * @todo    This thread isn't managed correctly wrt to the VM state.
     231 * @todo    This thread isn't managed correctly wrt to the VM state.
     232 * @todo    This thread isn't managed correctly wrt to the VM state.
     233 * @todo    This thread isn't managed correctly wrt to the VM state.
     234 * @todo    This thread isn't managed correctly wrt to the VM state.
     235 * @todo    This thread isn't managed correctly wrt to the VM state.
     236 * @todo    This thread isn't managed correctly wrt to the VM state.
     237 * @todo    This thread isn't managed correctly wrt to the VM state.
     238 * @todo    This thread isn't managed correctly wrt to the VM state.
     239 * @todo    This thread isn't managed correctly wrt to the VM state.
     240 * @todo    This thread isn't managed correctly wrt to the VM state.
     241 *
     242 *          It's possible to end up in the APIC code while the VM is being destroyed!
     243 * 0:018> k
     244 # Child-SP          RetAddr           Call Site
     24500 00000000`2061f1b0 00007ffe`42a889d9 VBoxVMM!apicReadRaw32+0x78 [e:\vbox\svn\trunk\src\vbox\vmm\vmmall\apicall.cpp @ 462]
     24601 00000000`2061f1f0 00007ffe`42916fc2 VBoxVMM!APICLocalInterrupt+0x189 [e:\vbox\svn\trunk\src\vbox\vmm\vmmall\apicall.cpp @ 2524]
     24702 00000000`2061f320 00007ffe`41b96937 VBoxVMM!pdmR3PicHlp_ClearInterruptFF+0x172 [e:\vbox\svn\trunk\src\vbox\vmm\vmmr3\pdmdevmischlp.cpp @ 67]
     24803 00000000`2061f360 00007ffe`41b961a8 VBoxDD!pic_update_irq+0x327 [e:\vbox\svn\trunk\src\vbox\devices\pc\devpic.cpp @ 318]
     24904 00000000`2061f3f0 00007ffe`42bcbaa3 VBoxDD!picSetIrq+0x2b8 [e:\vbox\svn\trunk\src\vbox\devices\pc\devpic.cpp @ 352]
     25005 00000000`2061f450 00007ffe`42905dff VBoxVMM!PDMIsaSetIrq+0xe3 [e:\vbox\svn\trunk\src\vbox\vmm\vmmall\pdmall.cpp @ 138]
     25106 00000000`2061f490 00007ffe`41c06db4 VBoxVMM!pdmR3DevHlp_ISASetIrq+0x2df [e:\vbox\svn\trunk\src\vbox\vmm\vmmr3\pdmdevhlp.cpp @ 1804]
     25207 00000000`2061f500 00007ffe`41c08d39 VBoxDD!PDMDevHlpISASetIrqNoWait+0x44 [e:\vbox\svn\trunk\include\vbox\vmm\pdmdev.h @ 4972]
     25308 00000000`2061f530 00007ffe`41c08a44 VBoxDD!serial_update_irq+0x1c9 [e:\vbox\svn\trunk\src\vbox\devices\serial\devserial.cpp @ 326]
     25409 00000000`2061f590 00007ffe`41c08814 VBoxDD!serial_receive+0x134 [e:\vbox\svn\trunk\src\vbox\devices\serial\devserial.cpp @ 718]
     2550a 00000000`2061f5d0 00007ffe`41c1d894 VBoxDD!serialNotifyRead+0x124 [e:\vbox\svn\trunk\src\vbox\devices\serial\devserial.cpp @ 744]
     2560b 00000000`2061f630 00007ffe`43a6250f VBoxDD!drvCharReceiveLoop+0x194 [e:\vbox\svn\trunk\src\vbox\devices\serial\drvchar.cpp @ 241]
     2570c 00000000`2061f800 00007ffe`43b8ddbf VBoxRT!rtThreadMain+0x1bf [e:\vbox\svn\trunk\src\vbox\runtime\common\misc\thread.cpp @ 717]
     2580d 00000000`2061f880 00000000`52971d9f VBoxRT!rtThreadNativeMain+0xcf [e:\vbox\svn\trunk\src\vbox\runtime\r3\win\thread-win.cpp @ 252]
     2590e 00000000`2061f8d0 00000000`52971e3b MSVCR100!endthreadex+0x43
     260
     261 *
    208262 */
    209263static DECLCALLBACK(int) drvCharReceiveLoop(RTTHREAD hThreadSelf, void *pvUser)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette