Am 04.01.2013 22:29, schrieb Hervé Poussineau: > static const MemoryRegionOps piix4_pci_ops = { > - .old_portio = (MemoryRegionPortio[]) { > - { > - .offset = PCI_UP_BASE - PCI_HOTPLUG_ADDR, .len = 4, .size = 4, > - .read = pci_up_read, > - },{ > - .offset = PCI_DOWN_BASE - PCI_HOTPLUG_ADDR, .len = 4, .size = 4, > - .read = pci_down_read, > - },{ > - .offset = PCI_EJ_BASE - PCI_HOTPLUG_ADDR, .len = 4, .size = 4, > - .read = pci_features_read, > - .write = pciej_write, > - },{ > - .offset = PCI_RMV_BASE - PCI_HOTPLUG_ADDR, .len = 4, .size = 4, > - .read = pcirmv_read, > - }, > - PORTIO_END_OF_LIST() > + .read = pci_read, > + .write = pci_write, > + .endianness = DEVICE_NATIVE_ENDIAN, > + .valid = { > + .min_access_size = 4, > + .max_access_size = 4, > }, > - .endianness = DEVICE_LITTLE_ENDIAN,
Ugh, question: Why is this changing Little Endian to native? Andreas > }; > > static int piix4_device_hotplug(DeviceState *qdev, PCIDevice *dev, -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg