mbox series

[0/2] meson: Fix initrd-stress.img build

Message ID 20230525212044.30222-1-farosas@suse.de
Headers show
Series meson: Fix initrd-stress.img build | expand

Message

Fabiano Rosas May 25, 2023, 9:20 p.m. UTC
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(-)

Comments

Paolo Bonzini May 26, 2023, 8:19 a.m. UTC | #1
Queued, thanks.

Paolo
Daniel P. Berrangé May 26, 2023, 11:36 a.m. UTC | #2
On Fri, May 26, 2023 at 10:19:21AM +0200, Paolo Bonzini wrote:
> Queued, thanks.

The second patch looks incomplete to me.


With regards,
Daniel