Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Paolo Bonzini
On 06/01/2015 22:42, Alexander Graf wrote: > I've not moved CIRRUS or QXL yet though. When I tried, cirrus didn't > work - it probably needs access to the legacy VGA regions that don't get > mapped with the gpex phb. Yes, Bochs VGA has the registers-in-BAR thing, so it always works. Paolo

Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Alexander Graf
On 06.01.15 22:28, Peter Maydell wrote: > On 6 January 2015 at 21:08, Alexander Graf wrote: >> On 06.01.15 17:16, Peter Maydell wrote: >>> On 6 January 2015 at 16:03, Alexander Graf wrote: +CONFIG_VGA_PCI=y >>> >>> Why isn't this just in pci.mak like all the other PCI devices? >> >> Honest

Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Peter Maydell
On 6 January 2015 at 21:08, Alexander Graf wrote: > On 06.01.15 17:16, Peter Maydell wrote: >> On 6 January 2015 at 16:03, Alexander Graf wrote: >>> +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 eve

Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Alexander Graf
On 06.01.15 17:16, Peter Maydell wrote: > On 6 January 2015 at 16:03, Alexander Graf 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 >>

Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Peter Maydell
On 6 January 2015 at 16:03, Alexander Graf 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 > --- > default-configs/arm-softmmu.mak | 1 + > 1 fi

[Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA

2015-01-06 Thread Alexander Graf
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 --- default-configs/arm-softmmu.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/arm-sof