]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain_namespace: Rename qemuDomainCreateNamespace()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Jul 2020 14:54:11 +0000 (16:54 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Aug 2020 17:40:33 +0000 (19:40 +0200)
commit764eaf1aa4fa9ec8705a06c266c03a288082fc83
treecb9da41f0dea43dac55a65ae88484d2e7bce6b09
parent90eee875693ed8038bd820d441c3265dbf8471c7
qemu_domain_namespace: Rename qemuDomainCreateNamespace()

The name of this function is not very helpful, because it doesn't
create anything, it just flips a bit in a bitmask when domain is
starting up. Move the function internals into qemu_process.c and
forget the function ever existed.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_namespace.c
src/qemu/qemu_namespace.h
src/qemu/qemu_process.c