Skip to content

Commit 6ed3eb9

Browse files
got some basic cpuid stuff working.
1 parent 7576f9f commit 6ed3eb9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mythril/src/vm.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ pub struct HostPhysicalDevices {
349349

350350
/// A configuration for a `VirtualMachine`
351351
pub struct VirtualMachineConfig {
352-
<<<<<<< HEAD
353352
/// The cores assigned as part of this configuration
354353
pub cpus: ArrayVec<[percore::CoreId; MAX_PER_VM_CORE_COUNT]>,
355354

@@ -366,13 +365,6 @@ pub struct VirtualMachineConfig {
366365

367366
/// The size of this machines physical address space in MiB
368367
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.
376368
override_cpu_name: bool
377369
}
378370

0 commit comments

Comments
 (0)