File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,6 @@ pub struct HostPhysicalDevices {
349
349
350
350
/// A configuration for a `VirtualMachine`
351
351
pub struct VirtualMachineConfig {
352
- <<<<<<< HEAD
353
352
/// The cores assigned as part of this configuration
354
353
pub cpus : ArrayVec < [ percore:: CoreId ; MAX_PER_VM_CORE_COUNT ] > ,
355
354
@@ -366,13 +365,6 @@ pub struct VirtualMachineConfig {
366
365
367
366
/// The size of this machines physical address space in MiB
368
367
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
368
override_cpu_name : bool
377
369
}
378
370
You can’t perform that action at this time.
0 commit comments