Re: [Qemu-devel] [PATCH 6/7] vhost-user-scsi: convert to Meson

2019-06-27 Thread Paolo Bonzini
On 27/06/19 13:23, Markus Armbruster wrote: > Note that there's also glib dependency, which works the same (see > previous patch). With Make, we add GLib flags to QEMU_CFLAGS and LIBS, > so they get used for everything unless overridden. Having to add glib everywhere is mildly annoying. We can a

Re: [Qemu-devel] [PATCH 6/7] vhost-user-scsi: convert to Meson

2019-06-27 Thread Markus Armbruster
Paolo Bonzini writes: > The libiscsi pkg-config information is extracted from config-host.mak and > used to link vhost-user-blk. > > Signed-off-by: Paolo Bonzini > --- > .gitignore| 2 +- > Makefile | 3 --- > Makefile.objs

[Qemu-devel] [PATCH 6/7] vhost-user-scsi: convert to Meson

2019-06-10 Thread Paolo Bonzini
The libiscsi pkg-config information is extracted from config-host.mak and used to link vhost-user-blk. Signed-off-by: Paolo Bonzini --- .gitignore| 2 +- Makefile | 3 --- Makefile.objs | 3 --- contrib/vhost-user-s