From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Euw-0005L3-PD for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Euu-0003l6-7Y for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:04:10 -0400 Message-ID: <502A30A3.4070107@suse.de> Date: Tue, 14 Aug 2012 13:04:03 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1344307320-25094-1-git-send-email-zhlcindy@linux.vnet.ibm.com> <1344307320-25094-3-git-send-email-zhlcindy@linux.vnet.ibm.com> In-Reply-To: <1344307320-25094-3-git-send-email-zhlcindy@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc][PATCH v7 2/3] Add one new file vga-pci.h and cleanup on all platforms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Zhang Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Li Zhang , qemu-ppc@nongnu.org, afaerber@suse.de, david@gibson.dropbear.id.au On 08/07/2012 04:41 AM, Li Zhang wrote: > Functions pci_vga_init() and pci_cirrus_vga_init() are declared > in pc.h. That prevents other platforms (e.g. sPAPR) to use them. > > This patch is to create one new file vga-pci.h and move the > declarations to vga-pci.h, so that they can be shared by > all platforms. This patch also cleans up on all platforms. > > Signed-off-by: Li Zhang Thanks, applied to ppc-next. Alex