[libvirt-users] Virsh Domain - Serial port; what does the attribute “port” of the serial node's child “target” do?

2018-04-03 Thread thilo.ceston...@ts.fujitsu.com
Hi all! I want to assign a real serialport to my kvm virtual machine via virsh. When I add the following XML snippet to the domain xml, it gets successfully attached but not as I expected it to happen. I expected, that given the target port 2 it will be connected to /dev/ttyS

Re: [libvirt-users] Virsh Domain - Serial port; what does the attribute “port” of the serial node's child “target” do?

2018-04-05 Thread thilo.ceston...@ts.fujitsu.com
Hi all! Committed a patch for this as I couldn't find anything where libvirt makes use of the target.port of the serial device. https://www.redhat.com/archives/libvir-list/2018-April/msg00374.html Cheers, Thilo On Di, 2018-04-03 at 08:31 +0000, thilo.ceston...@ts.fujitsu.com wrote: >