From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTEyp-0008O0-TA for qemu-devel@nongnu.org; Tue, 30 Oct 2012 12:48:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTEyk-0006ko-9N for qemu-devel@nongnu.org; Tue, 30 Oct 2012 12:47:55 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:50492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTEyk-0006kj-2n for qemu-devel@nongnu.org; Tue, 30 Oct 2012 12:47:50 -0400 Received: by mail-wg0-f53.google.com with SMTP id dr1so269801wgb.10 for ; Tue, 30 Oct 2012 09:47:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <509004AD.3010500@redhat.com> Date: Tue, 30 Oct 2012 17:47:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1351599394-24876-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1351599394-24876-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH uq/master 0/3] Fix MSI injection at load time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, jan.kiszka@siemens.com, mtosatti@redhat.com, qemu-devel@nongnu.org, avi@redhat.com, Amit Shah Il 30/10/2012 13:16, Paolo Bonzini ha scritto: > A simplified reproducer (that doesn't hang Linux, > but shows the message) is to start the VM without a backend for the > virtserialport, and to resume it with a backend, for example > > $ qemu-system-x86_64 -device virtio-serial-pci -device virtserialport test.img --enable-kvm -m 512 > $ qemu-system-x86_64 -device virtio-serial-pci -chardev stdio,id=vs0 -device virtserialport,chardev=vs0 test.img --enable-kvm -m 512 -incoming 'exec:cat foo.ckp' Jan, Amit, the same bug is also happening without MSI. The reproducer is the same as above, but with pci=nomsi for Linux guests. After migration, "cat /dev/vport0p1" will not block, and if you have a NIC on the same line as virtio-serial it will also not work. Do any of you have some time to look at it? Paolo