We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7576f9f commit 6ed3eb9Copy full SHA for 6ed3eb9
mythril/src/vm.rs
@@ -349,7 +349,6 @@ pub struct HostPhysicalDevices {
349
350
/// A configuration for a `VirtualMachine`
351
pub struct VirtualMachineConfig {
352
-<<<<<<< HEAD
353
/// The cores assigned as part of this configuration
354
pub cpus: ArrayVec<[percore::CoreId; MAX_PER_VM_CORE_COUNT]>,
355
@@ -366,13 +365,6 @@ pub struct VirtualMachineConfig {
366
365
367
/// The size of this machines physical address space in MiB
368
pub memory: u64,
369
-=======
370
- cpus: ArrayVec<[percore::CoreId; MAX_PER_VM_CORE_COUNT]>,
371
- images: Vec<(String, GuestPhysAddr)>,
372
- virtual_devices: DeviceMap,
373
- physical_devices: PhysicalDeviceConfig,
374
- memory: u64, // in MB
375
->>>>>>> a sort of initial skeleton for cpuid.
376
override_cpu_name: bool
377
}
378
0 commit comments