vbox的更動 62932 路徑 trunk/include
- 時間撮記:
- 2016-8-3 下午04:50:15 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/HGSMI/HGSMIChSetup.h
r62476 r62932 36 36 */ 37 37 38 typedef struct _HGSMIBUFFERLOCATION38 typedef struct HGSMIBUFFERLOCATION 39 39 { 40 40 HGSMIOFFSET offLocation; … … 45 45 /* HGSMI setup and configuration data structures. */ 46 46 /* host->guest commands pending, should be accessed under FIFO lock only */ 47 #define HGSMIHOSTFLAGS_COMMANDS_PENDING 0x147 #define HGSMIHOSTFLAGS_COMMANDS_PENDING UINT32_C(0x1) 48 48 /* IRQ is fired, should be accessed under VGAState::lock only */ 49 #define HGSMIHOSTFLAGS_IRQ 0x249 #define HGSMIHOSTFLAGS_IRQ UINT32_C(0x2) 50 50 #ifdef VBOX_WITH_WDDM 51 51 /* one or more guest commands is completed, should be accessed under FIFO lock only */ 52 # define HGSMIHOSTFLAGS_GCOMMAND_COMPLETED 0x452 # define HGSMIHOSTFLAGS_GCOMMAND_COMPLETED UINT32_C(0x4) 53 53 /* watchdog timer interrupt flag (used for debugging), should be accessed under VGAState::lock only */ 54 # define HGSMIHOSTFLAGS_WATCHDOG 0x854 # define HGSMIHOSTFLAGS_WATCHDOG UINT32_C(0x8) 55 55 #endif 56 56 /* vsync interrupt flag, should be accessed under VGAState::lock only */ 57 #define HGSMIHOSTFLAGS_VSYNC 0x1057 #define HGSMIHOSTFLAGS_VSYNC UINT32_C(0x10) 58 58 /** monitor hotplug flag, should be accessed under VGAState::lock only */ 59 #define HGSMIHOSTFLAGS_HOTPLUG 0x2059 #define HGSMIHOSTFLAGS_HOTPLUG UINT32_C(0x20) 60 60 /** Cursor capability state change flag, should be accessed under 61 61 * VGAState::lock only. @see VBVACONF32. */ 62 #define HGSMIHOSTFLAGS_CURSOR_CAPABILITIES 0x4062 #define HGSMIHOSTFLAGS_CURSOR_CAPABILITIES UINT32_C(0x40) 63 63 64 typedef struct _HGSMIHOSTFLAGS64 typedef struct HGSMIHOSTFLAGS 65 65 { 66 66 /* host flags can be accessed and modified in multiple threads concurrently,
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器