Re: [PATCH] target/riscv: fix ACPI MCFG table

2024-02-22 Thread Alistair Francis
On Tue, Feb 20, 2024 at 2:10 AM X512 via wrote: > > MCFG segments should point to PCI configuration range, not BAR MMIO. > > Signed-off-by: Ilya Chugin Thanks! Applied to riscv-to-apply.next Alistair > --- > hw/riscv/virt-acpi-build.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletion

Re: [PATCH] target/riscv: fix ACPI MCFG table

2024-02-19 Thread Sunil V L
On Mon, Feb 19, 2024 at 05:43:56PM +0100, Philippe Mathieu-Daudé wrote: > On 19/2/24 17:09, X512 via wrote: > > MCFG segments should point to PCI configuration range, not BAR MMIO. > > > > Fixes: 55ecd83b36 ("hw/riscv/virt-acpi-build.c: Add IO controllers and > devices") > Reviewed-by: Philippe M

Re: [PATCH] target/riscv: fix ACPI MCFG table

2024-02-19 Thread Philippe Mathieu-Daudé
On 19/2/24 17:09, X512 via wrote: MCFG segments should point to PCI configuration range, not BAR MMIO. Fixes: 55ecd83b36 ("hw/riscv/virt-acpi-build.c: Add IO controllers and devices") Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Ilya Chugin ---  hw/riscv/virt-acpi-build.c | 4 ++--

[PATCH] target/riscv: fix ACPI MCFG table

2024-02-19 Thread X512 via
MCFG segments should point to PCI configuration range, not BAR MMIO. Signed-off-by: Ilya Chugin --- hw/riscv/virt-acpi-build.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/riscv/virt-acpi-build.c b/hw/riscv/virt-acpi-build.c index fb8baf64f6..fe01b626ea 100644 ---