From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVNbP-0003JV-49 for qemu-devel@nongnu.org; Thu, 25 Apr 2013 10:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVNbK-0001Zs-CG for qemu-devel@nongnu.org; Thu, 25 Apr 2013 10:56:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVNMU-0004fq-2X for qemu-devel@nongnu.org; Thu, 25 Apr 2013 10:41:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3PEfOxl028093 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Apr 2013 10:41:24 -0400 Received: from [10.34.27.105] (dhcp-27-105.brq.redhat.com [10.34.27.105]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3PEfNPF007067 for ; Thu, 25 Apr 2013 10:41:24 -0400 Message-ID: <51794093.4020705@redhat.com> Date: Thu, 25 Apr 2013 16:41:23 +0200 From: Michal Privoznik MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Virtioserial changed behavior after f7f7464afdb9f List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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