spapr/pci: Convert types to QEMU coding style
commit572ebd08b3c343bd692b816e622b2b511088a346
authorGreg Kurz <groug@kaod.org>
Wed, 28 Aug 2019 18:20:44 +0000 (28 20:20 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 28 Aug 2019 23:46:07 +0000 (29 09:46 +1000)
treeff111eb5b60c6cfc79224a766abf65966e1c7e38
parent6c3829a26584f16259fbaeafc58a2c57c745cc39
spapr/pci: Convert types to QEMU coding style

The QEMU coding style requires:
- to typedef structured types (HACKING)
- to use CamelCase for types and structure names (CODING_STYLE)

Do that for PCI and Nvlink2 code.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <156701644465.505236.2850655823182656869.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_pci.c
hw/ppc/spapr_pci_nvlink2.c
include/hw/pci-host/spapr.h