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

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

 



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

They successfully print a message, which as I say is the
main point. The OMAP TRM typically says the behaviour isn't
defined for wrong-size accesses, so guest code doing it is
broken anyhow and so the error in the current implementation
is IMHO not so serious.

I think if (as here) it turns out that we need more functionality
in memory.c then we should be implementing it, not silently
dropping things in the conversion process.


Okay. I'll update the patch to forward to the badread/badwrite functions on bad size.

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

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


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux