From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXUqW-0008DH-Da for qemu-devel@nongnu.org; Thu, 24 May 2012 06:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXUqQ-0005zt-8v for qemu-devel@nongnu.org; Thu, 24 May 2012 06:00:39 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:54675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXUqQ-0005zb-02 for qemu-devel@nongnu.org; Thu, 24 May 2012 06:00:34 -0400 Received: by eaak12 with SMTP id k12so3168403eaa.4 for ; Thu, 24 May 2012 03:00:31 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FBE06BD.1030005@redhat.com> Date: Thu, 24 May 2012 12:00:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20120523135206.GA14654@chinaltcdragon.cn.ibm.com> <20120523141202.GC29930@redhat.com> <4FBCF46E.3020509@redhat.com> <20120523144532.GA30289@redhat.com> <20120524063100.GA21123@chinaltcdragon.cn.ibm.com> In-Reply-To: <20120524063100.GA21123@chinaltcdragon.cn.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Support virtio-scsi-pci adapter hot-plug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kelvin Wang Cc: Stefan Hajnoczi , Paolo Bonzini , qemu-devel , "Michael S. Tsirkin" Il 24/05/2012 08:31, Kelvin Wang ha scritto: >> > >> > If the point is to avoid need for manual bus rescans that's >> > good. But please do not touch the legacy commands. > So, may I sent another patch to "avoid need for manual bus rescans"? The virtio spec supports sending events for added and removed devices. I'm pretty sure it will be more than one patch though (at least one in QEMU and one in the kernel :)). Paolo