Andrea Bolognani 11ef5869fb pci: Use bool return type for some virPCIDeviceGet*() functions
The affected functions are:

  virPCIDeviceGetManaged()
  virPCIDeviceGetUnbindFromStub()
  virPCIDeviceGetRemoveSlot()
  virPCIDeviceGetReprobe()

Change their return type from unsigned int to bool: the corresponding
members in struct _virPCIDevice are defined as bool, and even the
corresponding virPCIDeviceSet*() functions take a bool value as input
so there's no point in these functions having unsigned int as return
type.

Suggested-by: John Ferlan <jferlan@redhat.com>
2016-01-28 17:27:58 +01:00
..
2014-07-16 06:48:53 -06:00
2015-12-24 18:03:50 +01:00
2015-11-30 09:36:19 +01:00
2015-11-30 09:36:19 +01:00
2015-09-04 15:19:04 -04:00
2015-07-10 11:47:13 +02:00
2015-11-04 13:09:35 +01:00
2015-11-04 13:09:35 +01:00
2015-07-10 11:47:13 +02:00
2014-10-22 13:09:49 +01:00
2013-12-24 17:36:47 +01:00
2013-12-24 17:36:47 +01:00
2015-04-02 16:05:32 +02:00
2016-01-08 09:16:33 +01:00
2015-04-15 16:43:28 +02:00
2016-01-26 12:20:04 -05:00
2014-12-16 11:15:27 +01:00
2015-03-13 15:31:33 +01:00
2015-03-25 10:00:53 +01:00
2014-07-03 10:41:15 +02:00
2014-03-04 12:24:13 +00:00