[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [Fedora-xen] virt-manager and guest config file



mathieu rohon wrote:
Great, thanks for your answer Daniel.

So the following logical question is : How can I modify my guests parameters? let's say, add usb support for example?

Using virsh, you can do this on an inactive (not running) domain:

  virsh dumpxml DOMAINNAME > guest.xml
  vi guest.xml
  virsh define guest.xml

or if you've got a really recent version of virsh and you want to just attach a device to a running domain, try the 'virsh attach-device' command.

More generally, can you tell me where this is documented?

The XML is documented here:
http://libvirt.org/format.html

Rich.

--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]