From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtMyK-00022w-1P for qemu-devel@nongnu.org; Thu, 10 Jan 2013 13:35:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtMyH-0001vY-1o for qemu-devel@nongnu.org; Thu, 10 Jan 2013 13:35:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtMyG-0001um-Ni for qemu-devel@nongnu.org; Thu, 10 Jan 2013 13:35:20 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0AIZFL3008115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Jan 2013 13:35:16 -0500 Message-ID: <50EF09DD.5000808@redhat.com> Date: Thu, 10 Jan 2013 11:35:09 -0700 From: Eric Blake MIME-Version: 1.0 References: <1357827786-14624-1-git-send-email-kraxel@redhat.com> <1357827786-14624-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1357827786-14624-3-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig362784F0B6CE0F4C2D5771D2" Subject: Re: [Qemu-devel] [PATCH v2 02/10] chardev: fix QemuOpts lifecycle List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig362784F0B6CE0F4C2D5771D2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 01/10/2013 07:22 AM, Gerd Hoffmann wrote: > qemu_chr_new_from_opts handles QemuOpts release now, so callers don't > have to worry. It will either be saved in CharDriverState, then > released in qemu_chr_delete, or in the error case released instantly. >=20 > Signed-off-by: Gerd Hoffmann > --- > include/char/char.h | 1 + > qemu-char.c | 20 ++++++++++++++------ > 2 files changed, 15 insertions(+), 6 deletions(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig362784F0B6CE0F4C2D5771D2 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.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBCAAGBQJQ7wndAAoJEKeha0olJ0NqOy0H/jdNaNfH/zfCZ5uYML0qfB0X 9q+8dUtHyR/5Ci9ExjGXsqcfLNEERDIQ8cfy2QrAMtpWTuiEyCFZNiN9BXV9GYTy lzldZDWXx+39fr3aSc0u3dvHy4/BjtUN7TsKOYghm1Tx/jYi+7+87kzDVZUzrj2y gKz3NHAJEAuSVBBxlV4uDm0hZDW1MZ70Yd2H0GTvHjB5w9BlCcsFFE6RUp1UFtFx 0jbAynNEA1w3E5WZDrgj8dgqiJoGj2uPYZWEktIWLgWVrGGvgf5qJnZ2y/PzVHTU gon/I4yVWFQnil2YKCSFAreDMVxY005jmbAAhDRtwajEGFMmadgGv6JfjYPLcXc= =I1Ze -----END PGP SIGNATURE----- --------------enig362784F0B6CE0F4C2D5771D2--