hi,

I use xl toolstack to manage vms on a Xen machine, and also pass some custom parameters when creating a vm, for example:

xl create vm.cfg ' param="xyz" '

I am moving to libvirt for vm management. How I can pass those extra parameters using libvirt?

Thanks.