From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGqNG-0003kt-FQ for qemu-devel@nongnu.org; Wed, 06 Jan 2016 10:51:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGqNC-0007sx-EL for qemu-devel@nongnu.org; Wed, 06 Jan 2016 10:51:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGqNC-0007s7-98 for qemu-devel@nongnu.org; Wed, 06 Jan 2016 10:51:42 -0500 References: <1452047951-17429-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Eric Blake Message-ID: <568D380C.4090804@redhat.com> Date: Wed, 6 Jan 2016 08:51:40 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GT26c66gS8lSVoDJqpklhF5T8bSCe6bCi" Subject: Re: [Qemu-devel] [PATCH v3 0/4] Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini , Cao jin Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GT26c66gS8lSVoDJqpklhF5T8bSCe6bCi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/06/2016 04:08 AM, Stefano Stabellini wrote: > On Wed, 6 Jan 2016, Cao jin wrote: >> v3 changelog: >> 1. use following style when we want to check the returned error >> >> Error *err =3D NULL; >> foo(arg, &err); >> if (err) { >> handle the error... >> error_propagate(errp, err); >> } >> >> Cao jin (4): >> Add Error **errp for xen_host_pci_device_get() >> Add Error **errp for xen_pt_setup_vga() >> Add Error **errp for xen_pt_config_init() >> Xen PCI passthru: convert to realize() >> >> hw/xen/xen-host-pci-device.c | 106 +++++++++++++++++++++++++---------= --------- >> hw/xen/xen-host-pci-device.h | 5 +- >> hw/xen/xen_pt.c | 73 ++++++++++++++++------------- >> hw/xen/xen_pt.h | 5 +- >> hw/xen/xen_pt_config_init.c | 51 +++++++++++---------- >> hw/xen/xen_pt_graphics.c | 11 +++-- >> 6 files changed, 141 insertions(+), 110 deletions(-) >=20 > Thanks Cao, I applied the whole series to my next branch. I found some issues while reviewing; maybe you want to wait for a v4. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --GT26c66gS8lSVoDJqpklhF5T8bSCe6bCi 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/ iQEcBAEBCAAGBQJWjTgMAAoJEKeha0olJ0NqBY0H/0gYC3QeAMOpXNPe0/Exdy6W txIWDmCARhIFyuufm3L/CmIj8UX3fdWCJ7vcN+U4pjq79E3VeTxuD3X7OMV1/B8Q SaxU2W7pQ5ZWc8oRonveiAlaoYrT38Eypgr1HNXDaUBusv5fG1dsNUPaCoUbsQFH vmkdhKfsl7xvOHhFuVgwPFB6KR1LAraeE0Oaj7oboEkjreyEDXUY9pcLwS9nA1NY Vn7Kc1UL6rRvWTDyuNcDH81BjI5rRLptL1Pfc6lE0fgpmTcj/IjV3hO/UEuLZqSe x5+fbWNnb4+VFmnwtOKZNS/XMKjGyhZkkAZsRoYW6Tku/wW8C5wY8Ld1PeycNMI= =Oshz -----END PGP SIGNATURE----- --GT26c66gS8lSVoDJqpklhF5T8bSCe6bCi--