All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f
@ 2013-04-25 14:41 Michal Privoznik
  2013-04-25 17:14 ` KONRAD Frédéric
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Privoznik @ 2013-04-25 14:41 UTC (permalink / raw)
  To: QEMU Developers

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 14:41 [Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f Michal Privoznik
2013-04-25 17:14 ` KONRAD Frédéric

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.