From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgbSi-0001Tc-Ps for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:26:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgbSc-00017v-SF for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:26:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgbKx-0007x0-6R for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:17:59 -0500 Message-ID: <50C09AF4.9060205@redhat.com> Date: Thu, 06 Dec 2012 14:17:40 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1352933596-1699-1-git-send-email-coreyb@linux.vnet.ibm.com> <20121204153118.GA32235@stefanha-thinkpad.redhat.com> In-Reply-To: <20121204153118.GA32235@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Stefan Hajnoczi Cc: Corey Bryant , qemu-devel@nongnu.org Am 04.12.2012 16:31, schrieb Stefan Hajnoczi: > 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 Your conflict resolution put 045 before 044 in group. Can you fix that before sending a pull request? Kevin