]> xenbits.xensource.com Git - libvirt.git/commit
qemu ns: Create chardev backends more frequently
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Jun 2017 15:05:31 +0000 (17:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Jul 2017 12:45:15 +0000 (14:45 +0200)
commite93d844b90aab2676a1ad910a165c9c83c99de3d
treef859917ccfdb9c2287c10253c9ad13eef44cb558
parent7976d1a5146bc5117e7125f0cbbfe537248dc630
qemu ns: Create chardev backends more frequently

Currently, the only type of chardev that we create the backend
for in the namespace is type='dev'. This is not enough, other
backends might have files under /dev too. For instance channels
might have a unix socket under /dev (well, bind mounted under
/dev from a different place).

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