mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
bed3252536
Add a new test to check the 'mode' attribute of the passthrough element and augment an existing, related test to check enablement of the passthrough element only. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
15 lines
396 B
INI
15 lines
396 B
INI
name = "XenGuest1"
|
|
uuid = "45b60f51-88a9-47a8-a3b3-5e66d71b2283"
|
|
maxmem = 512
|
|
memory = 512
|
|
vcpus = 4
|
|
e820_host = 1
|
|
passthrough = "enabled"
|
|
localtime = 0
|
|
on_poweroff = "preserve"
|
|
on_reboot = "restart"
|
|
on_crash = "preserve"
|
|
vif = [ "mac=5a:36:0e:be:00:09" ]
|
|
bootloader = "/usr/bin/pygrub"
|
|
disk = [ "format=qcow2,vdev=xvda,access=rw,backendtype=qdisk,target=/var/lib/xen/images/debian/disk.qcow2" ]
|