From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvvI4-0003NI-9x for qemu-devel@nongnu.org; Tue, 23 Aug 2011 14:01:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvvI2-0004Rz-Uo for qemu-devel@nongnu.org; Tue, 23 Aug 2011 14:01:32 -0400 Received: from indium.canonical.com ([91.189.90.7]:50934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvvI2-0004Rn-Lw for qemu-devel@nongnu.org; Tue, 23 Aug 2011 14:01:30 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QvvI1-0006PK-PZ for ; Tue, 23 Aug 2011 18:01:29 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id BC0B42EB6B3 for ; Tue, 23 Aug 2011 18:01:29 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Aug 2011 17:55:35 -0000 From: Rick Vernam <821078@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110804185353.20230.46645.malonedeb@chaenomeles.canonical.com> Message-Id: <20110823175535.20192.8366.malone@gac.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 821078] Re: virtio-serial-bus: Unexpected port id Reply-To: Bug 821078 <821078@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Using qemu-kvm-0.15.0 for a few weeks now, I'd like to report that maybe 1/10 times it works as expected: ie, there is no virtio-serial-bus error, vdagent in the windows guest starts, etc. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/821078 Title: virtio-serial-bus: Unexpected port id Status in QEMU: New Bug description: With qemu-kvm-0.15.0-rc1 virtio-serial-bus reports an error, and windows = vdagent can not start. qemu-0.15.0-rc1 behaves as expected, ie vdagent run= s in the guest, mouse passes seamlessly between spicec and host and copy/pa= ste works between guest and host. qemu-kvm has been configured with ./configure --target-list=3Dx86_64-softmmu --disable-curses --disable-cu= rl --audio-drv-list=3Dalsa --audio-card-list=3Dsb16,ac97,hda --enable-vnc-t= hread --disable-bluez --enable-vhost-net --enable-spice and is started with qemu-system-x86_64 -cpu host -enable-kvm -pidfile /home/rick/qemu/hds/wxp= .pid -drive file=3D/home/rick/qemu/hds/wxp.raw,if=3Dvirtio,aio=3Dnative -m = 1536 -name WinXP -net nic,model -net user -localtime -usb -vga qxl -device = virtio-serial-pci,id=3Dvirtio-serial0,max_ports=3D16,bus=3Dpci.0,addr=3D0x5= -chardev spicevmc,name=3Dvdagent,id=3Dvdagent -device virtserialport,nr=3D= 1,bus=3Dvirtio-serial0.0,chardev=3Dvdagent,name=3Dcom.redhat.spice.0 -spice= port=3D1234,disable-ticketing -monitor stdio I've also tried start qemu like qemu-system-x86_64 -cpu host -enable-kvm -pidfile /home/rick/qemu/hds/wxp= .pid -drive file=3D/home/rick/qemu/hds/wxp.raw,if=3Dvirtio -m 768 -name Win= XP -net nic,model=3Dvirtio -net user -localtime -usb -vga qxl -device virti= o-serial -chardev spicevmc,name=3Dvdagent,id=3Dvdagent -device virtserialpo= rt,chardev=3Dvdagent,name=3Dcom.redhat.spice.0 -spice port=3D1234,disable-t= icketing -monitor stdio and observed the same results. the host runs 2.6.39.4 vanilla kernel. the guest uses the most recent virtio-serial, vga-qxl and vdagent from spice-space.org To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/821078/+subscriptions