Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added default PC configuration file
[palacios.git] / utils / guest_creator / test.xml
diff --git a/utils/guest_creator/test.xml b/utils/guest_creator/test.xml
deleted file mode 100644 (file)
index 79169c0..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-
-<vm class="PC">
-       <memory>1024</memory>
-       <telemetry>enable</telemetry>
-       <paging>nested</paging>
-       <schedule_hz>100</schedule_hz>
-
-       <memmap>
-               <region>
-                       <start>0xa0000</start>
-                       <end>0xc0000</end>
-                       <host_addr>0xa0000</host_addr>
-               </region>
-       </memmap>
-
-       <files>
-               <file id="boot-cd" filename="/home/jarusl/image.iso" />
-               <!--<file id="harddisk" filename="firefox.img" />-->
-       </files>
-
-       <devices>
-               <device id="8259A" />
-               <device id="KEYBOARD" />
-               <device id="8254_PIT" />
-               <device id="BOCHS_DEBUG" />
-               <device id="OS_DEBUG" />
-               <device id="LAPIC" />
-               <device id="IOAPIC">
-                       <irq_bus>LAPIC</irq_bus>
-               </device>
-
-               <device id="CGA_VIDEO" />
-               <device id="TELNET_CONSOLE">
-                       <frontend id="CGA_VIDEO" />
-                       <port>19997</port>
-               </device>
-
-               <device id="PCI" />
-
-               <device id="i440FX">
-                       <bus>PCI</bus>
-               </device>
-
-               <device id="PIIX3">
-                       <bus>PCI</bus>
-               </device>
-
-               <device id="LNX_VIRTIO_SYM">
-                       <bus>PCI</bus>
-               </device>
-
-               <device id="LNX_VIRTIO_BLK">
-                       <bus>PCI</bus>
-               </device>
-
-               <device id="LNX_VIRTIO_BALLOON">
-                       <bus>PCI</bus>
-               </device>
-
-               <device id="SYM_SWAP">
-                       <frontend id="LNX_VIRTIO_BLK" />
-               </device>
-
-               <device id="IDE">
-                       <bus>PCI</bus>
-                       <controller>PIIX3</controller>
-               </device>
-
-               <device id="PCI_PASSTHROUGH">
-                       <bus>PCI</bus>
-                       <name>E1000</name>
-                       <vendor_id>0x8086</vendor>
-                       <device_id>0x100e</device_id>
-               </device>
-
-               <device id="PCI_PASSTHROUGH">
-                       <bus>PCI</bus>
-                       <name>E1000</name>
-                       <vendor_id>0x8086</vendor>
-                       <device_id>0x107c</device_id>
-               </device>
-
-               <device id="RAMDISK">
-                       <file>harddisk</file>
-                       <frontend id="LNX_VIRTIO_BLK" />
-               </device>
-
-
-               <device id="RAMDISK">
-                       <file>boot-cd</file>
-                       <frontend id="IDE">
-                          <bus>0</bus>
-                          <channel>0</channel>
-                       </frontend>
-               </device>
-
-               <device id="NVRAM">
-                       <storage>IDE</storage>
-               </device>
-
-               <device id="GENERIC">
-                       <ports>
-                               <op>PRINT_AND_IGNORE</op>
-                               <start>0x00</start>
-                               <end>0x07</end>
-                       </ports>
-                       <ports>
-                               <op>PRINT_AND_IGNORE</op>
-                               <start>0xc0</start>
-                               </end>0xc7</end>
-                       </ports>
-               </device>
-       </devices>
-
-
-</vm>
-
-