From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPka-0003RP-Or for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:14:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVPkV-0004Ef-MB for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:14:28 -0400 Received: from greensocs.com ([87.106.252.221]:56929 helo=s15328186.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPkV-0004AB-69 for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:14:23 -0400 Message-ID: <5179646A.4030002@greensocs.com> Date: Thu, 25 Apr 2013 19:14:18 +0200 From: =?ISO-8859-1?Q?KONRAD_Fr=E9d=E9ric?= MIME-Version: 1.0 References: <51794093.4020705@redhat.com> In-Reply-To: <51794093.4020705@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: QEMU Developers 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