Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching

2025-08-27 Thread Daniel P . Berrangé
CC stable On Wed, Aug 27, 2025 at 12:10:08AM +, Gustavo Romero wrote: > This commit fixes the asset precaching in the reverse_debugging test on > aarch64. > > QemuBaseTest.main() precaches assets (kernel, rootfs, DT blobs, etc.) > that are defined in variables with the ASSET_ prefix. This wor

Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching

2025-08-26 Thread Manos Pitsidianakis
On Wed, Aug 27, 2025 at 3:12 AM Gustavo Romero wrote: > > This commit fixes the asset precaching in the reverse_debugging test on > aarch64. > > QemuBaseTest.main() precaches assets (kernel, rootfs, DT blobs, etc.) > that are defined in variables with the ASSET_ prefix. This works because > it ult

Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching

2025-08-26 Thread Richard Henderson
On 8/27/25 10:10, Gustavo Romero wrote: This commit fixes the asset precaching in the reverse_debugging test on aarch64. QemuBaseTest.main() precaches assets (kernel, rootfs, DT blobs, etc.) that are defined in variables with the ASSET_ prefix. This works because it ultimately calls Asset.precac

[PATCH] tests/functional: Fix reverse_debugging asset precaching

2025-08-26 Thread Gustavo Romero
This commit fixes the asset precaching in the reverse_debugging test on aarch64. QemuBaseTest.main() precaches assets (kernel, rootfs, DT blobs, etc.) that are defined in variables with the ASSET_ prefix. This works because it ultimately calls Asset.precache_test(), which relies on introspection t