VirtualBox

Changeset 17676 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 11, 2009 11:05:39 AM (16 years ago)
Author:
vboxsync
Message:

HGSMI: VBVA header updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideo.h

    r17624 r17676  
    8686
    8787/* The size of the information. */
     88#ifndef VBOX_WITH_HGSMI
    8889#define VBOX_VIDEO_ADAPTER_INFORMATION_SIZE  4096
    8990#define VBOX_VIDEO_DISPLAY_INFORMATION_SIZE  4096
     91#else
     92/*
     93 * The minimum HGSMI heap size is PAGE_SIZE (4096 bytes) and is a restriction of the
     94 * runtime heapsimple API. Use minimum 2 pages here, because the info area also may
     95 * contain other data (for example HGSMIHOSTFLAGS structure).
     96 */
     97#define VBVA_ADAPTER_INFORMATION_SIZE  8*_1K
     98#define VBVA_DISPLAY_INFORMATION_SIZE  8*_1K
     99#endif /* VBOX_WITH_HGSMI */
    90100
    91101
     
    353363{
    354364    uint32_t u32Flags;
    355     uint32_t u32Reserved;
     365    uint32_t u32Offset;
    356366
    357367} VBVAENABLE;
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