From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtKj0-0001Ut-PB for qemu-devel@nongnu.org; Fri, 15 May 2015 14:52:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtKiv-0003nS-Qb for qemu-devel@nongnu.org; Fri, 15 May 2015 14:52:46 -0400 Message-ID: <55564075.4010903@redhat.com> Date: Fri, 15 May 2015 20:52:37 +0200 From: Max Reitz MIME-Version: 1.0 References: <1431105726-3682-1-git-send-email-kwolf@redhat.com> <1431105726-3682-33-git-send-email-kwolf@redhat.com> In-Reply-To: <1431105726-3682-33-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 32/34] qemu-iotests: Try setting cache mode for children List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: armbru@redhat.com, qemu-devel@nongnu.org On 08.05.2015 19:22, Kevin Wolf wrote: > This is a basic test for specifying cache modes for child nodes on the > command line. It doesn't take much time and works without O_DIRECT > support. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/051 | 12 +++++++++ > tests/qemu-iotests/051.out | 63 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 75 insertions(+) Reviewed-by: Max Reitz