From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151Ab0CGLI5 (ORCPT ); Sun, 7 Mar 2010 06:08:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38240 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951Ab0CGLI4 (ORCPT ); Sun, 7 Mar 2010 06:08:56 -0500 Date: Sun, 7 Mar 2010 13:04:57 +0200 From: "Michael S. Tsirkin" To: Alexander Graf Cc: Rusty Russell , Linus Torvalds , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Adam Litke , Amit Shah , hch@lst.de, Jamie Lokier , Shirley Ma , Anthony Liguori Subject: Re: [PULL] virtio Message-ID: <20100307110457.GB20004@redhat.com> References: <20100307104252.GA19926@redhat.com> <40B76F19-1E35-4956-A34E-0A83A403F97D@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40B76F19-1E35-4956-A34E-0A83A403F97D@suse.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 07, 2010 at 11:57:23AM +0100, Alexander Graf wrote: > > On 07.03.2010, at 11:42, Michael S. Tsirkin wrote: > > > Linus, > > Please pull another virtio fix: this one fixes hotplug and > > was supposed to be applied by Rusty already > > (http://lkml.org/lkml/2009/11/30/451), but apparently got lost, > > somehow. > > > > Thanks! > > > > The following changes since commit 3119815912a220bdac943dfbdfee640414c0c611: > > Michael S. Tsirkin (1): > > virtio: fix out of range array access > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for-linus > > > > Michael S. Tsirkin (1): > > virtio: set pci bus master enable bit > > This is still missing an identifier for the hypervisor. We need to know if the guest will ever set bus master enabled or not, so we can have a compat hack in qemu to not check for it. > > > Alex This patch fixes hotplug with qemu 0.11-0.12 which can't make use of a new identifier without a time machine. IMHO we can't add new identifiers in time for 2.6.34 anyway, so if you want to do that, please send a patch and have it queued up for the next release. But I don't think we need an identifier for compat hack. Hypervisor can detect buggy guests when they set status to OK without enabling bus master first. Makes sense? -- MST