mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
967f4eebdc
Add support in the domXML<->native config converter for max_event_channels. The parser and formater functions for max_grant_frames were reworked to also parse max_event_channels. In doing so the xenbus controller is added earlier in the config parsing, requiring a small adjustment to one of the existing tests. Include a new test for the event channel conversion. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<domain type='xen'>
|
|
<name>XenGuest1</name>
|
|
<uuid>45b60f51-88a9-47a8-a3b3-5e66d71b2283</uuid>
|
|
<memory unit='KiB'>524288</memory>
|
|
<currentMemory unit='KiB'>524288</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<bootloader>/usr/bin/pygrub</bootloader>
|
|
<os>
|
|
<type arch='x86_64' machine='xenpv'>linux</type>
|
|
</os>
|
|
<clock offset='utc' adjustment='reset'/>
|
|
<on_poweroff>preserve</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>preserve</on_crash>
|
|
<devices>
|
|
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='qcow2'/>
|
|
<source file='/var/lib/xen/images/debian/disk.qcow2'/>
|
|
<target dev='xvda' bus='xen'/>
|
|
</disk>
|
|
<controller type='xenbus' index='0'/>
|
|
<controller type='usb' index='0' model='qusb2' ports='6'/>
|
|
<interface type='ethernet'>
|
|
<mac address='5a:36:0e:be:00:09'/>
|
|
</interface>
|
|
<console type='pty'>
|
|
<target type='xen' port='0'/>
|
|
</console>
|
|
<input type='mouse' bus='xen'/>
|
|
<input type='keyboard' bus='xen'/>
|
|
<memballoon model='xen'/>
|
|
</devices>
|
|
</domain>
|