]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Split shmem preparation as it's supposed to be
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 21 Jul 2017 11:47:05 +0000 (13:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 2 Aug 2017 07:27:22 +0000 (09:27 +0200)
commit848378c64c0d245ecf8c0dfb18ebd4941614dc90
tree1f26067e4a3225a965484d39f8c4944ed2cb52e8
parent19581afd77894af1406ebdc0a04a8a0d273618a8
qemu: Split shmem preparation as it's supposed to be

Since the introduction of shmem, there was a split of preparation code
from the formatting code from qemuBuildCommandLine() into
qemuProcessPrepareDomain().  Let's fix shmem in this regard, so that
we can slowly get to a cleaner codebase.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_process.c