Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Peter Maydell
On Mon, 15 May 2023 at 11:54, Gerd Hoffmann wrote: > > > > > On Mon, 2023-05-15 at 09:52 +0100, Daniel P. Berrangé wrote: > > > > > Overall, IMHO, we should keep QXL restricted to as few build > > > > > scenarios > > > > > as possible. Given the status of SPICE, possibly we'll even want to > > > >

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Gerd Hoffmann
> > > On Mon, 2023-05-15 at 09:52 +0100, Daniel P. Berrangé wrote: > > > > Overall, IMHO, we should keep QXL restricted to as few build > > > > scenarios > > > > as possible. Given the status of SPICE, possibly we'll even want to > > > > deprecate it on x86 eventually, not add it to more arches. >

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Daniel P . Berrangé
On Mon, May 15, 2023 at 10:59:16AM +0100, Peter Maydell wrote: > On Mon, 15 May 2023 at 10:57, Hao Zeng wrote: > > > > > > On Mon, 2023-05-15 at 09:52 +0100, Daniel P. Berrangé wrote: > > > Overall, IMHO, we should keep QXL restricted to as few build > > > scenarios > > > as possible. Given the st

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Peter Maydell
On Mon, 15 May 2023 at 10:57, Hao Zeng wrote: > > > On Mon, 2023-05-15 at 09:52 +0100, Daniel P. Berrangé wrote: > > Overall, IMHO, we should keep QXL restricted to as few build > > scenarios > > as possible. Given the status of SPICE, possibly we'll even want to > > deprecate it on x86 eventually

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Hao Zeng
On Mon, 2023-05-15 at 09:52 +0100, Daniel P. Berrangé wrote: > On Fri, May 12, 2023 at 05:31:08PM +0800, Hao Zeng wrote: > > Qemu does not support qxl graphics cards in arm, it is recommended > > to enable > > Who recommends this and why ? > > The recommendations from Gerd are what I tend to po

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Peter Maydell
On Mon, 15 May 2023 at 09:52, Daniel P. Berrangé wrote: > > On Fri, May 12, 2023 at 05:31:08PM +0800, Hao Zeng wrote: > > Qemu does not support qxl graphics cards in arm, it is recommended to enable > > Who recommends this and why ? > > The recommendations from Gerd are what I tend to point poeple

Re: [PATCH V2] hw/arm: enable qxl for aarch64

2023-05-15 Thread Daniel P . Berrangé
On Fri, May 12, 2023 at 05:31:08PM +0800, Hao Zeng wrote: > Qemu does not support qxl graphics cards in arm, it is recommended to enable Who recommends this and why ? The recommendations from Gerd are what I tend to point poeple to for display devices: https://www.kraxel.org/blog/2019/09/displ

[PATCH V2] hw/arm: enable qxl for aarch64

2023-05-12 Thread Hao Zeng
Qemu does not support qxl graphics cards in arm, it is recommended to enable Signed-off-by: Hao Zeng --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 0f42c556d7..d0bedf9347 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -32,6 +32,7