diff options
Diffstat (limited to 'features/domains')
-rw-r--r-- | features/domains/default.xml | 31 | ||||
-rw-r--r-- | features/domains/volume.xml | 2 |
2 files changed, 14 insertions, 19 deletions
diff --git a/features/domains/default.xml b/features/domains/default.xml index 6050d6b3..f1004dcf 100644 --- a/features/domains/default.xml +++ b/features/domains/default.xml @@ -12,6 +12,7 @@ <apic/> <pae/> </features> + <cpu mode='host-model'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> @@ -23,23 +24,17 @@ <source file=''/> <target dev='hdc' bus='ide'/> <readonly/> - <address type='drive' controller='0' bus='1' target='0' unit='0'/> </disk> - <controller type='usb' index='0' model='ich9-ehci1'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/> - </controller> + <controller type='usb' index='0' model='ich9-ehci1'/> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/> - </controller> - <controller type='ide' index='0'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> + <controller type='ide' index='0'/> + <controller type='virtio-serial' index='0'/> <interface type='network'> <mac address='52:54:00:ac:dd:ee'/> <source network='DebianToasterNet'/> <model type='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> <link state='up'/> </interface> <serial type='tcp'> @@ -47,18 +42,18 @@ <target port='0'/> </serial> <input type='tablet' bus='usb'/> - <input type='mouse' bus='ps2'/> - <graphics type='vnc' port='-1' autoport='yes'/> - <sound model='ich6'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> - </sound> + <channel type='spicevmc'> + <target type='virtio' name='com.redhat.spice.0'/> + </channel> + <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'> + <mouse mode='client'/> + </graphics> + <sound model='ich6'/> <video> - <model type='qxl' vram='9216' heads='1'/> + <model type='qxl' ram='65536' vram='131072' vgamem='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> - <memballoon model='virtio'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> - </memballoon> + <memballoon model='virtio'/> </devices> </domain> diff --git a/features/domains/volume.xml b/features/domains/volume.xml index 9159c268..702d5a05 100644 --- a/features/domains/volume.xml +++ b/features/domains/volume.xml @@ -8,7 +8,7 @@ <permissions> <owner></owner> <group></group> - <mode>0774</mode> + <mode>0664</mode> </permissions> </target> </volume> |