Re: [libvirt] [PATCH] qemu: implement address for isa-serial

2015-06-12 Thread John Ferlan
On 06/08/2015 09:42 AM, James Cowgill wrote: > I needed to specify the iobase address for certain exotic mips configurations. > > Signed-off-by: James Cowgill > --- > src/qemu/qemu_command.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > Is there perhaps some sort of

[libvirt] [PATCH] qemu: implement address for isa-serial

2015-06-08 Thread James Cowgill
I needed to specify the iobase address for certain exotic mips configurations. Signed-off-by: James Cowgill --- src/qemu/qemu_command.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 61faa57..e1d53c2 10064