From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Ekaterina Tumanova <tumanova@linux.vnet.ibm.com>,
Public KVM Mailing List <qemu-devel@nongnu.org>
Cc: cornelia.huck@de.ibm.com, dahi@linux.vnet.ibm.com,
Stefan Hajnoczi <stefanha@redhat.com>,
Kevin Wolf <kwolf@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 0/4] Geometry and blocksize support for backing devices
Date: Tue, 29 Jul 2014 14:37:21 +0200 [thread overview]
Message-ID: <53D79581.4020900@de.ibm.com> (raw)
In-Reply-To: <1406636839-11946-1-git-send-email-tumanova@linux.vnet.ibm.com>
On 29/07/14 14:27, Ekaterina Tumanova wrote:
> This patch set is based on a patch suggested by Einar Lueck
> on Feb 08, 2013.
>
> This patch set introduces:
> 1. s390x specific geometry detection:
> Add s390 specific version of hd_geometry_guess function,
> which uses HDIO_GETGEO ioctl.
>
> 2. A set of blocksize patches for autodetection of logical and
> physical blocksizes. Change history:
> 2.1
> Original blocksize patch only configured autolookup for
> virtio-blk devices. There was a request from Stefan Hajnoczi
> to make this architecture-independent. Now autolookup is
> configured by default for all block devices.
> 2.2
> Add driver method to probe blocksizes for "raw" and
> "host_device" drivers.
> (also requested by the reviewers of the original patch)
>
> Ekaterina Tumanova (4):
> hd-geometry.c: Integrate HDIO_GETGEO in guessing for target-s390x
> blocksize: support auto-sensing of blocksizes
> blocksize: Add driver method to get the blocksizes
> blocksize: add blkconf_blocksize call to all block devices
>
> block.c | 12 +++++++++
> block/raw-posix.c | 69 ++++++++++++++++++++++++++++++++++-------------
> block/raw_bsd.c | 14 ++++++++++
> hw/block/Makefile.objs | 6 ++++-
> hw/block/block.c | 25 +++++++++++++++++
> hw/block/hd-geometry.c | 56 ++++++++++++++++++++++++++++++++++++++
> hw/block/nvme.c | 1 +
> hw/block/virtio-blk.c | 1 +
> hw/core/qdev-properties.c | 4 ++-
> hw/ide/qdev.c | 1 +
> hw/scsi/scsi-disk.c | 1 +
> hw/usb/dev-storage.c | 1 +
> include/block/block.h | 1 +
> include/block/block_int.h | 5 ++++
> include/hw/block/block.h | 6 +++--
> 15 files changed, 180 insertions(+), 23 deletions(-)
>
CCing Kevin and Stefan.
next prev parent reply other threads:[~2014-07-29 12:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 12:27 [Qemu-devel] [PATCH 0/4] Geometry and blocksize support for backing devices Ekaterina Tumanova
2014-07-29 12:27 ` [Qemu-devel] [PATCH 1/4] hd-geometry.c: Integrate HDIO_GETGEO in guessing for target-s390x Ekaterina Tumanova
2014-08-20 8:19 ` Paolo Bonzini
2014-08-20 9:35 ` Christian Borntraeger
2014-08-20 13:10 ` Paolo Bonzini
2014-08-25 8:21 ` Christian Borntraeger
2014-07-29 12:27 ` [Qemu-devel] [PATCH 2/4] blocksize: support auto-sensing of blocksizes Ekaterina Tumanova
2014-09-03 15:37 ` Stefan Hajnoczi
2014-07-29 12:27 ` [Qemu-devel] [PATCH 3/4] blocksize: Add driver method to get the blocksizes Ekaterina Tumanova
2014-07-29 12:27 ` [Qemu-devel] [PATCH 4/4] blocksize: add blkconf_blocksize call to all block devices Ekaterina Tumanova
2014-09-03 15:46 ` Stefan Hajnoczi
2014-09-04 10:28 ` Ekaterina Tumanova
2014-09-17 14:00 ` Stefan Hajnoczi
2014-09-04 14:15 ` Christian Borntraeger
2014-09-17 13:56 ` Stefan Hajnoczi
2014-07-29 12:37 ` Christian Borntraeger [this message]
2014-11-06 15:58 ` [Qemu-devel] Geometry and blocksize support for backing devices Christian Borntraeger
2014-11-06 17:24 ` Paolo Bonzini
2014-11-06 19:05 ` Christian Borntraeger
2014-11-07 9:17 ` Markus Armbruster
2014-11-07 9:48 ` Christian Borntraeger
2014-11-07 15:58 ` Markus Armbruster
2014-11-07 13:39 ` Ekaterina Tumanova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53D79581.4020900@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=dahi@linux.vnet.ibm.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=tumanova@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.