Re: [PATCH v2 26/29] domain_conf.c: add phb4-root-port to IsPowerNVRootPort()

2022-02-21 Thread Ján Tomko
On a Tuesday in 2022, Daniel Henrique Barboza wrote: Make the virDomainControllerIsPowerNVRootPort() helper recognize pnv-phb4-root-port as a PowerNV root port. This will spare us from duplicating checks where the constraints of pnv-phb3-root-port also applies for the pnv-phb4-root-port device.

[PATCH v2 26/29] domain_conf.c: add phb4-root-port to IsPowerNVRootPort()

2022-01-25 Thread Daniel Henrique Barboza
Make the virDomainControllerIsPowerNVRootPort() helper recognize pnv-phb4-root-port as a PowerNV root port. This will spare us from duplicating checks where the constraints of pnv-phb3-root-port also applies for the pnv-phb4-root-port device. Signed-off-by: Daniel Henrique Barboza ---