]> git.ipfire.org Git - thirdparty/qemu.git/commit
vl: process -object after other backend options
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Aug 2014 11:47:00 +0000 (13:47 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 10 Sep 2014 14:30:56 +0000 (09:30 -0500)
commit3d8cc86e4f3e1c8fb52a5f7132bf343e3d3b7775
treebc11516c228ed4cce3e9b945aa913c0933bc7f9d
parent0824ca6bd126b97fac18d12d514823463f415bec
vl: process -object after other backend options

QOM backends can refer to chardevs, but not vice versa.  So
process -chardev and -fsdev options before -object

This fixes the rng-egd backend to virtio-rng.

Reported-by: Amos Kong <akong@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 7b71758d79106a63a0b8aba02df752d9995ea50c)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
vl.c