Re: [PATCH v3 6/8] Kconfig: Enable PXB for ARM_VIRT by default

2020-12-30 Thread Jiahui Cen
On 2020/12/29 21:50, Igor Mammedov wrote: > On Wed, 23 Dec 2020 17:08:34 +0800 > Jiahui Cen wrote: > subj > s/by default// > s/enable/compile/ > >> PXB is now supported on ARM, so let's enable it by default. > s/it by default/for arm_virt machine/ > s/enable/compile/ Thanks for your review.

Re: [PATCH v3 6/8] Kconfig: Enable PXB for ARM_VIRT by default

2020-12-29 Thread Igor Mammedov
On Wed, 23 Dec 2020 17:08:34 +0800 Jiahui Cen wrote: subj s/by default// s/enable/compile/ > PXB is now supported on ARM, so let's enable it by default. s/it by default/for arm_virt machine/ s/enable/compile/ > > Signed-off-by: Jiahui Cen > --- > hw/pci-bridge/Kconfig | 2 +- > 1 file

[PATCH v3 6/8] Kconfig: Enable PXB for ARM_VIRT by default

2020-12-23 Thread Jiahui Cen
PXB is now supported on ARM, so let's enable it by default. Signed-off-by: Jiahui Cen --- hw/pci-bridge/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig index a51ec716f5..f8df4315ba 100644 --- a/hw/pci-bridge/Kconfig +++