kata-containers / agent

Kata Containers version 1.x agent (for version 2.x see https://github.com/kata-containers/kata-containers). Virtual Machine agent for hardware virtualized containers
https://katacontainers.io/
Apache License 2.0
242 stars 113 forks source link

arm/pci: add create pci bus path support for acpi #882

Closed jongwu closed 3 years ago

jongwu commented 3 years ago

PCI bus path in qemu/arm64 is different between acpi enabled and disabled. It's better to check if there is a pci bus path for acpi which is a static value before try to offer a varying pci bus path for no acpi.

Fixes: #881 Signed-off-by: Jianyong Wu jianyong.wu@arm.com

@jodh-intel @devimc

jongwu commented 3 years ago

/test

jongwu commented 3 years ago

/test

codecov[bot] commented 3 years ago

Codecov Report

Merging #882 (5e64f45) into master (09af1d8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #882   +/-   ##
=======================================
  Coverage   57.75%   57.75%           
=======================================
  Files          18       18           
  Lines        2275     2275           
=======================================
  Hits         1314     1314           
  Misses        804      804           
  Partials      157      157           
jongwu commented 3 years ago

hello @lifupan @jodh-intel , any comments?

jongwu commented 3 years ago

hello @jodh-intel @devimc , any comments?

devimc commented 3 years ago

@jongwu lgtm - thanks