hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
commit9842a9cfdddfdc983f2ec09772a896be10c7373e
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 19 Feb 2020 18:08:49 +0000 (19 19:08 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 20 Feb 2020 13:47:08 +0000 (20 14:47 +0100)
tree02891c1897010c3a94080304c2fafee986847aa7
parentd7458e7754040a72d5dd2adab976f609288bd74c
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument

The 'is_write' argument is either 0 or 1.
Convert it to a boolean type.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/dma/rc4030.c
hw/ide/ahci.c
hw/ide/core.c
hw/ide/macio.c
hw/ide/pci.c
include/hw/ide/internal.h