From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My62v-0005Gf-Bx for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:45:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My62q-0005EB-VJ for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:45:49 -0400 Received: from [199.232.76.173] (port=56994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My62q-0005E1-MB for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:45:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My62q-00074g-5K for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:45:44 -0400 Message-ID: <4AD5F224.1060401@redhat.com> Date: Wed, 14 Oct 2009 17:45:40 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [STABLE PATCH] hotplug: fix scsi hotplug. References: <1255527031-19008-1-git-send-email-kraxel@redhat.com> In-Reply-To: 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: Dustin Kirkland Cc: qemu-devel@nongnu.org On 10/14/09 17:43, Dustin Kirkland wrote: > On Wed, Oct 14, 2009 at 8:30 AM, Gerd Hoffmann wrote: >> Oh, and pc-bios/bios.bin needs a update too, otherwise pci hotplug >> doesn't work at all. > > Hi Gerd- > > I'm having trouble applying the pc-bios/bios.bin binary patch. Can > you explain how to apply this diff? "git am" should work. You can also simply ignore the patch and copy bios.bin over from the master branch. HTH, Gerd