From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPYAN-0005qj-C6 for qemu-devel@nongnu.org; Wed, 02 May 2012 07:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPYAI-0000ZN-NP for qemu-devel@nongnu.org; Wed, 02 May 2012 07:56:18 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:48425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPYAI-0000Yd-D3 for qemu-devel@nongnu.org; Wed, 02 May 2012 07:56:14 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 2 May 2012 12:56:11 +0100 Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q42Bu9aG2367570 for ; Wed, 2 May 2012 12:56:09 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q42Bu8Pq031646 for ; Wed, 2 May 2012 05:56:09 -0600 Message-ID: <4FA120D5.7070904@de.ibm.com> Date: Wed, 02 May 2012 13:56:05 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1335448165-26174-1-git-send-email-borntraeger@de.ibm.com> <1335448165-26174-3-git-send-email-borntraeger@de.ibm.com> <4F9AC55D.3000904@redhat.com> <4FA10C20.7050005@de.ibm.com> <4FA11606.2000306@suse.de> In-Reply-To: <4FA11606.2000306@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] geometry detection: use HDIO_GETGEO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Heinz Graalfs , qemu-devel , Jens Freimann , Cornelia Huck , Paolo Bonzini , Einar Lueck > As hinted in my other mail, I think the way to go would be to give a hint to the geometry code that we're running on a DASD disk.. Just as an idea if we are going that path, we might use the BIODASDINFO2 or DASDAPIVER ioctls in qemu to detect if that is a dasd. Christian