On 25/04/2013 16:41, Michal Privoznik wrote:
I've noticed some strange behavior after the commit from $subj:

$ qemu-system-x86_64 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x7 \
-device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0
qemu-system-x86_64: -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0:
 Bus 'virtio-serial0.0' is full
qemu-system-x86_64: -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0:
 Bus 'virtio-serial0.0' not found


qemu.git $ ./x86_64-softmmu/qemu-system-x86_64 \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x7 \
-device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0
 \
-chardev socket,id=charchannel0,path=/tmp/agent.sock,server,nowait

while before this commit it works just fine. Am I missing something (e.g. cmd 
line has changed)?

Michal

Yes, it's a bug, I need to fix that.

Fred

Reply via email to