]> git.proxmox.com Git - qemu.git/commit
hw/nand: Writing to NAND can only clear bits
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jul 2011 15:35:23 +0000 (16:35 +0100)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Sat, 30 Jul 2011 04:11:24 +0000 (06:11 +0200)
commit89f640bc0405ed1e9c5c5a6cb6c19c8012d11e3f
tree08b35cd0275c3104bea637166cb00008bfaaf27d
parentd72245fbcf3391bfb61ec447dc1888919b3d148b
hw/nand: Writing to NAND can only clear bits

Writing to a NAND device cannot set bits, it can only clear them;
implement this rather than simply copying the data.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/nand.c