On 11/6/23 12:34, Bernhard Beschow wrote:
The Q35 PCI host already has a PCI_HOST_BYPASS_IOMMU property. However, the host initializes this property itself by accessing global machine state, thereby assuming it to be a PC machine. Avoid this by having board code set this property.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/i386/pc_q35.c | 2 ++ hw/pci-host/q35.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-)
:) Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>