Re: [PATCH v1] hw/pci-host/designware: Support 64Bit resource for DesignwarePCIEHost

2025-07-15 Thread zhangzhijie
在 2025/7/15 16:57, Peter Maydell 写道: On Tue, 15 Jul 2025 at 08:33, zhangzhijie wrote: 0. DW pcie support 64bit resource 1. DW version type using Linux kernel Signed-off-by: zhangzhijie --- hw/pci-host/designware.c | 12 +--- include/hw/pci-host/designware.h | 2 +- 2

[PATCH v1] hw/pci-host/designware: Support 64Bit resource for DesignwarePCIEHost

2025-07-15 Thread zhangzhijie
0. DW pcie support 64bit resource 1. DW version type using Linux kernel Signed-off-by: zhangzhijie --- hw/pci-host/designware.c | 12 +--- include/hw/pci-host/designware.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/pci-host/designware.c b/hw/pci

[PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-15 Thread zhangzhijie
0. DW pcie support 64bit resource 1. DW version type using Linux kernel Signed-off-by: zhangzhijie --- hw/pci-host/designware.c | 12 +--- include/hw/pci-host/designware.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/pci-host/designware.c b/hw/pci

Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-16 Thread zhangzhijie
在 2025/7/17 1:53, Bernhard Beschow 写道: Am 15. Juli 2025 06:44:00 UTC schrieb zhangzhijie : 0. DW pcie support 64bit resource 1. DW version type using Linux kernel Which machines in QEMU require this change? after support 64bit resource, will support on riscv Signed-off-by

Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-17 Thread zhangzhijie
Hi 在 2025/7/17 18:24, Bernhard Beschow 写道: Nice. Is there a datasheet (standalone or for the riscv SoC using this IP block) which you could provide? The QEMU emulation has some bugs which I'd like to fix. I not got designedware datasheet. I read Linux kernel code and found this feature. I