[PATCH] block: always link with zlib

2020-08-28 Thread Paolo Bonzini
The qcow2 driver needs the zlib dependency. While emulators provided it through the migration code, this is not true of the tools. Move the dependency from the qcow1 rule directly into block_ss so that it is included unconditionally. Fixes build with --disable-qcow1. Reported-by: Thomas Huth C

Re: [PATCH] block: always link with zlib

2020-08-31 Thread Thomas Huth
On 28/08/2020 19.32, Paolo Bonzini wrote: > The qcow2 driver needs the zlib dependency. While emulators > provided it through the migration code, this is not true of > the tools. Move the dependency from the qcow1 rule directly > into block_ss so that it is included unconditionally. > > Fixes bu

Re: [PATCH] block: always link with zlib

2020-08-31 Thread Philippe Mathieu-Daudé
Le ven. 28 août 2020 19:33, Paolo Bonzini a écrit : > The qcow2 driver needs the zlib dependency. While emulators > provided it through the migration code, this is not true of > the tools. Move the dependency from the qcow1 rule directly > into block_ss so that it is included unconditionally. >