Re: [PATCH v3 2/9] misc: fix mixups of bool constants with int variables

2022-07-11 Thread Peter Maydell
On Thu, 7 Jul 2022 at 17:37, Daniel P. Berrangé wrote: > > Signed-off-by: Daniel P. Berrangé > --- > block/vhdx-log.c | 2 +- > hw/xtensa/sim.c| 4 ++-- > nbd/client.c | 8 +--- > target/i386/cpu-dump.c | 3 ++- > ui/spice-display.c | 4 ++-- > 5 files changed, 12

[PATCH v3 2/9] misc: fix mixups of bool constants with int variables

2022-07-07 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- block/vhdx-log.c | 2 +- hw/xtensa/sim.c| 4 ++-- nbd/client.c | 8 +--- target/i386/cpu-dump.c | 3 ++- ui/spice-display.c | 4 ++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/block/vhdx-log.c b/block/vhdx