mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
dm: passthrough opregion to uos gpu
This commit is contained in:
@@ -143,4 +143,9 @@ void vm_reset_watchdog(struct vmctx *ctx);
|
||||
|
||||
int vm_ioeventfd(struct vmctx *ctx, struct acrn_ioeventfd *args);
|
||||
int vm_irqfd(struct vmctx *ctx, struct acrn_irqfd *args);
|
||||
|
||||
extern uint32_t opregion_start;
|
||||
#define OPREGION_SIZE 0x3000
|
||||
#define PCIR_ASLS_CTL 0xFC
|
||||
|
||||
#endif /* _VMMAPI_H_ */
|
||||
|
||||
Reference in New Issue
Block a user