Re: [PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-16 Thread Markus Armbruster
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

Re: [PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-16 Thread Paolo Bonzini
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

Re: [PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-16 Thread Markus Armbruster
Out of curiosity: what's a non-relocatable install, and why should I care?

Re: [PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-16 Thread Paolo Bonzini
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

Re: [PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-16 Thread Manos Pitsidianakis
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')

[PATCH 03/17] meson, cutils: allow non-relocatable installs

2023-10-15 Thread Paolo Bonzini
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(-