diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
commit | f215e02bf85f68d3a6106c2a1f4f7f063f819064 (patch) | |
tree | 6bb5b92c046312c4e95ac2620b10ddf482d3fa8b /src/VBox/Main/xml/samples | |
parent | Initial commit. (diff) | |
download | virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.tar.xz virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.zip |
Adding upstream version 7.0.14-dfsg.upstream/7.0.14-dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/Main/xml/samples')
-rw-r--r-- | src/VBox/Main/xml/samples/VirtualBox-global.xml | 62 | ||||
-rw-r--r-- | src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml | 65 | ||||
-rw-r--r-- | src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml | 203 |
3 files changed, 330 insertions, 0 deletions
diff --git a/src/VBox/Main/xml/samples/VirtualBox-global.xml b/src/VBox/Main/xml/samples/VirtualBox-global.xml new file mode 100644 index 00000000..139a47ce --- /dev/null +++ b/src/VBox/Main/xml/samples/VirtualBox-global.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- Oracle VM VirtualBox Sample Global Configuration --> +<!-- + * :tabSize=2:indentSize=2:noTabs=true: + * :folding=explicit:collapseFolds=1: +--> + +<VirtualBox + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.innotek.de/VirtualBox-settings ../VirtualBox-settings-windows.xsd" + xmlns="http://www.innotek.de/VirtualBox-settings" + version="1.2-windows" +> + + <Global> + <ExtraData> + <ExtraDataItem name="GUI/Input/HostKey" value="165"/> + <ExtraDataItem name="GUI/Input/AutoCapture" value="true"/> + <ExtraDataItem name="GUI/SuppressMessages" value="remindAboutAutoCapture,remindAboutMouseIntegrationOn"/> + </ExtraData> + <MachineRegistry> + <MachineEntry src="Machines\{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}.xml" uuid="{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}"/> + <MachineEntry src="Machines\{aa08aecf-e67d-46b9-a325-948691660689}.xml" uuid="{aa08aecf-e67d-46b9-a325-948691660689}"/> + <MachineEntry src="Machines/%7B81ae80b4-2507-4fe8-bed8-33f14920d301%7D.xml" uuid="{81ae80b4-2507-4fe8-bed8-33f14920d301}"/> + </MachineRegistry> + <DiskRegistry> + <HardDisks> + <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}" type="normal"> + <VirtualDiskImage filePath="E:/develop/innotek/images/nt4ger.vdi"/> + <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}"> + <VirtualDiskImage filePath="E:/develop/innotek/images/diff1.vdi"/> + </DiffHardDisk> + <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}"> + <VirtualDiskImage filePath="E:/develop/innotek/images/diff2.vdi"/> + <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}"> + <VirtualDiskImage filePath="E:/develop/innotek/images/diff2.vdi"/> + </DiffHardDisk> + </DiffHardDisk> + </HardDisk> + <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968058}" type="immutable"> + <ISCSIHardDisk server="abc.com" target="drive"/> + </HardDisk> + <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968059}" type="writethrough"> + <PhysicalVolume path="D:"/> + </HardDisk> + </HardDisks> + <DVDImages> + <Image src="e:/Develop/innotek/images/fdbootcd.iso" uuid="{8c307b77-f331-45fd-b8b4-cbc5281bf0FF}"/> + </DVDImages> + <FloppyImages> + </FloppyImages> + </DiskRegistry> + <SystemProperties defaultVDIFolder="somefolder"/> + <USBDeviceFilters> + <DeviceFilter name="Test1" active="false" action="Ignore"/> + <DeviceFilter name="Test2" active="false" vendorid="MegaCorpLTD" action="Ignore"/> + </USBDeviceFilters> + </Global> + +</VirtualBox> + + diff --git a/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml b/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml new file mode 100644 index 00000000..8b67af38 --- /dev/null +++ b/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- Oracle VM VirtualBox Sample Machine Configuration (for a linux host) --> +<!-- + * :tabSize=2:indentSize=2:noTabs=true: + * :folding=explicit:collapseFolds=1: +--> + +<VirtualBox + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.innotek.de/VirtualBox-settings ../VirtualBox-settings-linux.xsd" + xmlns="http://www.innotek.de/VirtualBox-settings" + version="1.2-linux" +> + + <Machine + name="dos" OSType="dos" uuid="{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}" + stateFile="aaa.sav" + > + + <HardDiskAttachments> + <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}" + bus="ide0" device="master"/> + </HardDiskAttachments> + + <Hardware> + <Memory RAMSize="128"/> + <Boot> + <Order device="None" position="4"/> + <Order device="None" position="2"/> + <Order device="HardDisk" position="1"/> + <Order device="Floppy" position="3"/> + </Boot> + <Display VRAMSize="4"/> + <RemoteDisplay enabled="false"/> + <BIOS> + <ACPI enabled="false"/> + <Logo displayTime="0" fadeIn="true" fadeOut="true"/> + </BIOS> + <DVDDrive> + <Image uuid="{00000000-0000-0000-0100-000000000000}"/> + </DVDDrive> + <FloppyDrive> + <HostDrive src="aaa"/> + </FloppyDrive> + <USBController enabled="false"/> + <Network> + <Adapter slot="0" enabled="true" cable="true" MACAddress="08002751DD5E"> + <NAT/> + </Adapter> + <Adapter slot="1" enabled="true" cable="false" MACAddress="08002751DD5E"> + <HostInterface/> + </Adapter> + <Adapter slot="2" enabled="true" cable="false" MACAddress="08002751DD5E"/> + <Adapter slot="3" enabled="true" cable="false" MACAddress="08002751DD5E"/> + </Network> + <AudioAdapter driver="alsa" enabled="true"/> + <SharedFolders> + <SharedFolder name="aaa" hostPath="/bbb/ccc"/> + <SharedFolder name="aaab" hostPath="/bbb/ccc"/> + </SharedFolders> + </Hardware> + + </Machine> + +</VirtualBox> diff --git a/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml b/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml new file mode 100644 index 00000000..729a9357 --- /dev/null +++ b/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml @@ -0,0 +1,203 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- Oracle VM VirtualBox Sample Machine Configuration (for a win32 host) --> +<!-- + * :tabSize=2:indentSize=2:noTabs=true: + * :folding=explicit:collapseFolds=1: +--> + +<VirtualBox + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.innotek.de/VirtualBox-settings ../VirtualBox-settings-windows.xsd" + xmlns="http://www.innotek.de/VirtualBox-settings" + version="1.2-windows" +> + + <Machine + name="dos" OSType="dos" uuid="{00000000-0000-0000-0100-000000000000}" + currentSnapshot="{00000000-0000-0000-0111-000000000000}" + snapshotFolder="." + lastStateChange="2005-01-01T10:22:22Z" + aborted="true" + > + <Description> + Something is here. + </Description> + <Hardware> + <Memory RAMSize="128"/> + <Boot> + <Order device="None" position="1"/> + <Order device="HardDisk" position="2"/> + </Boot> + <Display VRAMSize="4"/> + <RemoteDisplay enabled="false"/> + <BIOS> + <ACPI enabled="false"/> + <Logo displayTime="0" fadeIn="true" fadeOut="true"/> + </BIOS> + <DVDDrive> + <Image uuid="{00000000-0000-0000-0100-000000000000}"/> + </DVDDrive> + <FloppyDrive> + <HostDrive src="aaa"/> + </FloppyDrive> + <USBController enabled="false"> + <DeviceFilter name="Test1" active="false"/> + </USBController> + <Network> + <Adapter slot="0" enabled="false" cable="false" MACAddress="08002751DD5E"/> + <Adapter slot="3" enabled="false" cable="false" MACAddress="08002751DD5E"> + <NAT/> + </Adapter> + <Adapter slot="2" enabled="false" cable="false" MACAddress="08002751DD5E"> + <HostInterface name="Home LAN"/> + </Adapter> + </Network> + <AudioAdapter driver="winmm" enabled="true"/> + </Hardware> + + <HardDiskAttachments> + <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}" + bus="ide0" device="master"/> + </HardDiskAttachments> + + <ExtraData> + <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/> + </ExtraData> + + <Snapshot + name="Snapshot 1" uuid="{00000000-0000-0000-0111-000000000000}" + timeStamp="2006-01-01T00:00:00Z" + > + <Hardware> + <Memory RAMSize="128"/> + <Boot> + <Order device="None" position="1"/> + <Order device="HardDisk" position="2"/> + </Boot> + <Display VRAMSize="4"/> + <RemoteDisplay enabled="false"/> + <BIOS> + <ACPI enabled="false"/> + <Logo displayTime="0" fadeIn="true" fadeOut="true"/> + </BIOS> + <DVDDrive> + <Image uuid="{00000000-0000-0000-0100-000000000000}"/> + </DVDDrive> + <FloppyDrive> + <HostDrive src="aaa"/> + </FloppyDrive> + <USBController enabled="false"> + <DeviceFilter name="Test1" active="false"/> + </USBController> + <Network> + <Adapter slot="0" enabled="false" cable="false" MACAddress="08002751DD5E"/> + <Adapter slot="3" enabled="false" cable="false" MACAddress="08002751DD5E"> + <NAT/> + </Adapter> + <Adapter slot="2" enabled="false" cable="false" MACAddress="08002751DD5E"> + <HostInterface name="Home LAN"/> + </Adapter> + </Network> + <AudioAdapter driver="winmm" enabled="true"/> + <Clipboard mode="Disabled"/> + </Hardware> + <HardDiskAttachments> + <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}" + bus="ide0" device="master"/> + </HardDiskAttachments> + + <Snapshots> + + <Snapshot + name="Snapshot 2" uuid="{00000000-0000-0000-0100-000000000000}" + timeStamp="2006-01-01T00:00:00Z" + stateFile="D:\aaa\bbb.sav" + > + <Description>ewfqwef</Description> + <Hardware> + <Memory RAMSize="128"/> + <Boot> + <Order device="None" position="1"/> + <Order device="HardDisk" position="2"/> + </Boot> + <Display VRAMSize="4"/> + <RemoteDisplay enabled="false"/> + <BIOS> + <ACPI enabled="false"/> + <Logo displayTime="0" fadeIn="true" fadeOut="true"/> + </BIOS> + <DVDDrive> + <Image uuid="{00000000-0000-0000-0100-000000000000}"/> + </DVDDrive> + <FloppyDrive> + <HostDrive src="aaa"/> + </FloppyDrive> + <USBController enabled="false"> + <DeviceFilter name="Test1" active="false"/> + </USBController> + <Network> + <Adapter slot="0" enabled="false" cable="false" MACAddress="08002751DD5E"/> + <Adapter slot="3" enabled="false" cable="false" MACAddress="08002751DD5E"> + <NAT/> + </Adapter> + <Adapter slot="2" enabled="false" cable="false" MACAddress="08002751DD5E"> + <HostInterface name="Home LAN"/> + </Adapter> + </Network> + <AudioAdapter driver="winmm" enabled="true"/> + </Hardware> + <HardDiskAttachments> + <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}" + bus="ide0" device="master"/> + </HardDiskAttachments> + <Snapshots/> + </Snapshot> + + <Snapshot + name="Snapshot 3" uuid="{00000000-0000-0000-0112-000000000000}" + timeStamp="2006-01-01T00:00:00Z" + > + <Hardware> + <Memory RAMSize="128"/> + <Boot> + <Order device="None" position="1"/> + <Order device="HardDisk" position="2"/> + </Boot> + <Display VRAMSize="4"/> + <RemoteDisplay enabled="false"/> + <BIOS> + <ACPI enabled="false"/> + <Logo displayTime="0" fadeIn="true" fadeOut="true"/> + </BIOS> + <DVDDrive> + <Image uuid="{00000000-0000-0000-0100-000000000000}"/> + </DVDDrive> + <FloppyDrive> + <HostDrive src="aaa"/> + </FloppyDrive> + <USBController enabled="false"> + <DeviceFilter name="Test1" active="false"/> + </USBController> + <Network> + <Adapter slot="0" enabled="false" cable="false" MACAddress="08002751DD5E"/> + <Adapter slot="3" enabled="false" cable="false" MACAddress="08002751DD5E"> + <NAT/> + </Adapter> + <Adapter slot="2" enabled="false" cable="false" MACAddress="08002751DD5E"> + <HostInterface name="Home LAN"/> + </Adapter> + </Network> + <AudioAdapter driver="winmm" enabled="true"/> + </Hardware> + <HardDiskAttachments> + <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}" + bus="ide0" device="master"/> + </HardDiskAttachments> + <Snapshots/> + </Snapshot> + + </Snapshots> + </Snapshot> + </Machine> + +</VirtualBox> |