Good catch, according to the virt-what script, the returns should be: Xen PV: * ```xen``` + ```xen-domU``` * or just ```xen```
Xen HVM: * ```xen``` + ```xen-hvm``` virt-what never returns ```xen-pv```. I think the ```xen-pv``` case in the get_boot_params() function should be ```xen-pv|xen-domU|xen)``` to ensure that any PV VMs read their configuration from /proc/cmdline. [ Full content available at: https://github.com/apache/cloudstack/pull/2824 ] This message was relayed via gitbox.apache.org for [email protected]
