From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK0mK-0002ux-PN for qemu-devel@nongnu.org; Wed, 20 Aug 2014 03:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK0mD-0005qW-Lf for qemu-devel@nongnu.org; Wed, 20 Aug 2014 03:57:56 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:35476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK0mD-0005qS-BA for qemu-devel@nongnu.org; Wed, 20 Aug 2014 03:57:49 -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, 20 Aug 2014 08:57:47 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 3A494219004D for ; Wed, 20 Aug 2014 08:57:27 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s7K7viYE33358032 for ; Wed, 20 Aug 2014 07:57:44 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s7K7vh2w026634 for ; Wed, 20 Aug 2014 01:57:44 -0600 Message-ID: <53F454F3.4010908@de.ibm.com> Date: Wed, 20 Aug 2014 09:57:39 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU block layer todo list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel Cc: Kevin Wolf , =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , Ekaterina Tumanova , Jeff Cody , Markus Armbruster , Max Reitz , John Snow , Ming Lei On 19/08/14 16:20, Stefan Hajnoczi wrote: > The following wiki page contains a list of proposed tasks for the QEMU > block layer: > > http://qemu-project.org/Features/Block/Todo > > Benoit requested that we make the todo list viewable/editable. This > is a good idea as it helps us focus and see what other developers are > thinking about. > > There is no requirement to put tasks on the wiki. Just sending > patches or discussing on the mailing list is fine. > > The todo list is useful for large tasks or anything which cannot be > completed within a couple of weeks. That way the tasks will not be > forgotten. > > You can subscribe to the wiki changes RSS feed to follow edits: > http://qemu-project.org/index.php?title=Special:RecentChanges&feed=rss > > Stefan > I would like to add geometry and block size passthrough for host devices. See the patches from Ekaterina Tumanova. https://lists.nongnu.org/archive/html/qemu-devel/2014-07/msg03791.html On s390 we have a stricter requirement of passing through geometry and block size for DASD disk devices as this geometry is more than a imaginary number triplet. It is required for proper partition detection and is actually a property of the real (or better emulated on storage servers like DS8x000) disk. Christian