commit | 7757f09c70af87887dfc195e6d6ddd54f5cc7c39 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Thu May 29 11:10:01 2008 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri May 30 15:09:45 2008 +1000 |
tree | 64bd7b86d9bf0a5abe6968bb2c72d5e845244cbe | |
parent | 7f31fe05000af54e1af81f65a96cab90db8d7ed8 [diff] |
virtio_blk: fix endianess annotations Since commit 72e61eb40b55dd57031ec5971e810649f82b0259 (virtio: change config to guest endian) config space is no longer fixed endian. Lets change the virtio_blk_config variables. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>