Re: [libvirt-users] xl extra parameters equivalent for libvirt

2015-05-20 Thread Jim Fehlig
Eric Blake wrote: > On 05/18/2015 01:02 PM, Jim Fehlig wrote: > >> On 05/18/2015 11:35 AM, Emma Anderson wrote: >> >>> 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="x

Re: [libvirt-users] xl extra parameters equivalent for libvirt

2015-05-20 Thread Daniel P. Berrange
On Mon, May 18, 2015 at 01:28:08PM -0600, Eric Blake wrote: > On 05/18/2015 01:02 PM, Jim Fehlig wrote: > > On 05/18/2015 11:35 AM, Emma Anderson wrote: > >> hi, > >> > >> I use xl toolstack to manage vms on a Xen machine, and also pass some > >> custom parameters when creating a vm, for example: >

Re: [libvirt-users] xl extra parameters equivalent for libvirt

2015-05-18 Thread Eric Blake
On 05/18/2015 01:02 PM, Jim Fehlig wrote: > On 05/18/2015 11:35 AM, Emma Anderson wrote: >> 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" ' > > Documentation on create subco

Re: [libvirt-users] xl extra parameters equivalent for libvirt

2015-05-18 Thread Jim Fehlig
On 05/18/2015 11:35 AM, Emma Anderson wrote: 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" ' Documentation on create subcommand in the xl man page describes the 'key=value' options

[libvirt-users] xl extra parameters equivalent for libvirt

2015-05-18 Thread Emma Anderson
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._