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

2018-07-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180702202415.GA12440@computer Subject: [Qemu-devel] [PATCH] module: Use QEMU_MODULE_PATH as a search path === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

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

2018-07-02 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