mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
remove duplicated structure InitrdConfig
structure InitrdConfig duplicated with InitramfsConfig Signed-off-by: LiYa'nan <oliverliyn@gmail.com>
This commit is contained in:
@@ -104,7 +104,7 @@ pub fn configure_system<T: DeviceInfoForFDT + Clone + Debug>(
|
||||
vcpu_mpidr: Vec<u64>,
|
||||
device_info: &HashMap<(DeviceType, String), T>,
|
||||
gic_device: &Box<dyn GICDevice>,
|
||||
initrd: &Option<super::InitrdConfig>,
|
||||
initrd: &Option<super::InitramfsConfig>,
|
||||
) -> super::Result<()> {
|
||||
let dtb = fdt::create_fdt(
|
||||
guest_mem,
|
||||
|
||||
Reference in New Issue
Block a user