Re: [PATCH 6/8] hw/pci-host/designware: Move viewports from root func to host bridge

2024-08-18 Thread Gustavo Romero
Hi Phil, On 10/12/23 9:18 AM, Philippe Mathieu-Daudé wrote: As mentioned in previous commit, the PCI root function is irrelevant for the ViewPorts. Move the fields to the host bridge state. This is a migration compatibility break for the machines using the i.MX7 SoC (currently the mcimx7d-sabre

[PATCH 6/8] hw/pci-host/designware: Move viewports from root func to host bridge

2023-10-12 Thread Philippe Mathieu-Daudé
As mentioned in previous commit, the PCI root function is irrelevant for the ViewPorts. Move the fields to the host bridge state. This is a migration compatibility break for the machines using the i.MX7 SoC (currently the mcimx7d-sabre machine). Signed-off-by: Philippe Mathieu-Daudé --- include