search for: virdomaindefinexmlflag

Displaying 4 results from an estimated 4 matches for "virdomaindefinexmlflag".

2019 Feb 21
1
Re: virsh confirmed edits do not persist
...xact changes you were trying to make? I was following this guide: https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_keyboard/mouse_via_Evdev Specifically, I was updating the domain tag to include `xmlns:qemu=' http://libvirt.org/schemas/domain/qemu/1.0'` >both call virDomainDefineXMLFlags under the hood. That is good to know, thanks for the explanation. I appreciate the help, if you have any suggestions I'm happy to hear them Josh On Thu, Feb 21, 2019 at 2:16 AM Ján Tomko <jtomko@redhat.com> wrote: > On Thu, Feb 21, 2019 at 01:06:48AM -0500, Josh Mcneil wrote: &gt...
2019 Feb 21
2
virsh confirmed edits do not persist
This may be user error, I am new to libvirt. I am using libvirt 5.0.0. I have created a VM (win10) in the system URI using virt-manager. I stopped the VM to edit it. I set my LIBVIRT_DEFAULT_URI="qemu:///system" and am able to read the domain configuration with `EDITOR=nano virsh edit win10`. When I save (ctrl+o) and exit (ctrl+x) I see the message "Domain win10 XML configuration
2016 Sep 22
0
ANNOUNCE: ruby-libvirt 0.7.0
...ruby wrapper around the libvirt API. The changelog between 0.6.0 and 0.7.0 is: * Fix network lease API to allow arguments that libvirt allows * Implement VIRT_STORAGE_POOL_CREATE flags * Implement more VIR_STORAGE_VOL flags * Implement VIR_DOMAIN_QEMU_AGENT_COMMAND_SHUTDOWN * Implement virDomainDefineXMLFlags * Implement virDomainRename * Implement virDomainSetUserPassword * Implement VIR_DOMAIN_TIME_SYNC * Fix the return value from virStreamSourceFunc so volume upload works Version 0.7.0 is available from http://libvirt.org/ruby: Tarball: http://libvirt.org/ruby/download/ruby-libvirt-0.7.0.t...
2019 Feb 21
0
Re: virsh confirmed edits do not persist
...ersisted. > >I have tried starting and stopping the VM. I read that I may need to define >the domain with virsh so I did that. None of these things seem to work. Calling 'virsh define' with the same domain name and UUID in the XML and 'virsh edit' is equivalent - both call virDomainDefineXMLFlags under the hood. Jano > >I would appreciate it if someone could help me solve this issue in order to >be able to modify domains from virsh! > >Thanks in advance for any help! > >Josh >_______________________________________________ >libvirt-users mailing list >libvi...