qemu-patch-raspberry4/hw/ppc
Michael S. Tsirkin 32f825dece ppc: switch to constants within BUILD_BUG_ON
We are switching BUILD_BUG_ON to verify that it's parameter is a
compile-time constant, and it turns out that some gcc versions
(specifically gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609) are
not smart enough to figure it out for expressions involving local
variables. This is harmless but means that the check is ineffective for
these platforms.  To fix, replace the variable with macros.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-02-01 03:37:17 +02:00
..
e500-ccsr.h
e500.c
e500.h
e500plat.c
fdt.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
mac.h
mac_newworld.c
mac_oldworld.c
Makefile.objs
mpc8544_guts.c
mpc8544ds.c
pnv.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
pnv_core.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
pnv_lpc.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
pnv_xscom.c kvm: move cpu synchronization code 2017-01-19 22:07:46 +01:00
ppc.c
ppc4xx_devs.c
ppc4xx_pci.c
ppc405.h
ppc405_boards.c
ppc405_uc.c
ppc440_bamboo.c
ppc_booke.c
ppce500_spin.c kvm: move cpu synchronization code 2017-01-19 22:07:46 +01:00
prep.c
spapr.c ppc: switch to constants within BUILD_BUG_ON 2017-02-01 03:37:17 +02:00
spapr_cpu_core.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
spapr_drc.c hw: Fix typos found by codespell 2017-01-24 23:26:52 +03:00
spapr_events.c
spapr_hcall.c kvm: move cpu synchronization code 2017-01-19 22:07:46 +01:00
spapr_iommu.c
spapr_ovec.c
spapr_pci.c
spapr_pci_vfio.c
spapr_rng.c
spapr_rtas.c
spapr_rtas_ddw.c
spapr_rtc.c
spapr_vio.c
trace-events
virtex_ml507.c