On 21.07.2023 15:05, Roger Pau Monné wrote:
> On Thu, Jul 20, 2023 at 12:32:33AM +0000, Volodymyr Babchuk wrote:
>> @@ -62,8 +76,8 @@ static int cf_check map_range(
>> if ( rc < 0 )
>> {
>> printk(XENLOG_G_WARNING
>> - "Failed to identity %smap [%lx, %lx] for d%d: %d\n",
>> - map->map ? "" : "un", s, e, map->d->domain_id, rc);
>> + "Failed to %smap [%lx, %lx] for %pd: %d\n",
>> + map->map ? "" : "un", s, e, map->d, rc);
>
> I would also print the gfn -> mfn values if it's no longer an identity
> map.
And also the actual range - it's not [s,e] anymore.
Jan