qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1.1 09/24] omap_gpmc/nseries/tusb6010: convert


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH v1.1 09/24] omap_gpmc/nseries/tusb6010: convert to memory API
Date: Tue, 09 Aug 2011 12:26:18 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/09/2011 12:23 PM, Peter Maydell wrote:
On 9 August 2011 10:02, Avi Kivity<address@hidden>  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?

Only after we implement and configure a debug policy in memory.c

That's the main point of the badread/badwrite functions...

These are broken now, aren't they?

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




reply via email to

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