Re: [libvirt] [PATCH] Allow saving QEMU libvirt state to a pipe

2016-11-07 Thread Roy Keene
On 11/07/2016 03:27 AM, Peter Krempa wrote: On Fri, Nov 04, 2016 at 15:20:44 -0500, Roy Keene wrote: All, Currently the "virsh save" command opens a file to save a domain's XML and memory state, does the save, and then re-opens the file to simulate seeking to the begi

[libvirt] [PATCH] Allow saving QEMU libvirt state to a pipe

2016-11-04 Thread Roy Keene
ot; & virsh restore "${fifo}" & wait; rm -f "${fifo}" ) * Exporting image: 100% complete...done. Domain restored from /tmp/tmp.0YaUZ5Y2yT # *virsh list* Id Name State 11one-0

[libvirt] [PATCH] Updated to deal with specifying user IDs to that do not map to usernames

2016-06-06 Thread Roy Keene
Patch to libvirt master to avoid failing when a user ID is specified, e.g. for , that does not map to a user name. This is useful if you want to run each VM as a separate user and not bother creating an /etc/passwd entry for each UID. It compiles but is as yet untested. --- src/util/virutil