[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] meson: Fix initrd-stress.img build
|
From: |
Fabiano Rosas |
|
Subject: |
[PATCH 0/2] meson: Fix initrd-stress.img build |
|
Date: |
Thu, 25 May 2023 18:20:42 -0300 |
Just a small fix to the build of the initrd used by the migration
guestperf.py script.
$ cd build
$ make tests/migration/initrd-stress.img <-- BROKEN
$ ./tests/migration/guestperf.py --binary /path/to/qemu-system-x86_64 \
--initrd ./tests/migration/initrd-stress.img --debug
Fabiano Rosas (2):
meson: Remove leftover comment
meson: Add static glib dependency for initrd-stress.img
meson.build | 2 --
tests/migration/meson.build | 4 +++-
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.35.3
- [PATCH 0/2] meson: Fix initrd-stress.img build,
Fabiano Rosas <=