[PATCH v6 1/1] hw/display: Allow injection of virtio-gpu EDID name

2025-07-09 Thread Andrew Keesler
"name":"AAA" }, { "name":"BBB" } ]}' Signed-off-by: Andrew Keesler --- hw/core/qdev-properties-system.c| 44 + hw/display/virtio-gpu-base.c| 27 ++

[PATCH v6 0/1] Allow injection of virtio-gpu EDID name

2025-07-09 Thread Andrew Keesler
-paste issue in virtio_gpu_base_generate_edid() * v3 - report an error at realize time if request name is too long * v2 - migrated configuration surface to virtio-gpu device Andrew Keesler (1): hw/display: Allow injection of virtio-gpu EDID name hw/core/qdev-properties-system.c| 44 ++

[PATCH v5 1/1] hw/display: Allow injection of virtio-gpu EDID name

2025-07-08 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", } ]}' Signed-off-by: Andrew Keesler --- hw/core/qdev-properties-system.c| 44 + hw/display/virtio-gpu-base.c| 27 ++

[PATCH v5 0/1] Allow injection of virtio-gpu EDID name

2025-07-08 Thread Andrew Keesler
id() * v3 - report an error at realize time if request name is too long * v2 - migrated configuration surface to virtio-gpu device Andrew Keesler (1): hw/display: Allow injection of virtio-gpu EDID name hw/core/qdev-properties-system.c| 44 + hw/display/virti

[PATCH v4 0/1] Allow injection of virtio-gpu EDID name

2025-07-01 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Changelog: * v4 - fixed copy-paste issue in virtio_gpu_base_generate_edid() * v3 - report an error at realize time if request name is too long * v2 - m

[PATCH v4 1/1] hw/display: Allow injection of virtio-gpu EDID name

2025-07-01 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Signed-off-by: Andrew Keesler --- hw/core/qdev-properties-system.c| 44 + hw/display/virtio-gpu-base.c| 26 +

[PATCH v3 1/1] hw/display: Allow injection of virtio-gpu EDID name

2025-07-01 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Signed-off-by: Andrew Keesler --- hw/core/qdev-properties-system.c| 44 + hw/display/virtio-gpu-base.c| 26 +

[PATCH v3 0/1] Allow injection of virtio-gpu EDID name

2025-07-01 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Andrew Keesler (1): hw/display: Allow injection of virtio-gpu EDID name hw/core/qdev-properties-system.c| 44 +

[PATCH v2 0/1] Allow injection of virtio-gpu EDID name

2025-06-30 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Andrew Keesler (1): hw/display: Allow injection of virtio-gpu EDID name hw/core/qdev-properties-system.c| 44 +

[PATCH v2 1/1] hw/display: Allow injection of virtio-gpu EDID name

2025-06-30 Thread Andrew Keesler
"name":"AAA", }, { "name":"BBB", }, ]}' Signed-off-by: Andrew Keesler --- hw/core/qdev-properties-system.c| 44 + hw/display/virtio-gpu-base.c| 20 +++

Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name

2024-12-02 Thread Andrew Keesler
lementation I should pass. All of the PropertyInfo implementations I can find use scalar types, or simple text decoding. I am wondering if I am missing some sort of "JSON" encoding capabilities that can happen behind the scenes. On Tue, Nov 26, 2024 at 4:07 PM Andrew Keesler wrote: > Thanks,

Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name

2024-11-26 Thread Andrew Keesler
Thanks, Daniel. We'll get this patch updated and send it out again. > it makes sense to allow for a data structure Whoops, I misread your original message - data structure SGTM. On Tue, Nov 26, 2024 at 11:04 AM Daniel P. Berrangé wrote: > On Mon, Nov 25, 2024 at 03:54:40PM -0

Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name

2024-11-25 Thread Andrew Keesler
Oct 17, 2024 at 09:53:04PM +, Roque Arcudia Hernandez wrote: > > From: Andrew Keesler > > > > Thanks to 72d277a7, 1ed2cb32, and others, EDID (Extended Display > Identification > > Data) is propagated by QEMU such that a virtual display presents > legitimate > &

Re: [PATCH 1/2] ui: Allow injection of vnc display name

2024-11-22 Thread Andrew Keesler
Hi - gentle ping on my last email. Would love to hear any thoughts about moving this forward. Thank you for your thoughts thus far. On Mon, Oct 28, 2024 at 3:25 PM Andrew Keesler wrote: > Hi Daniel and Marc-André - please excuse my delay (I was traveling > last week). > > I s

Re: [PATCH 1/2] ui: Allow injection of vnc display name

2024-10-28 Thread Andrew Keesler
Oct 21, 2024 at 03:14:39PM +0400, Marc-André Lureau wrote: >> > > > Hi Roque >> > > > >> > > > On Fri, Oct 18, 2024 at 1:53 AM Roque Arcudia Hernandez >> > > > wrote: >> > > > > >> > > > > From: Andrew Keesler &g

Re: [PATCH 1/2] ui: Allow injection of vnc display name

2024-10-21 Thread Andrew Keesler
7:14 AM Marc-André Lureau < marcandre.lur...@redhat.com> wrote: > Hi Roque > > On Fri, Oct 18, 2024 at 1:53 AM Roque Arcudia Hernandez > wrote: > > > > From: Andrew Keesler > > > > Thanks to 72d277a7, 1ed2cb32, and others, EDID (Extended Display > Ide