From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZiJf-0000jP-Ud for qemu-devel@nongnu.org; Thu, 02 Oct 2014 11:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZiJb-0000PN-03 for qemu-devel@nongnu.org; Thu, 02 Oct 2014 11:29:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZiJa-0000PA-OB for qemu-devel@nongnu.org; Thu, 02 Oct 2014 11:29:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s92FTAhS003178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 2 Oct 2014 11:29:10 -0400 Message-ID: <542D6EB8.80500@redhat.com> Date: Thu, 02 Oct 2014 09:26:48 -0600 From: Eric Blake MIME-Version: 1.0 References: <1412261496-24455-1-git-send-email-armbru@redhat.com> <1412261496-24455-2-git-send-email-armbru@redhat.com> In-Reply-To: <1412261496-24455-2-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kti0XOld0hF3pnMqiKPA7UrMWWeCH4GI4" Subject: Re: [Qemu-devel] [PATCH 1/6] drive_del-test: Merge of qdev-monitor-test, blockdev-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Kti0XOld0hF3pnMqiKPA7UrMWWeCH4GI4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/02/2014 08:51 AM, Markus Armbruster wrote: > Each of qdev-monitor-test and blockdev-test has just one test case, > and both are about drive_del. >=20 > Signed-off-by: Markus Armbruster > --- > tests/Makefile | 5 +-- > tests/blockdev-test.c | 59 -----------------= -------- > tests/{qdev-monitor-test.c =3D> drive_del-test.c} | 57 +++++++++++++++= ++++----- > 3 files changed, 47 insertions(+), 74 deletions(-) > delete mode 100644 tests/blockdev-test.c > rename tests/{qdev-monitor-test.c =3D> drive_del-test.c} (56%) Reviewed-by: Eric Blake > --- a/tests/qdev-monitor-test.c > +++ b/tests/drive_del-test.c > @@ -1,5 +1,5 @@ > /* > - * qdev-monitor.c test cases > + * blockdev.c test cases > * > * Copyright (C) 2013 Red Hat Inc. Worth bumping this to include 2014 while at it? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Kti0XOld0hF3pnMqiKPA7UrMWWeCH4GI4 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 iQEcBAEBCAAGBQJULW64AAoJEKeha0olJ0Nq/4wIAIGxmXdqq2xLV1eXwqLb9g0q MYxmrGtJv0ygO6P5Gmp5zbo1YRRoy5l/MZNoYvWSYuzLKq+g0huaAx1Anvg0L45D fPNK/NjC2UiKLto0WjPe1Rzr1cI8vVQMP5WR5dpSeUwvB/4nDXTJkSa7E2cQqC2m Jf55SuF7GRd0mDhDOtFJd7KpkbEFL36x7gHcTc4Yk6LAGXkVjGoQg9KVOEurqsGb hrSxBMoDrBjdLuT+uyOFk6IRTnf0CcITrFk4YPq1DXeOb0C+o6QDe0YXhAssR9hc j610We8eKzQGFmByLl0Z/jDKLWNhhPuvBgTrppRjWcfnpLpPUm51ztYvVnnscOI= =YfuK -----END PGP SIGNATURE----- --Kti0XOld0hF3pnMqiKPA7UrMWWeCH4GI4--