]> xenbits.xensource.com Git - libvirt.git/commit
qemu: skip granting access during fd migration
authorEric Blake <eblake@redhat.com>
Thu, 10 Mar 2011 00:49:54 +0000 (17:49 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 28 Mar 2011 16:26:33 +0000 (10:26 -0600)
commit34fa0de05ede0008484cf2c17a60065c20ba4746
tree7d41f167650f6c16ef24924b44adee16418e5c9a
parent6034ddd55954251f454ca0a0632d5bb6ef4a5db4
qemu: skip granting access during fd migration

SELinux labeling and cgroup ACLs aren't required if we hand a
pre-opened fd to qemu.  All the more reason to love fd: migration.

* src/qemu/qemu_migration.c (qemuMigrationToFile): Skip steps
that are irrelevant in fd migration.
src/qemu/qemu_migration.c