Paolo Bonzini writes:
> On Mon, Oct 16, 2023 at 1:55 PM Markus Armbruster wrote:
>> Out of curiosity: what's a non-relocatable install, and why should I
>> care?
>
> In a relocatable install if you move qemu-system-x86_64 from /usr/bin
> to /home/armbru/bin, it will start looking for firmware in
On Mon, Oct 16, 2023 at 1:55 PM Markus Armbruster wrote:
> Out of curiosity: what's a non-relocatable install, and why should I
> care?
In a relocatable install if you move qemu-system-x86_64 from /usr/bin
to /home/armbru/bin, it will start looking for firmware in
/home/armbru/share/qemu.
In a n
Out of curiosity: what's a non-relocatable install, and why should I
care?
On 10/16/23 11:08, Manos Pitsidianakis wrote:
On Mon, 16 Oct 2023 09:31, Paolo Bonzini wrote:
diff --git a/meson.build b/meson.build
index 010d2c649c2..251838f2609 100644
--- a/meson.build
+++ b/meson.build
@@ -2111,6 +2111,7 @@ config_host_data.set('CONFIG_OPENGL',
opengl.found())
config_hos
On Mon, 16 Oct 2023 09:31, Paolo Bonzini wrote:
diff --git a/meson.build b/meson.build
index 010d2c649c2..251838f2609 100644
--- a/meson.build
+++ b/meson.build
@@ -2111,6 +2111,7 @@ config_host_data.set('CONFIG_OPENGL', opengl.found())
config_host_data.set('CONFIG_PLUGIN', get_option('plugins')
Suggested-by: Michael Tokarev
Signed-off-by: Paolo Bonzini
---
meson.build | 21 +
meson_options.txt | 2 ++
scripts/meson-buildoptions.sh | 3 +++
util/cutils.c | 11 ---
4 files changed, 34 insertions(+), 3 deletions(-