qemu/hw/pci-bridge
David Gibson 91f4c995f2 pci: Make is_bridge a bool
The is_bridge field in PCIDevice acts as a bool, but is declared as an int.
Declare it as a bool for clarity, and change everything that writes it to
use true/false instead of 0/1 to match.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
Message-Id: <20190513061939.3464-5-david@gibson.dropbear.id.au>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2019-05-29 18:00:57 -04:00
..
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00
2019-05-29 18:00:57 -04:00