Re: [libvirt] [PATCH v3 6/9] qemu: add qemuDomainAssignVirtioMMIOAddresses()

2018-08-23 Thread Lubomir Rintel
On Thu, 2018-08-23 at 17:43 +0200, Andrea Bolognani wrote: > On Wed, 2018-08-22 at 11:15 +0200, Lubomir Rintel wrote: > > A short not explaining why you need to do this, along the lines of > > We're going to need to assign virtio-mmio addresses to non-ARM > guests soon, so let's create a

Re: [libvirt] [PATCH v3 6/9] qemu: add qemuDomainAssignVirtioMMIOAddresses()

2018-08-23 Thread Andrea Bolognani
On Wed, 2018-08-22 at 11:15 +0200, Lubomir Rintel wrote: A short not explaining why you need to do this, along the lines of We're going to need to assign virtio-mmio addresses to non-ARM guests soon, so let's create a generic wrapper that calls to the architecture-specific implementation.

[libvirt] [PATCH v3 6/9] qemu: add qemuDomainAssignVirtioMMIOAddresses()

2018-08-22 Thread Lubomir Rintel
Signed-off-by: Lubomir Rintel --- src/qemu/qemu_domain_address.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c index 551883e989..317f280f92 100644 --- a/src/qemu/qemu_domain_address.c +++