Re: [PATCH 07/12] hw/pci-host/bonito: Map peripheral using physical address

2020-05-10 Thread Aleksandar Markovic
нед, 10. мај 2020. у 23:01 Philippe Mathieu-Daudé је написао/ла: > > Peripherals are mapped at physical address on busses. > Only CPU/IOMMU can use virtual addresses. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/pci-host/bonito.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-

[PATCH 07/12] hw/pci-host/bonito: Map peripheral using physical address

2020-05-10 Thread Philippe Mathieu-Daudé
Peripherals are mapped at physical address on busses. Only CPU/IOMMU can use virtual addresses. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci-host/bonito.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci-host/bonito.c b/hw/pci-host/bonito.c index 10ead31e4f..7ed