Changeset 44853 in vbox
- Timestamp:
- Feb 27, 2013 8:30:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio.cpp
r44852 r44853 17 17 18 18 19 /******************************************************************************* 20 * Header Files * 21 *******************************************************************************/ 19 22 #define LOG_GROUP LOG_GROUP_DEV_VIRTIO 20 23 … … 28 31 29 32 #ifdef LOG_ENABLED 30 # define QUEUENAME(s, q) (q->pcszName)33 # define QUEUENAME(s, q) (q->pcszName) 31 34 #endif /* DEBUG */ 32 35 … … 288 291 * @param pState The device state structure. 289 292 */ 290 PDMBOTHCBDECL(void)vpciLowerInterrupt(VPCISTATE *pState)293 static void vpciLowerInterrupt(VPCISTATE *pState) 291 294 { 292 295 LogFlow(("%s vpciLowerInterrupt\n", INSTANCE(pState)));
Note:
See TracChangeset
for help on using the changeset viewer.