On 16 June 2015 at 09:44, Eric Auger <eric.au...@linaro.org> wrote: > On 06/16/2015 10:29 AM, Peter Maydell wrote: >> In virt.c the magic numbers in cells 0 and 2 have #defines >> (GIC_FDT_IRQ_TYPE_SPI and GIC_FDT_IRQ_FLAGS_LEVEL_HI). >> >> (1) maybe we should pull those out into a header so you can use them here > OK maybe I can put them in newly created include/hw/arm/virt.h
They're not really virt-board specific though, a new header would probably be better; maybe include/hw/arm/fdt.h ? -- PMM