From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSadc-0003nE-5v for qemu-devel@nongnu.org; Thu, 29 Jan 2009 12:25:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSadZ-0003lV-Ve for qemu-devel@nongnu.org; Thu, 29 Jan 2009 12:25:11 -0500 Received: from [199.232.76.173] (port=59636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSadZ-0003lJ-Q4 for qemu-devel@nongnu.org; Thu, 29 Jan 2009 12:25:09 -0500 Received: from mx2.redhat.com ([66.187.237.31]:58396) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSadZ-00008M-CD for qemu-devel@nongnu.org; Thu, 29 Jan 2009 12:25:09 -0500 From: Mark McLoughlin In-Reply-To: <4981E16B.6080404@us.ibm.com> References: <1233243230-8280-1-git-send-email-markmc@redhat.com> <4981E16B.6080404@us.ibm.com> Content-Type: text/plain Date: Thu, 29 Jan 2009 17:25:00 +0000 Message-Id: <1233249900.6470.69.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Don't notify virtio devices before S_DRIVER_OK Reply-To: Mark McLoughlin , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Rusty Russell , "qemu-devel@nongnu.org" On Thu, 2009-01-29 at 11:03 -0600, Anthony Liguori wrote: > Mark McLoughlin wrote: > > Current Linux guests oops if the host notifies of a > > config change before a driver has been bound to the > > device. > > > > It's pretty pointless for us to do notify of config > > changes before status is S_DRIVER_OK anyway, so let's > > just not do it. > > > > Signed-off-by: Mark McLoughlin > > > Applied. Thanks. > > Please don't send patches against kvm-userspace though. Yep, sorry - I usually don't, just slipped my mind. Thanks, Mark.