cloud-hypervisor/vmm
Henry Wang 0d01eac1d4 vmm: Do the downcast of GicDevice in a safer way for AArch64
Downcasting of GicDevice trait might fail. Therefore we try to
downcast the trait first and only if the downcasting succeeded we
can then use the object to call methods. Otherwise, do nothing and
log the failure.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2021-09-02 15:18:41 +01:00
..
src vmm: Do the downcast of GicDevice in a safer way for AArch64 2021-09-02 15:18:41 +01:00
Cargo.toml build: update Cargo for rust-vmm branch renames 2021-09-02 10:38:25 +01:00