summaryrefslogtreecommitdiffstats
path: root/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox')
-rw-r--r--src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox b/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox
new file mode 100644
index 0000000..5f51c18
--- /dev/null
+++ b/src/test/resources/virtualbox/xml/virtualbox_default-windows-7_v1-16.vbox
@@ -0,0 +1,53 @@
+<?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.16-linux">
+ <Machine uuid="{35c843cb-5c94-4c84-9fab-067a18426cd1}" name="windows-7_1-16" OSType="Windows7_64" snapshotFolder="Snapshots" lastStateChange="2021-05-12T08:34:04Z">
+ <MediaRegistry>
+ <HardDisks>
+ <HardDisk uuid="{b7a1861b-ebe1-401e-8bc9-39f9ab5a5242}" location="windows-7_1-16.vdi" format="VDI" type="Normal"/>
+ </HardDisks>
+ </MediaRegistry>
+ <Hardware>
+ <CPU>
+ <PAE enabled="false"/>
+ <LongMode enabled="true"/>
+ <HardwareVirtExLargePages enabled="false"/>
+ </CPU>
+ <Memory RAMSize="2048"/>
+ <HID Pointing="USBTablet"/>
+ <Display controller="VBoxSVGA" VRAMSize="30"/>
+ <VideoCapture screens="1" file="." fps="25"/>
+ <BIOS>
+ <IOAPIC enabled="true"/>
+ <SmbiosUuidLittleEndian enabled="true"/>
+ </BIOS>
+ <USB>
+ <Controllers>
+ <Controller name="OHCI" type="OHCI"/>
+ </Controllers>
+ </USB>
+ <Network>
+ <Adapter slot="0" enabled="true" MACAddress="080027326227" type="82540EM">
+ <NAT/>
+ </Adapter>
+ </Network>
+ <AudioAdapter controller="HDA" driver="Pulse" enabled="true" enabledIn="false"/>
+ <Clipboard/>
+ <GuestProperties>
+ <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1620809072278398000" flags=""/>
+ </GuestProperties>
+ </Hardware>
+ <StorageControllers>
+ <StorageController name="NVME" type="NVMe" PortCount="1" useHostIOCache="false" Bootable="true">
+ <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
+ <Image uuid="{b7a1861b-ebe1-401e-8bc9-39f9ab5a5242}"/>
+ </AttachedDevice>
+ </StorageController>
+ </StorageControllers>
+ </Machine>
+</VirtualBox>