On 01.02.23 16:27, Stefan Hajnoczi wrote:
The block layer APIs use BdrvRequestFlags while qemu-io code uses int.
Although the code compiles and runs fine, BdrvRequestFlags is clearer
because it differentiates between other types of flags like bdrv_open()
flags.
This is purely refactoring.
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
---
qemu-io-cmds.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
With a rebase on264dcbb2b1e5b66d7a5b08662b200c2b315dce0f:
Reviewed-by: Hanna Czenczek <[email protected]>