| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | ** DO NOT EDIT THIS FILE.
|
|---|
| 4 | ** If you make changes to this file while any VirtualBox related application
|
|---|
| 5 | ** is running, your changes will be overwritten later, without taking effect.
|
|---|
| 6 | ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
|
|---|
| 7 | -->
|
|---|
| 8 | <VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-windows">
|
|---|
| 9 | <Machine uuid="{4627de44-59ca-48e5-8491-ad7ab6cfd53f}" name="VM2" OSType="Windows2012_64" snapshotFolder="Snapshots" lastStateChange="2016-09-01T14:25:31Z">
|
|---|
| 10 | <Hardware>
|
|---|
| 11 | <CPU>
|
|---|
| 12 | <PAE enabled="true"/>
|
|---|
| 13 | <LongMode enabled="true"/>
|
|---|
| 14 | <HardwareVirtExLargePages enabled="true"/>
|
|---|
| 15 | </CPU>
|
|---|
| 16 | <Memory RAMSize="4096"/>
|
|---|
| 17 | <Paravirt provider="Default"/>
|
|---|
| 18 | <Display VRAMSize="128" accelerate3D="true" accelerate2DVideo="true"/>
|
|---|
| 19 | <RemoteDisplay enabled="false"/>
|
|---|
| 20 | <BIOS>
|
|---|
| 21 | <IOAPIC enabled="true"/>
|
|---|
| 22 | </BIOS>
|
|---|
| 23 | <USB>
|
|---|
| 24 | <Controllers>
|
|---|
| 25 | <Controller name="OHCI" type="OHCI"/>
|
|---|
| 26 | </Controllers>
|
|---|
| 27 | </USB>
|
|---|
| 28 | <Network>
|
|---|
| 29 | <Adapter slot="0" enabled="true" MACAddress="080027D300A3" cable="true" type="82540EM">
|
|---|
| 30 | <NAT/>
|
|---|
| 31 | </Adapter>
|
|---|
| 32 | <Adapter slot="1" cable="true" type="82540EM"/>
|
|---|
| 33 | <Adapter slot="2" cable="true" type="82540EM"/>
|
|---|
| 34 | <Adapter slot="3" cable="true" type="82540EM"/>
|
|---|
| 35 | <Adapter slot="4" cable="true" type="82540EM"/>
|
|---|
| 36 | <Adapter slot="5" cable="true" type="82540EM"/>
|
|---|
| 37 | <Adapter slot="6" cable="true" type="82540EM"/>
|
|---|
| 38 | <Adapter slot="7" cable="true" type="82540EM"/>
|
|---|
| 39 | </Network>
|
|---|
| 40 | <AudioAdapter driver="DirectSound" enabled="true"/>
|
|---|
| 41 | </Hardware>
|
|---|
| 42 | <StorageControllers>
|
|---|
| 43 | <StorageController name="SATA Controller" type="AHCI" PortCount="30" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
|
|---|
| 44 | <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
|
|---|
| 45 | <Image uuid="{ac2da970-c422-4c48-9b7d-9b7ce9d8c5d1}"/>
|
|---|
| 46 | </AttachedDevice>
|
|---|
| 47 | </StorageController>
|
|---|
| 48 | <StorageController name="IDE Controller" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
|
|---|
| 49 | <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="0" device="0"/>
|
|---|
| 50 | </StorageController>
|
|---|
| 51 | </StorageControllers>
|
|---|
| 52 | </Machine>
|
|---|
| 53 | </VirtualBox>
|
|---|