]> git.proxmox.com Git - mirror_qemu.git/commit
modules: turn off lazy binding
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 28 Oct 2020 05:49:44 +0000 (06:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 29 Oct 2020 05:37:24 +0000 (06:37 +0100)
commit546323bdac18984c771ebefae1046ee61742f9ca
tree22ee90eb69fec909b1297ce3a5e6d77a9dc948bc
parent5869f8dd1f57ce93f80171427e723227471d8a33
modules: turn off lazy binding

We want missing symbols fail module load right away instead of having
qemu abort later on in case lazy binding fails.  Can happen -- for
example -- when trying to load a module for a pci device
(virtio-gpu-pci) into a qemu without pci support (qemu-system-avr).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201028054944.5772-1-kraxel@redhat.com
util/module.c