]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainGetPreservedMounts: Do not special case /dev
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 6 Jan 2017 09:54:47 +0000 (10:54 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 10 Jan 2017 12:04:57 +0000 (13:04 +0100)
commit5d300576957efc74e01bc2c7a321b94fa773c676
treef82bb9e273f4b112b414059dfda3f5da7add8baf
parent40ebbf72d56e418adac2df0611d75d025a6b0400
qemuDomainGetPreservedMounts: Do not special case /dev

The c1140eb9e got me thinking. We don't want to special case /dev
in qemuDomainGetPreservedMounts(), but in all other places in the
code we special case it anyway. I mean,
/var/run/libvirt/$domain.dev path is constructed separately just
so that it is not constructed here. It makes only a little sense
(if any at all).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c