On 05/31/2018 07:24 PM, Philippe Mathieu-Daudé wrote:
> On 05/31/2018 07:28 PM, John Snow wrote:
>> This set just adds register names so that the read/write traces make
>> more sense on their own without having to memorize register offsets.
>> It also splits read/write traces into supported/unsupported subsets,
>> so you can just monitor for things that QEMU is likely doing wrong.
>>
>> v2:
>> - Added qemu_log_mask(LOG_UNIMP, ...) statements in addition to traces
>> for writes to unknown/unsupported registers. (Philippe)
>
> Thanks,
>
> With format string and style issues reported by checkpatch fixed:
> Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>
>
> (I recommend you to setup the scripts/git.orderfile to ease reviews).
>
Ah, yeah, my environment is kind of broken at the moment, sorry :(
Just haven't had the time to figure out why git-publish is broken so I'm
missing a few of my usual pieces.
--js