Re: [PATCH 05/12] hw/pci-host/q35: Initialize "bypass-iommu" property from board code

2023-03-01 Thread Michael S. Tsirkin
On Tue, Feb 14, 2023 at 02:14:34PM +0100, Bernhard Beschow wrote: > The Q35 PCI host already has a "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 pr

[PATCH 05/12] hw/pci-host/q35: Initialize "bypass-iommu" property from board code

2023-02-14 Thread Bernhard Beschow
The Q35 PCI host already has a "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 --- hw/i386/pc_q35.c | 2 ++ h