devices: implement Aml trait for GED device

Fixes: #657

Signed-off-by: Qiu Wenbo <qiuwenbo@phytium.com.cn>
This commit is contained in:
Qiu Wenbo
2020-02-25 15:20:59 +08:00
committed by Rob Bradford
parent b77fdeba2d
commit 9de3ace8c7
5 changed files with 62 additions and 52 deletions

View File

@@ -13,6 +13,8 @@ extern crate epoll;
extern crate libc;
#[macro_use]
extern crate log;
#[cfg(feature = "acpi")]
extern crate acpi_tables;
extern crate vm_device;
extern crate vm_memory;
extern crate vmm_sys_util;