On 2/20/20 8:05 AM, Philippe Mathieu-Daudé wrote: > The 'is_write' argument is either 0 or 1. > Convert it to a boolean type. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > --- > include/hw/ide/internal.h | 2 +- > hw/dma/rc4030.c | 6 +++--- > hw/ide/ahci.c | 2 +- > hw/ide/core.c | 2 +- > hw/ide/macio.c | 2 +- > hw/ide/pci.c | 2 +- > 6 files changed, 8 insertions(+), 8 deletions(-) Acked-by: John Snow <jsnow@xxxxxxxxxx>