From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mm6IT-0005IH-EM for qemu-devel@nongnu.org; Fri, 11 Sep 2009 09:36:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mm6IO-0005DQ-HJ for qemu-devel@nongnu.org; Fri, 11 Sep 2009 09:36:16 -0400 Received: from [199.232.76.173] (port=45952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm6IO-0005DC-7L for qemu-devel@nongnu.org; Fri, 11 Sep 2009 09:36:12 -0400 Received: from mail-yx0-f190.google.com ([209.85.210.190]:56852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mm6IN-0001dL-Hl for qemu-devel@nongnu.org; Fri, 11 Sep 2009 09:36:11 -0400 Received: by yxe28 with SMTP id 28so1293249yxe.19 for ; Fri, 11 Sep 2009 06:36:10 -0700 (PDT) Message-ID: <4AAA5248.6020008@codemonkey.ws> Date: Fri, 11 Sep 2009 08:36:08 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] VirtIO: Fix QEMU crash during Windows PNP tests References: <00a201ca3093$980153b0$c803fb10$@com> In-Reply-To: <00a201ca3093$980153b0$c803fb10$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yan Vugenfirer Cc: qemu-devel@nongnu.org Yan Vugenfirer wrote: > Hello, > > In some cases bus driver can deassert "bus master" bit in PCI command > register. The driver will no longer be able to update related registers in > the device. Eventually it will cause QEMU to exit in "virtqueue_num_heads" > function. > > Attached path that fixes the described issue. > > Best regards, > Yan Vugenfirer. > Needs a Signed-off-by. Regards, Anthony Liguori