]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Warn when using vhost-user without shared memory
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 8 Dec 2015 13:15:47 +0000 (14:15 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 14 Dec 2015 07:54:19 +0000 (08:54 +0100)
commit686eb7a24f7d71048f5cd45bb0095a63d0787875
treecb4dcf1cc01d078653546fd3462e654996a3abb3
parentec93cc25ecdad100a535cb52c08f7eaa3004b960
qemu: Warn when using vhost-user without shared memory

When user configures vhost-user interface and forgets to also configure
any shared memory, the search for the root cause of non-operational
interface might take unpleasantly long time.  Let's enhance user
experience by emitting a warning in the logs.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1266982

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