From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xccy2-0004uO-JX for qemu-devel@nongnu.org; Fri, 10 Oct 2014 12:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xccxw-0005TX-0x for qemu-devel@nongnu.org; Fri, 10 Oct 2014 12:22:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xccxv-0005TG-Id for qemu-devel@nongnu.org; Fri, 10 Oct 2014 12:22:51 -0400 Message-ID: <543807CC.6010000@redhat.com> Date: Fri, 10 Oct 2014 10:22:36 -0600 From: Eric Blake MIME-Version: 1.0 References: <1412941145-14023-1-git-send-email-dgilbert@redhat.com> In-Reply-To: <1412941145-14023-1-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="P9x8qUkCdWA57L1oh5vmcT9i08KagbKJW" Subject: Re: [Qemu-devel] [PATCH v6 0/2] In memory QEMUFile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: joel.schopp@amd.com, zhang.zhanghailiang@huawei.com, quintela@redhat.com, stefanb@linux.vnet.ibm.com, armbru@redhat.com, arei.gonglei@huawei.com, sanidhya.iiith@gmail.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --P9x8qUkCdWA57L1oh5vmcT9i08KagbKJW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/10/2014 05:39 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > This patch-pair adds the QEMUSizedBuffer based in-memory QEMUFile > written by Stefan Berger and Joel Schopp. I've made some > fixes and modified the existing test-vmstate to use it for some test ca= ses. >=20 > While there's nothing other than test cases using it yet, I think > it's worth going in by itself, since I'm using it in two separate > patchsets (postcopy and visitor/BER) and Sanidhya uses it in > the periodic vmstate test world. In addition both microcheckpointing a= nd > COLO have similar but independent implementations (although they both > have some extra-gotcha's so it might not be possible to reuse it), and > there was another implementation of the same thing in the Yabusame Post= copy > world. Thus it seems best to put in, if only to stop people writing ye= t > another implementation. >=20 > (Eric I've kept your reviewed-by from v5 - please confirm you're OK) >=20 > Dave >=20 > v6: > Build fixes for older compiler/glib reported by zhang.zhanghailiang@h= uawei.com > removed: typedef QEMUSizedBuffer from qemu-file.h > used g_try_new rather than g_try_malloc_n Yes, my R-b is still okay, after checking that these are indeed the only changes. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --P9x8qUkCdWA57L1oh5vmcT9i08KagbKJW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUOAfMAAoJEKeha0olJ0NqvOAH/14A62zw+W49wr2mhBcZr0Wt 8KYyN416T9uwzubfR7EcUAPVfiu4gmHBSu5ZDkO5wW+txp8c2rK+0jwtf1qLlVAT 8E4CgRZqyGGC44KsnglTCVS2cuR33845hZV6J9NT/KksGpcQkWEGUUWtcUCWV/Sz +LES/pbyB4tUVqnTSpUcCXVBfThoGQYVQN8Lov09kI6aXGHdgQkCCCn99r+JOZ6Y 1X5Tff95Rd+efZk4q0NLQefuWvy8anBdndGj8Cyr5UMpl56baWXjexU615Q9a0JX O9eJFKfmLXbVGIrq3jmq5DMXlxzTCi9ksF2Qp0JKu6+YejNE150fOmQkXSJOgLo= =O2lx -----END PGP SIGNATURE----- --P9x8qUkCdWA57L1oh5vmcT9i08KagbKJW--