~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/xmconfigdata/test-fullvirt-serial-udp.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:51:21 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20080625185121-8dku38gpoluks1bx
Tags: upstream-0.4.4
ImportĀ upstreamĀ versionĀ 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name = "XenGuest2"
 
2
uuid = "c7a5fdb2-cdaf-9455-926a-d65c16db1809"
 
3
maxmem = 579
 
4
memory = 394
 
5
vcpus = 1
 
6
builder = "hvm"
 
7
kernel = "/usr/lib/xen/boot/hvmloader"
 
8
boot = "d"
 
9
pae = 1
 
10
acpi = 1
 
11
apic = 1
 
12
localtime = 0
 
13
on_poweroff = "destroy"
 
14
on_reboot = "restart"
 
15
on_crash = "restart"
 
16
device_model = "/usr/lib/xen/bin/qemu-dm"
 
17
sdl = 0
 
18
vnc = 1
 
19
vncunused = 1
 
20
vnclisten = "127.0.0.1"
 
21
vncpasswd = "123poi"
 
22
disk = [ "phy:/dev/HostVG/XenGuest2,hda,w", "file:/root/boot.iso,hdc:cdrom,r" ]
 
23
vif = [ "mac=00:16:3E:66:92:9C,bridge=xenbr1,type=ioemu" ]
 
24
parallel = "none"
 
25
serial = "udp:127.0.0.1:9999@0.0.0.0:99998"