[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv5 46/46] plat/kvm: Build pci bus for x86_64 only
Hey On 10.08.2018 09:08, Wei Chen wrote: PCI bus on Arm64 has been ready, so we have to disable it for Arm64 at this stage. I guess this should mean "not ready" instead. I can correct this typo while upstreaming this patch. Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> Signed-off-by: Wei Chen <wei.chen@xxxxxxx> --- plat/kvm/Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/kvm/Makefile.uk b/plat/kvm/Makefile.uk index 33941f7..0ec71f9 100644 --- a/plat/kvm/Makefile.uk +++ b/plat/kvm/Makefile.uk @@ -79,7 +79,7 @@ LIBKVMPLAT_SRCS-y += $(UK_PLAT_COMMON_BASE)/memory.c|common ## LIBKVMPCI_ASINCLUDES-$(CONFIG_ARCH_X86_64) += -I$(UK_PLAT_COMMON_BASE)/include LIBKVMPCI_CINCLUDES-$(CONFIG_ARCH_X86_64) += -I$(UK_PLAT_COMMON_BASE)/include -LIBKVMPCI_SRCS-y += $(UK_PLAT_COMMON_BASE)/pci_bus.c|common +LIBKVMPCI_SRCS-$(CONFIG_ARCH_X86_64) += $(UK_PLAT_COMMON_BASE)/pci_bus.c|common#### Virtio library definitions _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |