On Thu, 2019-01-31 at 17:31 +0100, Ján Tomko wrote:
On Thu, Jan 31, 2019 at 03:34:19PM +0100, Andrea Bolognani wrote:
> /* If ARM 'virt' supports PCI, it supports multibus.
> * No extra conditions here for simplicity.
> */
> - if (qemuDomainIsARMVirt(def))
> + if (qemuDomainIsARMVirt(def) ||
> + qemuDomainIsRISCVVirt(def)) {
> return true;
> + }
The comment above only mentions arm. Either decouple the conditions or
remove the comment. For simplicity.
Good catch, I'll take care of it.
--
Andrea Bolognani / Red Hat / Virtualization