On Thu, Oct 08, 2009 at 05:24:35PM +0200, Juan Quintela wrote:
> "Michael S. Tsirkin" wrote:
> > Cirrus vga has a copy of many PCI macros,
> > and it doesn't even use them. Clean up.
> > @@ -3248,8 +3213,8 @@ static int pci_cirrus_vga_initfn(PCIDevice *dev)
> > /* setup PCI */
> > pci_
"Michael S. Tsirkin" wrote:
> Cirrus vga has a copy of many PCI macros,
> and it doesn't even use them. Clean up.
> @@ -3248,8 +3213,8 @@ static int pci_cirrus_vga_initfn(PCIDevice *dev)
> /* setup PCI */
> pci_config_set_vendor_id(pci_conf, PCI_VENDOR_ID_CIRRUS);
> pci_config_se
Cirrus vga has a copy of many PCI macros,
and it doesn't even use them. Clean up.
Signed-off-by: Michael S. Tsirkin
---
hw/cirrus_vga.c | 37 +
1 files changed, 1 insertions(+), 36 deletions(-)
diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c
index c54ac65..f