On Thu, Oct 08, 2009 at 05:24:35PM +0200, Juan Quintela wrote: > "Michael S. Tsirkin" <mst@xxxxxxxxxx> 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_set_device_id(pci_conf, device_id); > > + //pci_conf[0x04] = PCI_COMMAND_IOACCESS | PCI_COMMAND_MEMACCESS; > > If it is wrong as you claim in the other patch, just remove it, or at > least put a comment. Of course. sorry. > > pci_config_set_class(pci_conf, PCI_CLASS_DISPLAY_VGA); > > - pci_conf[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_NORMAL; > > Did yo;u wanted to remove this one also? Yes, this is the default anyway. > > > > /* setup memory space */ > > /* memory #0 LFB */ > > Nice cleanup for the rest :) > > Later, Juan. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html