[SerialICE] lua script shows WARNING: undefined load(/store) operation @<location>

Idwer Vollering vidwer at gmail.com
Mon Mar 26 02:35:12 CEST 2012


Attaching a compressed logfile: qemu_serialice_logfile_1332720505.log.tar.gz

Op 26 maart 2012 01:52 heeft Idwer Vollering <vidwer at gmail.com> het
volgende geschreven:
> Memory initialization registers reside in the address range
> 0xfecf0000:0xfecffff but serialice (from git code) shows lines like
> this:
> "WARNING: undefined load operation @fecf0000" and "WARNING: undefined
> store operation @fecf0000"
>
> To filter these registers I have edited serialice.lua, then added the
> following filter to SerialICE_memory_read_filter:
> if (addr >= 0xfecf0000 and addr <= 0xfecffff) then

Typo; this should ofcourse be 0xfecfffff.

> return false, true, 0
>
> and SerialICE_memory_write_filter:
> if (addr >= 0xfecf0000 and addr <= 0xfecffff) then

Dito, 0xfecfffff.

> return false, true, data
>
>
> So the above filters aren't applied. Help?
>
> Idwer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qemu_serialice_logfile_1332720505.log.tar.gz
Type: application/x-gzip
Size: 70473 bytes
Desc: not available
URL: <http://serialice.com/pipermail/serialice/attachments/20120326/bd0f40bc/attachment-0001.gz>


More information about the SerialICE mailing list