mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
In current code, the ITS device fd of GICv3 will be lost after the creation of GIC. This commit adds a new `its_device` field for the `GicV3Its` struct, which will be useful to save the ITS device fd. This fd will be used in restoring the ITS device. Signed-off-by: Henry Wang <Henry.Wang@arm.com>