On 9 August 2011 10:02, Avi Kivity <a...@redhat.com> wrote:
> +static const MemoryRegionOps omap_gpmc_ops = {
> +    .read = omap_gpmc_read,
> +    .write = omap_gpmc_write,
> +    .endianness = DEVICE_NATIVE_ENDIAN,
> +    .valid = {
> +        .min_access_size = 4,
> +        .max_access_size = 4,
> +    },
>  };

Does this give debug trace output for missized accesses?
That's the main point of the badread/badwrite functions...

-- PMM
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to