On 08/05/2011 05:08 PM, Anthony Liguori wrote:
      .read = cirrus_mmio_read,
      .write = cirrus_mmio_write,
      .endianness = DEVICE_LITTLE_ENDIAN,
+    .impl = {
+        .min_access_size = 1,
+        .max_access_size = 1,
+    },
  };
  static const MemoryRegionOps cirrus_mmio_io_ops = {

Nevermind, I get the lack of old_mmio usage now.

Well, the real reason was that old_mmio didn't exist when I wrote the patchset, and I didn't want to undo all this work when it appeared.

--
error compiling committee.c: too many arguments to function


Reply via email to