Skip to content

Commit 4c1a6ef

Browse files
autoreformat.
1 parent 96b4029 commit 4c1a6ef

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

mythril/src/vm.rs

-33
Original file line numberDiff line numberDiff line change
@@ -404,39 +404,6 @@ impl VirtualMachineConfig {
404404
self.images.push((image, addr));
405405
Ok(())
406406
}
407-
<<<<<<< HEAD
408-
=======
409-
410-
/// Access the configurations virtual `DeviceMap`
411-
pub fn virtual_devices(&self) -> &DeviceMap {
412-
&self.virtual_devices
413-
}
414-
415-
/// Access the configurations virtual `DeviceMap` mutably
416-
pub fn virtual_devices_mut(&mut self) -> &mut DeviceMap {
417-
&mut self.virtual_devices
418-
}
419-
420-
/// Access the configurations physical hardware
421-
pub fn physical_devices(&self) -> &PhysicalDeviceConfig {
422-
&self.physical_devices
423-
}
424-
425-
/// Get the list of CoreIds assicated with this VM
426-
pub fn cpus(&self) -> &ArrayVec<[percore::CoreId; MAX_PER_VM_CORE_COUNT]> {
427-
&self.cpus
428-
}
429-
430-
/// Get the CoreId of the BSP for this VM
431-
pub fn bsp_id(&self) -> percore::CoreId {
432-
self.cpus[0]
433-
}
434-
435-
436-
pub fn override_cpu_name(&self) -> bool {
437-
self.override_cpu_name
438-
}
439-
>>>>>>> a sort of initial skeleton for cpuid.
440407
}
441408

442409
/// A virtual machine

0 commit comments

Comments
 (0)