Re: [Qemu-devel] [Qemu-ppc] [PATCH v6 3/5] Add one new file vga-pci.h

2012-08-04 Thread Blue Swirl
On Sat, Aug 4, 2012 at 12:49 PM, Li Zhang wrote: > On Sat, Aug 4, 2012 at 8:43 PM, Blue Swirl wrote: >> On Sat, Aug 4, 2012 at 12:05 PM, 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. >>> >>

Re: [Qemu-devel] [Qemu-ppc] [PATCH v6 3/5] Add one new file vga-pci.h

2012-08-04 Thread Li Zhang
On Sat, Aug 4, 2012 at 8:43 PM, Blue Swirl wrote: > On Sat, Aug 4, 2012 at 12:05 PM, 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

Re: [Qemu-devel] [Qemu-ppc] [PATCH v6 3/5] Add one new file vga-pci.h

2012-08-04 Thread Blue Swirl
On Sat, Aug 4, 2012 at 12:05 PM, 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 sha

[Qemu-devel] [Qemu-ppc][PATCH v6 3/5] Add one new file vga-pci.h

2012-08-04 Thread Li Zhang
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 the platforms. Signed-off-by: Li Zhang --- hw

Re: [Qemu-devel] [Qemu-ppc][PATCH v6 3/5] Add one new file vga-pci.h

2012-08-04 Thread Li Zhang
Reply to mailing list. :) On 2012年08月05日 02:41, zhlci...@gmail.com wrote: From: Li Zhang 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