diff -ruN ../c/mvisor-master/config/q35.yaml ./config/q35.yaml --- ../c/mvisor-master/config/q35.yaml 2025-09-04 14:38:04.000000000 +0200 +++ ./config/q35.yaml 2025-12-24 22:43:44.561083518 +0100 @@ -3,7 +3,7 @@ machine: memory: 4G vcpu: 4 - bios: ../share/bios-256k.bin + bios: /usr/local/share/mvisor/share/bios-256k.bin objects: # Use the old name pci-host instead of q35-host for compatibility diff -ruN ../c/mvisor-master/meson.build ./meson.build --- ../c/mvisor-master/meson.build 2025-09-04 14:38:04.000000000 +0200 +++ ./meson.build 2025-12-24 22:37:22.121175086 +0100 @@ -5,7 +5,7 @@ 'buildtype=debugoptimized', 'warning_level=2', 'cpp_std=c++17', - 'werror=true' + 'werror=false' ] ) @@ -78,7 +78,7 @@ include_directories : mvisor_include, dependencies: mvisor_deps, install: true, - install_dir: '/mnt/server/opt/mvisor/build/bin/' + install_dir: '/usr/bin' ) configure_file(output: 'version.h', diff -ruN ../c/mvisor-master/mvisor.patch ./mvisor.patch --- ../c/mvisor-master/mvisor.patch 2025-12-24 22:50:03.082983344 +0100 +++ ./mvisor.patch 2025-12-24 22:50:57.285968823 +0100 @@ -1,18 +1,18 @@ -diff -ruN ../c/mvisor-master/config/q35.yaml /tmp/mvisor-master/config/q35.yaml ---- ../c/mvisor-master/config/q35.yaml 2025-09-04 14:38:04.000000000 +0200 -+++ /tmp/mvisor-master/config/q35.yaml 2025-12-24 22:43:44.561083518 +0100 +diff -ruN ../c/mvisor-master/config/q35.yaml ./config/q35.yaml +--- ../c/mvisor-master/config/q35.yaml 2025-09-04 14:38:04.000000000 +0200 ++++ ./config/q35.yaml 2025-12-24 22:43:44.561083518 +0100 @@ -3,7 +3,7 @@ machine: memory: 4G vcpu: 4 - bios: ../share/bios-256k.bin + bios: /usr/local/share/mvisor/share/bios-256k.bin - + objects: # Use the old name pci-host instead of q35-host for compatibility -diff -ruN ../c/mvisor-master/meson.build /tmp/mvisor-master/meson.build ---- ../c/mvisor-master/meson.build 2025-09-04 14:38:04.000000000 +0200 -+++ /tmp/mvisor-master/meson.build 2025-12-24 22:37:22.121175086 +0100 +diff -ruN ../c/mvisor-master/meson.build ./meson.build +--- ../c/mvisor-master/meson.build 2025-09-04 14:38:04.000000000 +0200 ++++ ./meson.build 2025-12-24 22:37:22.121175086 +0100 @@ -5,7 +5,7 @@ 'buildtype=debugoptimized', 'warning_level=2', @@ -21,7 +21,7 @@ + 'werror=false' ] ) - + @@ -78,7 +78,7 @@ include_directories : mvisor_include, dependencies: mvisor_deps, @@ -29,5 +29,5 @@ - install_dir: '/mnt/server/opt/mvisor/build/bin/' + install_dir: '/usr/bin' ) - + configure_file(output: 'version.h',