Changeset 62032 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA.h
- Timestamp:
- Jul 5, 2016 4:39:31 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r61973 r62032 588 588 /** The name of the VGA BIOS ROM file. */ 589 589 R3PTRTYPE(char *) pszVgaBiosFile; 590 # if HC_ARCH_BITS == 32 591 uint32_t Padding9; 592 # endif 590 593 591 594 # ifdef VBOX_WITH_HGSMI … … 593 596 RTIOPORT IOPortBase; 594 597 # ifdef VBOX_WITH_WDDM 595 uint8_t Padding 9[2];598 uint8_t Padding10[2]; 596 599 /** Specifies guest driver caps, i.e. whether it can handle IRQs from the 597 600 * adapter, the way it can handle async HGSMI command completion, etc. */ … … 600 603 uint32_t fHostCursorCapabilities; 601 604 # else 602 uint8_t Padding1 0[14];605 uint8_t Padding11[14]; 603 606 # endif 604 607 605 608 /** The critical section serializes the HGSMI IRQ setting/clearing. */ 606 PDMCRITSECT critSectIRQ;609 PDMCRITSECT CritSectIRQ; 607 610 /** VBVARaiseIRQ flags which were set when the guest was still processing previous IRQ. */ 608 611 uint32_t fu32PendingGuestFlags; 609 uint32_t Padding1 1;612 uint32_t Padding12; 610 613 # endif /* VBOX_WITH_HGSMI */ 611 614
Note:
See TracChangeset
for help on using the changeset viewer.