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 {
349349
350350/// A configuration for a `VirtualMachine`
351351pub 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
You can’t perform that action at this time.
0 commit comments