commit | 69740c8ba878f58bc3c71f74618fc2cd1da990da | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 24 14:22:25 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:26 2010 +1030 |
tree | 95a86d35fe234db2fd08b10cab0400ad1b2e56dd | |
parent | d57ed95da483418e8b0433da693c9168dd0a2df6 [diff] |
virtio_blk: add block topology support Allow reading various alignment values from the config page. This allows the guest to much better align I/O requests depending on the storage topology. Note that the formats for the config values appear a bit messed up, but we follow the formats used by ATA and SCSI so they are expected in the storage world. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>