From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQnf-00071u-Ki for qemu-devel@nongnu.org; Thu, 06 Nov 2014 12:24:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmQnZ-0005na-Gg for qemu-devel@nongnu.org; Thu, 06 Nov 2014 12:24:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQnZ-0005nV-8z for qemu-devel@nongnu.org; Thu, 06 Nov 2014 12:24:41 -0500 Message-ID: <545BAEC9.1090404@redhat.com> Date: Thu, 06 Nov 2014 18:24:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1406636839-11946-1-git-send-email-tumanova@linux.vnet.ibm.com> <545B9A92.4030802@de.ibm.com> In-Reply-To: <545B9A92.4030802@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Geometry and blocksize support for backing devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Markus Armbruster , Stefan Hajnoczi , Kevin Wolf Cc: cornelia.huck@de.ibm.com, dahi@linux.vnet.ibm.com, Ekaterina Tumanova , qemu-devel@nongnu.org, Viktor Mihajlovski On 06/11/2014 16:58, Christian Borntraeger wrote: > Now here comes my proposal: > Markus statement brought up an idea of special casing DASDs support. We can > call an ioctl BIODASDINFO on the block device that will only succeed if the host > disk is really a dasd. We could enable the auto detection for that case. That would be enough for me, actually. Paolo