Re: [PATCH v11 03/15] hw/display/apple-gfx: Adds PCI implementation

2024-11-28 Thread Akihiko Odaki
On 2024/11/28 0:02, Phil Dennis-Jordan wrote: This change wires up the PCI variant of the paravirtualised graphics device, mainly useful for x86-64 macOS guests, implemented by macOS's ParavirtualizedGraphics.framework. It builds on code shared with the vmapple/mmio variant of the PVG device. Si

[PATCH v11 03/15] hw/display/apple-gfx: Adds PCI implementation

2024-11-27 Thread Phil Dennis-Jordan
This change wires up the PCI variant of the paravirtualised graphics device, mainly useful for x86-64 macOS guests, implemented by macOS's ParavirtualizedGraphics.framework. It builds on code shared with the vmapple/mmio variant of the PVG device. Signed-off-by: Phil Dennis-Jordan --- v4: * Th