qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f


From: Michal Privoznik
Subject: [Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f
Date: Thu, 25 Apr 2013 16:41:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130411 Thunderbird/17.0.5

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]