From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPCBg-0001fA-AZ for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPCBb-0005Fg-1e for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:05:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPCBa-0005FR-QO for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:04:54 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8QE4s8L009838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Sep 2013 10:04:54 -0400 Date: Thu, 26 Sep 2013 16:04:50 +0200 From: Kevin Wolf Message-ID: <20130926140450.GJ2443@dhcp-200-207.str.redhat.com> References: <1380196654-22446-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380196654-22446-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com, lcapitulino@redhat.com Am 26.09.2013 um 13:57 hat Fam Zheng geschrieben: > QMP/qmp.py is renamed to scripts/qmp/qmp.py, fix the search path in iotests.py. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin