Re: [PATCH v6 05/13] block: use BdrvRequestFlags type for supported flag fields

2022-10-07 Thread Stefano Garzarella
On Thu, Oct 06, 2022 at 05:34:59PM -0400, Stefan Hajnoczi wrote: Use the enum type so GDB displays the enum members instead of printing a numeric constant. Signed-off-by: Stefan Hajnoczi --- include/block/block_int-common.h | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[PATCH v6 05/13] block: use BdrvRequestFlags type for supported flag fields

2022-10-06 Thread Stefan Hajnoczi
Use the enum type so GDB displays the enum members instead of printing a numeric constant. Signed-off-by: Stefan Hajnoczi --- include/block/block_int-common.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/block/block_int-common.h