On 09/06/2026 05.46, Ani Sinha wrote:
On Tue, Jun 9, 2026 at 7:54 AM Ani Sinha <[email protected]> wrote:
On Mon, Jun 8, 2026 at 10:43 PM Thomas Huth <[email protected]> wrote:
On 30/05/2026 16.56, Ani Sinha wrote:
Hi,
I am trying to write a qtest for which I need an IGVM file. I have the
file, about 54 MiB in size.
54 MiB is quite big,
I was able to reduce the combined size of 2 files to about 400K
https://gitlab.com/anisinha/qemu/-/commit/6aef476b59443dd1bc570c29e8e5ca43140cfed4
Compressed size is about 100K but I don't want to introduce dependency
on libarchive preferrably if 400K size is ok.
We already have logic for libbzip2 in our main meson.build file, so maybe
you could use that?
Thomas