Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve example code of VmFd::create_device() for ARM.
On ARM, the example code tried to create VGIC v3, it may fail due to hardware dependency. The error can be seen on machines with GIC v2, like Raspberry PI 4. Now we retry VGICv2 in that case. Change-Id: Ie4a5b2b86c234350e444f2f9e94630e4d68af7ab Signed-off-by: Michael Zhao <michael.zhao@arm.com>
- Loading branch information