OSDN Git Service

module: Use bundle mechanism
authorAkihiko Odaki <akihiko.odaki@gmail.com>
Fri, 24 Jun 2022 14:50:39 +0000 (23:50 +0900)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Jul 2022 14:58:57 +0000 (16:58 +0200)
commit98753e9a8fc1791b60f1a674452ceb1184eb613a
tree210b930d9df12468271f97a032d63a15c2871ecb
parent882084a04ae9bec00e510a2319feba1d1a653fb1
module: Use bundle mechanism

Before this change, the directory of the executable was being added to
resolve modules in the build tree. However, get_relocated_path() can now
resolve them with the new bundle mechanism.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <20220624145039.49929-5-akihiko.odaki@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/module.c