VBoxGuest driver and control

This commit is contained in:
lex
2026-03-04 22:03:47 +03:00
parent 0f400bc0e0
commit 53f047232f
75 changed files with 12248 additions and 4033 deletions

12
vmmdev/vmmdev.inc Normal file
View File

@@ -0,0 +1,12 @@
; =============================================================================
; Модуль : VMMDev Aggregator
; Назначение : Подключение модулей протокола VMMDev
; Файл : vmmdev/vmmdev.inc
; =============================================================================
include 'vmmdev/packets.inc'
include 'vmmdev/core.inc'
include 'vmmdev/guest_info.inc'
include 'vmmdev/capabilities.inc'
include 'vmmdev/event_filter.inc'
include 'vmmdev/hypervisor.inc'