Use default machine

This commit is contained in:
Mikhail Klementev 2020-01-28 00:12:48 +00:00
parent 2bc5247ac1
commit e02edbacf4
No known key found for this signature in database
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
xml.go
View File

@ -37,7 +37,7 @@ var xmlTmpl = `
<currentMemory unit='GiB'>1</currentMemory>
<vcpu>4</vcpu>
<os>
<type arch='x86_64' machine='pc-i440fx-2.12'>hvm</type>
<type arch='x86_64'>hvm</type>
<kernel>%s/kernel</kernel>
<initrd>%s/initrd</initrd>
<cmdline>loglevel=4 init=%s/init %s</cmdline>