]> Git Repo - qemu.git/commit
pflash: Switch to byte-based block access
authorEric Blake <[email protected]>
Fri, 6 May 2016 16:26:38 +0000 (10:26 -0600)
committerKevin Wolf <[email protected]>
Thu, 12 May 2016 13:22:09 +0000 (15:22 +0200)
commit098e732dbeb9d1f191da6fd6d0ddb66909690302
tree3025cec4ad292ecb6be075a934badc7499d37da9
parent441692ddd8321d5e0f09b163e86410e578d87236
pflash: Switch to byte-based block access

Sector-based blk_write() should die; switch to byte-based
blk_pwrite() instead.  Likewise for blk_read().

Signed-off-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/block/pflash_cfi01.c
hw/block/pflash_cfi02.c
This page took 0.025874 seconds and 4 git commands to generate.