commit | 522f253ca8c731aafc8e53087a18f6015c4e776e | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jul 29 16:35:19 2011 +0100 |
committer | Andrzej Zaborowski <andrew.zaborowski@intel.com> | Sat Jul 30 06:00:45 2011 +0200 |
tree | 894cdc4ed1e39119e6315a7add5fdb6a95cfa094 | |
parent | c4f05c8cf715fa613e1985421080e62a7b169284 [diff] |
hw/nand: Pass block device state to init function Pass the BlockDeviceState to the nand_init() function rather than having it look it up via drive_get() itself. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>