From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrbfh-0006aP-5z for qemu-devel@nongnu.org; Thu, 20 Nov 2014 19:02:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrbfc-0001YC-ME for qemu-devel@nongnu.org; Thu, 20 Nov 2014 19:01:57 -0500 Message-ID: <546E80E2.5040300@redhat.com> Date: Thu, 20 Nov 2014 17:01:38 -0700 From: Eric Blake MIME-Version: 1.0 References: <1416473754-8660-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1416473754-8660-1-git-send-email-arei.gonglei@huawei.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="W6oSm7kUuTsoI4shu7TmpI2oW1EnjdBpv" Subject: [Qemu-devel] for 2.2: Re: [PATCH] pcie: fix improper use of negative value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: qemu-trivial , mst@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --W6oSm7kUuTsoI4shu7TmpI2oW1EnjdBpv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/20/2014 01:55 AM, arei.gonglei@huawei.com wrote: > From: Gonglei >=20 > Signed-off-by: Gonglei > --- > hw/pci/pcie.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) adding qemu-trivial in cc. This is a candidate for 2.2. Reviewed-by: Eric Blake >=20 > diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c > index 58455bd..2902f7d 100644 > --- a/hw/pci/pcie.c > +++ b/hw/pci/pcie.c > @@ -229,7 +229,7 @@ static void pcie_cap_slot_hotplug_common(PCIDevice = *hotplug_dev, > /* the slot is electromechanically locked. > * This error is propagated up to qdev and then to HMP/QMP. > */ > - error_setg_errno(errp, -EBUSY, "slot is electromechanically lo= cked"); > + error_setg_errno(errp, EBUSY, "slot is electromechanically loc= ked"); > } > } > =20 >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --W6oSm7kUuTsoI4shu7TmpI2oW1EnjdBpv 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 iQEcBAEBCAAGBQJUboDiAAoJEKeha0olJ0NqStcH/0VeufxvmS5k+NDqDncnbz3u 7F0WMliabx9qG0xZtdfzYm+E/cF0S6W3ooOfTcs1S+wPLBylvqMYDeXLF5xOnG5s frUkyqQIdM90Z/eZ0n4a9FvHYJvbzv3Y5v7S0URD+20DGOesCKP6zLwdhNim/JIh bXgX+Z9ZRu98hX379oS+Sh28hQYtiN5FXmzqRQ37/8xd76IUcZtgz52Ctdep0jgw jHaBHIgsKPXyRXD9t0gGaZYFL5vayNoHJDuZNL7mDHre/kXUoAb8/uOH/CZ8DYK5 44IsNjFqGEvnJc5mDd2c3ZlMrvag2biHxXpR3PwvVNlrikGIzyCMVQLH3bYvhbE= =TNqH -----END PGP SIGNATURE----- --W6oSm7kUuTsoI4shu7TmpI2oW1EnjdBpv--