Mercurial > hg > Applications > virsh-wrapper
changeset 54:d2e05ee14974
supported to run on ubuntu
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 03 Oct 2020 15:42:02 +0900 |
parents | 35f7a96b14db |
children | 2aa12d6f79e0 |
files | ie-virsh-template.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ie-virsh-template.xml Mon Dec 16 21:30:14 2019 +0900 +++ b/ie-virsh-template.xml Sat Oct 03 15:42:02 2020 +0900 @@ -12,7 +12,7 @@ <currentMemory unit='KiB'>1048576</currentMemory> <vcpu placement='static'>1</vcpu> <os> - <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type> + <type arch='x86_64' machine='pc-i440fx-focal'>hvm</type> <boot dev='hd'/> </os> <features> @@ -32,7 +32,7 @@ <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> - <emulator>/usr/libexec/qemu-kvm</emulator> + <emulator>/usr/bin/kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/media/iscsi/ie-virsh-template.qcow2'/>