qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 05/39] cirrus: simplify mmio BAR access funct


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH v3 05/39] cirrus: simplify mmio BAR access functions
Date: Sun, 07 Aug 2011 11:25:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

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

[Prev in Thread] Current Thread [Next in Thread]