Re: [libvirt] [PATCH v4 27/30] qemu: Limit isa-serial usage to x86 guests

2017-11-28 Thread Pavel Hrdina
On Tue, Nov 28, 2017 at 12:48:10PM +0100, Andrea Bolognani wrote: > The ISA bus is x86 specific, so we should limit usage of isa-serial > to x86 guests only, just like we already do eg. with sclpconsole and > s390x guests. This patch is not necessary, it's actually dead code because in

[libvirt] [PATCH v4 27/30] qemu: Limit isa-serial usage to x86 guests

2017-11-28 Thread Andrea Bolognani
The ISA bus is x86 specific, so we should limit usage of isa-serial to x86 guests only, just like we already do eg. with sclpconsole and s390x guests. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 6 ++ 1 file changed, 6 insertions(+) diff --git