Re: [Qemu-devel] [PATCH v3] module: Use QEMU_MODULE_PATH as a search path

2018-07-03 Thread Daniel P . Berrangé
On Tue, Jul 03, 2018 at 03:19:04PM -0400, ryang wrote: > The current paths for modules are CONFIG_QEMU_MODDIR and paths relative > to the executable. Qemu and its modules can be installed and executed in > paths that are different from these search paths. This change allows > a search path to be sp

[Qemu-devel] [PATCH v3] module: Use QEMU_MODULE_PATH as a search path

2018-07-03 Thread ryang
The current paths for modules are CONFIG_QEMU_MODDIR and paths relative to the executable. Qemu and its modules can be installed and executed in paths that are different from these search paths. This change allows a search path to be specified by environment variable. An example usage for this is