From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHIYy-0004vX-8e for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:26:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHIYt-0004sN-J1 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:25:59 -0400 Received: from [199.232.76.173] (port=49521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHIYt-0004sF-9X for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:25:55 -0400 Received: from mx2.redhat.com ([66.187.237.31]:55643) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHIYs-00089s-On for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:25:55 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5IEPrne020782 for ; Thu, 18 Jun 2009 10:25:53 -0400 Message-ID: <4A3A4E6D.2000408@redhat.com> Date: Thu, 18 Jun 2009 16:25:49 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH 0/4] Configurable PCI device addresses References: 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: Markus Armbruster Cc: qemu-devel@nongnu.org > Markus Armbruster (4): > Fix do_pci_register_device() to reject devfn already in use > Support addr=... in option argument of -net nic > Make first argument of monitor command pci_add work > Support addr=... in option argument of -drive if=virtio Whole series looks sane to me. cheers, Gerd