From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KScXT-0006QL-91 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 14:54:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KScXR-0006Nk-AX for qemu-devel@nongnu.org; Mon, 11 Aug 2008 14:54:42 -0400 Received: from [199.232.76.173] (port=52781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KScXR-0006NZ-3S for qemu-devel@nongnu.org; Mon, 11 Aug 2008 14:54:41 -0400 Received: from wr-out-0506.google.com ([64.233.184.230]:5256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KScXQ-0001aI-QD for qemu-devel@nongnu.org; Mon, 11 Aug 2008 14:54:40 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1727300wra.18 for ; Mon, 11 Aug 2008 11:54:40 -0700 (PDT) Message-ID: <48A08AC9.7000908@codemonkey.ws> Date: Mon, 11 Aug 2008 13:54:01 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] IDE SEEK_STAT flag References: <20080811105501.GH4499@implementation.uk.xensource.com> In-Reply-To: <20080811105501.GH4499@implementation.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Samuel Thibault Samuel Thibault wrote: > Add SEEK_STAT in all non-error cases except sleep request, since our > seek times are virtually 0. Although this flag is deprecated by newer > ATA standards, Linux at least checks it for CD drives, and would timeout > in some case if we do not set it. > > Signed-off-by: Samuel Thibault > Applied. Thanks. Regards, Anthony Liguori