From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLw4A-0005cb-Vt for qemu-devel@nongnu.org; Wed, 20 Jan 2016 11:57:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLw4A-0005pX-0y for qemu-devel@nongnu.org; Wed, 20 Jan 2016 11:57:06 -0500 References: <1453270306-16608-1-git-send-email-famz@redhat.com> <1453270306-16608-3-git-send-email-famz@redhat.com> From: Eric Blake Message-ID: <569FBC55.7020602@redhat.com> Date: Wed, 20 Jan 2016 09:56:53 -0700 MIME-Version: 1.0 In-Reply-To: <1453270306-16608-3-git-send-email-famz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="niuqopnAhDUPXecLGRHdCt0q1a0H0WrKX" Subject: Re: [Qemu-devel] [PATCH v2 02/13] typedefs: Add BdrvDirtyBitmap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Jeff Cody , Vladimir Sementsov-Ogievskiy , jsnow@redhat.com, qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --niuqopnAhDUPXecLGRHdCt0q1a0H0WrKX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/19/2016 11:11 PM, Fam Zheng wrote: > Following patches to refactor and move block dirty bitmap code could us= e > this. >=20 > Signed-off-by: Fam Zheng > --- > include/block/block.h | 3 +-- > include/qemu/typedefs.h | 1 + > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/include/block/block.h b/include/block/block.h > index c96923d..483bfd3 100644 > --- a/include/block/block.h > +++ b/include/block/block.h > @@ -8,6 +8,7 @@ > #include "block/accounting.h" > #include "qapi/qmp/qobject.h" > #include "qapi-types.h" > +#include "qemu/hbitmap.h" > =20 > /* block.c */ > typedef struct BlockDriver BlockDriver; > @@ -472,8 +473,6 @@ void *qemu_try_blockalign(BlockDriverState *bs, siz= e_t size); > void *qemu_try_blockalign0(BlockDriverState *bs, size_t size); > bool bdrv_qiov_is_aligned(BlockDriverState *bs, QEMUIOVector *qiov); > =20 > -struct HBitmapIter; You didn't mention removing this forward declaration in the commit message, making it look like an accident. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --niuqopnAhDUPXecLGRHdCt0q1a0H0WrKX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWn7xVAAoJEKeha0olJ0Nqcq4IAIosIKn+mpMkVc4aAmlVOIIa 1Jo3KnJynQFBRzxavfP9/yrylFGsbafX5jAzyfJWkoNNvbMgzxKevsxzuzOjxF1l 0W3Bs28oV+XU1U+D81CibeyoLZziiIotC0GXa5A64sDNvGN6InqK+oImKEfM0m7y oljqQBCyousu786GM0ZWbsV5EnAoUE4dAVBWMJXYTQk++M1Xzk6rAtS3o6pPDsQK U+U8T3sBW6QWz5JMuu0jCJWRBSKwhjMPzg6H8HU8qcFY99zALR0LDZF9lptBPav3 spFiHeOf/dovg4WBf0vjZjB+ptqBpbx6x1N5GWUzhtb4wZeQuj6lmegF5AThBy4= =2PMW -----END PGP SIGNATURE----- --niuqopnAhDUPXecLGRHdCt0q1a0H0WrKX--