Ivan Mitev
unread,Apr 23, 2018, 6:41:37 AM4/23/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes-devel
Hi,
In 4.0, when creating an AppVM based on a TemplateVM, is it expected
that none of the new VM's prefs are copied from the template VM ?
For instance: (test2 is a TemplateVM)
qvm-prefs test2 kernel -> ''
qvm-prefs test2 virt_mode -> 'hvm'
qvm-prefs test2 memory -> '2096'
qvm-create --template test2 --label red testapp2
qvm-prefs testapp2 kernel -> '4.4.18-1'
qvm-prefs testapp2 virt_mode -> 'pvh'
qvm-prefs testapp2 memory -> '400'
...
I'll file an issue if it's a bug; if it isn't, this behavior is a bit
problematic: for instance a newly created AppVM from a windows TemplateVM
- will never boot because of the 'kernel' pref
- will not work in pvh mode
- will fail because of too low mem / mem balancing
...
Cheers,
ivan