Re: [libvirt] [PATCH 3/9] qemu: rename qemuDomainAssignARMVirtioMMIOAddresses()

2018-05-17 Thread Andrea Bolognani
On Tue, 2018-05-15 at 12:53 +0200, Lubomir Rintel wrote: > Having a MMIO VirtIO interface is not specific to ARM. RISC-V can use it > too. > > Signed-off-by: Lubomir Rintel > --- > src/qemu/qemu_domain_address.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/

[libvirt] [PATCH 3/9] qemu: rename qemuDomainAssignARMVirtioMMIOAddresses()

2018-05-15 Thread Lubomir Rintel
Having a MMIO VirtIO interface is not specific to ARM. RISC-V can use it too. Signed-off-by: Lubomir Rintel --- src/qemu/qemu_domain_address.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c index b7c82cb6f