summaryrefslogtreecommitdiffstats
path: root/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox')
-rw-r--r--src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox b/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox
new file mode 100644
index 0000000..c654f8e
--- /dev/null
+++ b/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-15.vbox
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+** DO NOT EDIT THIS FILE.
+** If you make changes to this file while any VirtualBox related application
+** is running, your changes will be overwritten later, without taking effect.
+** Use VBoxManage or the VirtualBox Manager GUI to make changes.
+-->
+<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-linux">
+ <Machine uuid="{91de8acb-b43c-4984-9352-b55e6c7b64ae}" name="windows-7_1-15" OSType="Windows7_64" snapshotFolder="Snapshots" lastStateChange="2021-05-12T08:33:46Z">
+ <MediaRegistry>
+ <HardDisks>
+ <HardDisk uuid="{c7cf97fb-1743-4ead-be07-34f0a5b87022}" location="windows-7_1-15.vdi" format="VDI" type="Normal"/>
+ </HardDisks>
+ </MediaRegistry>
+ <ExtraData>
+ <ExtraDataItem name="GUI/FirstRun" value="yes"/>
+ </ExtraData>
+ <Hardware>
+ <CPU>
+ <PAE enabled="false"/>
+ <LongMode enabled="true"/>
+ <HardwareVirtExLargePages enabled="false"/>
+ </CPU>
+ <Memory RAMSize="2048"/>
+ <HID Pointing="USBTablet"/>
+ <Paravirt provider="Default"/>
+ <Display controller="VBoxSVGA" VRAMSize="30"/>
+ <VideoCapture file="." fps="25"/>
+ <RemoteDisplay enabled="false"/>
+ <BIOS>
+ <IOAPIC enabled="true"/>
+ <SmbiosUuidLittleEndian enabled="true"/>
+ </BIOS>
+ <USB>
+ <Controllers>
+ <Controller name="OHCI" type="OHCI"/>
+ </Controllers>
+ </USB>
+ <Network>
+ <Adapter slot="0" enabled="true" MACAddress="0800271C4379" cable="true" type="82540EM">
+ <NAT/>
+ </Adapter>
+ </Network>
+ <AudioAdapter controller="HDA" driver="Pulse" enabled="true" enabledIn="false"/>
+ <Clipboard/>
+ </Hardware>
+ <StorageControllers>
+ <StorageController name="SATA" type="AHCI" PortCount="2" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
+ <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
+ <Image uuid="{c7cf97fb-1743-4ead-be07-34f0a5b87022}"/>
+ </AttachedDevice>
+ <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
+ </StorageController>
+ </StorageControllers>
+ </Machine>
+</VirtualBox>