From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfXe6-0007Bx-PG for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfXdw-0007w2-7x for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:09:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfXdw-0007vr-0e for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:09:12 -0500 Message-ID: <50BCC092.6020201@redhat.com> Date: Mon, 03 Dec 2012 16:09:06 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1352933596-1699-1-git-send-email-coreyb@linux.vnet.ibm.com> In-Reply-To: <1352933596-1699-1-git-send-email-coreyb@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tests: Add tests for fdsets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corey Bryant Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 14.11.2012 23:53, schrieb Corey Bryant: > Signed-off-by: Corey Bryant > --- > tests/qemu-iotests/044 | 129 ++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/044.out | 5 ++ > tests/qemu-iotests/group | 1 + > tests/qemu-iotests/iotests.py | 12 ++++ > 4 files changed, 147 insertions(+) > create mode 100755 tests/qemu-iotests/044 > create mode 100644 tests/qemu-iotests/044.out Needs to be renamed to 045 now, but looks good otherwise. Reviewed-by: Kevin Wolf