On 06.01.15 17:16, Peter Maydell wrote: > On 6 January 2015 at 16:03, Alexander Graf <ag...@suse.de> wrote: >> Some ARM platforms can successfully map PCI devices into the guest, so it >> only >> makes sense to also add support for the Bochs virtual VGA adapter on those. >> >> Signed-off-by: Alexander Graf <ag...@suse.de> >> --- >> default-configs/arm-softmmu.mak | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/default-configs/arm-softmmu.mak >> b/default-configs/arm-softmmu.mak >> index 7671ee2..1581c85 100644 >> --- a/default-configs/arm-softmmu.mak >> +++ b/default-configs/arm-softmmu.mak >> @@ -83,6 +83,7 @@ CONFIG_VERSATILE_PCI=y >> CONFIG_VERSATILE_I2C=y >> >> CONFIG_PCI_GENERIC=y >> +CONFIG_VGA_PCI=y > > Why isn't this just in pci.mak like all the other PCI devices?
Honestly, I have no idea. Maybe Michael knows? But if everyone agrees it should be there, I'd be happy to move it. Alex