From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkVDc-0005rP-Dh for qemu-devel@nongnu.org; Thu, 15 Sep 2016 07:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkVDZ-0003ZP-Ac for qemu-devel@nongnu.org; Thu, 15 Sep 2016 07:52:40 -0400 Date: Thu, 15 Sep 2016 12:51:22 +0100 From: Stefan Hajnoczi Message-ID: <20160915115122.GF4214@stefanha-x1.localdomain> References: <1473043845-13197-1-git-send-email-famz@redhat.com> <20160914143525.GE16438@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qp4W5+cUSnZs0RIF" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 0/3] block: Fix libbz2 library dependency regresssion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Stefan Hajnoczi , Fam Zheng , Kevin Wolf , pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org --qp4W5+cUSnZs0RIF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2016 at 04:48:17PM +0200, Max Reitz wrote: > On 2016-09-14 at 16:35, Stefan Hajnoczi wrote: > > On Mon, Sep 05, 2016 at 10:50:42AM +0800, Fam Zheng wrote: > > > v4: Remove unused variable in patch 1 and unwanted warning in patch 2= =2E [Max] > > >=20 > > > v3: Fix typo in copyright header. [Max] > > > Fix pre-existing type casting. [Max] > > >=20 > > > v2: Rebase on top of Max's block-next tree, which has Colin's patches= to > > > dynamically load block modules. > > > Two more tweaks to the module system is added. > > >=20 > > > v1 was submitted as a single patch: > > >=20 > > > https://lists.gnu.org/archive/html/qemu-devel/2016-08/msg00508.html > > >=20 > > > Fam Zheng (3): > > > scripts: Allow block module to not define BlockDriver > > > module: Don't load the same module if requested multiple times > > > dmg: Move libbz2 code to dmg-bz2.so > > >=20 > > > block/Makefile.objs | 3 +- > > > block/dmg-bz2.c | 62 +++++++++++++++++++++++++++++++= +++++ > > > block/dmg.c | 69 ++++++++++---------------------= ---------- > > > block/dmg.h | 59 +++++++++++++++++++++++++++++++= ++++ > > > scripts/modules/module_block.py | 7 ----- > > > util/module.c | 18 +++++++++-- > > > 6 files changed, 156 insertions(+), 62 deletions(-) > > > create mode 100644 block/dmg-bz2.c > > > create mode 100644 block/dmg.h > >=20 > > Max was the last one to comment on this series. I'll wait for him to > > review this before applying it. >=20 > Looks good to me, but I'm afraid this series might depend on my block-next > (now block) branch which has not been merged to master yet, actually. So > maybe I should apply it instead? ;-) Yes, that's fine. Stefan --qp4W5+cUSnZs0RIF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJX2os6AAoJEJykq7OBq3PIcgcH/R/NwKxb/110LVQIoyeCkHhX PU2gutgiE1iVgkGM4c0aAFRWD7XQnLCpk6kytiJCbQiW3JL5h5JtrNlGaAMgYuyE x6nbfkCpflusJBngHLykl6hDtts+gH66RIgEoziTmRUF12TqqAT28Wn1+cK7x2XQ 8lzyUEksLMmPAk2I4WkFIcED//TMVuvdmSCuNCwy9WoAML+DprFtM5cU2f9hsbpv RrGalN6hmXBHHVLIYMVyHPctBOGfiHU/UKDOGpOwMDzKj3CxGMEHVcdgXDXKv7SJ klcGCzBehjNWH3j8rZAs0Upp+YrelGFvZW6vXl6gtkBfsguWmhCslSUwDt9zAEA= =2Zqy -----END PGP SIGNATURE----- --qp4W5+cUSnZs0RIF--