From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0rkq-0003HM-5W for qemu-devel@nongnu.org; Mon, 13 Aug 2012 06:20:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0rkl-0002vA-0T for qemu-devel@nongnu.org; Mon, 13 Aug 2012 06:20:11 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:39950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0rkk-0002t3-Fz for qemu-devel@nongnu.org; Mon, 13 Aug 2012 06:20:06 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Aug 2012 11:20:04 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7DAJYbx12910666 for ; Mon, 13 Aug 2012 10:19:34 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7DAJbTZ002797 for ; Mon, 13 Aug 2012 04:19:39 -0600 From: Jens Freimann Date: Mon, 13 Aug 2012 12:10:47 +0200 Message-Id: <1344852649-36981-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] s390: block size auto-sensing and geometry guessing changes in common code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Heinz Graalfs , qemu-devel , Christian Borntraeger , Jens Freimann , Cornelia Huck , Paolo Bonzini , Stefan Weinhuber , Einar Lueck [resend because the first attempt didn't make it to the mailing list] Here are two patches for block device characteristics detection. The first one implements block size auto-sensing for virtio-block and the second patch changes geometry guessing common code. More details in the patch descriptions. Einar Lueck (2): virtio-block: support auto-sensing of block sizes hd-geometry.c: Integrate HDIO_GETGEO in guessing hw/block-common.c | 23 ++++++++++ hw/block-common.h | 12 ++++-- hw/hd-geometry.c | 118 +++++++++++++++++++++++++++++++++++---------------- hw/qdev-properties.c | 4 +- hw/s390-virtio-bus.c | 2 +- hw/virtio-blk.c | 1 + 6 files changed, 118 insertions(+), 42 deletions(-) -- 1.7.11.4