|
@@ -217,12 +217,6 @@ const MemoryRegionOps pci_host_data_le_ops = {
|
|
|
.endianness = DEVICE_LITTLE_ENDIAN,
|
|
|
};
|
|
|
|
|
|
-const MemoryRegionOps pci_host_data_be_ops = {
|
|
|
- .read = pci_host_data_read,
|
|
|
- .write = pci_host_data_write,
|
|
|
- .endianness = DEVICE_BIG_ENDIAN,
|
|
|
-};
|
|
|
-
|
|
|
static bool pci_host_needed(void *opaque)
|
|
|
{
|
|
|
PCIHostState *s = opaque;
|