From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhsfB-0004dR-9o for qemu-devel@nongnu.org; Mon, 02 Jan 2012 19:55:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhsfA-0000Nx-5O for qemu-devel@nongnu.org; Mon, 02 Jan 2012 19:55:37 -0500 Message-ID: <4F025200.5080306@codemonkey.ws> Date: Mon, 02 Jan 2012 18:55:28 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1324399916-21315-1-git-send-email-aliguori@us.ibm.com> <1324399916-21315-11-git-send-email-aliguori@us.ibm.com> <4F0235DB.8060104@suse.de> In-Reply-To: <4F0235DB.8060104@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 10/27] not-for-upstream: disable non-qdev pci devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: =?ISO-8859-15?Q?Beno=EEt_Canet?= , qemu-devel@nongnu.org, Alexander Graf , Markus Armbruster , qemu-ppc@nongnu.org, Paolo Bonzini On 01/02/2012 04:55 PM, Andreas Färber wrote: > Am 20.12.2011 17:51, schrieb Anthony Liguori: >> Obviously, this isn't an acceptable approach. We need to convert these devices >> to qdev. >> --- >> hw/macio.c | 5 +++++ >> hw/openpic.c | 5 +++++ >> hw/ppc4xx_pci.c | 5 +++++ >> hw/prep_pci.c | 5 +++++ >> 4 files changed, 20 insertions(+), 0 deletions(-) > > I hope to have the prep_pci.c patch rebased by the end of the week. > > Any volunteers for the other devices? I've converted the devices that need to be converted. They're in v2 which I just sent out. I should have RFC'd the bamboo removal patch. I mentioned it to Alex on IRC a bit ago at least. If there's a desire to keep that around, I could use some help converted it to qdev. Regards, Anthony Liguori > > Andreas >