Re: [PATCH v9 3/5] move logical block size check function to a common utility function

2020-06-18 Thread Kevin Wolf
Am 14.06.2020 um 20:39 hat Coiby Xu geschrieben: > Move logical block size check function in > hw/core/qdev-properties.c:set_blocksize() to util/block-helpers.c > > Signed-off-by: Coiby Xu Just a heads-up that you'll probably need to rebase this after the pull request I sent yesterday is merged

[PATCH v9 3/5] move logical block size check function to a common utility function

2020-06-14 Thread Coiby Xu
Move logical block size check function in hw/core/qdev-properties.c:set_blocksize() to util/block-helpers.c Signed-off-by: Coiby Xu --- hw/core/qdev-properties.c | 18 +++ util/Makefile.objs| 1 + util/block-helpers.c | 46 +++ util/