From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfuTL-0002wj-Oq for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:32:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfuSv-00008j-P2 for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:31:47 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:50187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfuSv-00008J-FU for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:31:21 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so2486787eek.4 for ; Tue, 04 Dec 2012 07:31:20 -0800 (PST) Date: Tue, 4 Dec 2012 16:31:18 +0100 From: Stefan Hajnoczi Message-ID: <20121204153118.GA32235@stefanha-thinkpad.redhat.com> References: <1352933596-1699-1-git-send-email-coreyb@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1352933596-1699-1-git-send-email-coreyb@linux.vnet.ibm.com> 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: kwolf@redhat.com, qemu-devel@nongnu.org On Wed, Nov 14, 2012 at 05:53:16PM -0500, Corey Bryant wrote: > > 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 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan