On 05.05.19 21:35, Hakkı Kurumahmut wrote:
While kernel command parameters are intel_iommu=on intremap=on at some 
machines, cat /proc/iomem shows DMAR region under reserved section. This patch 
must be done for config creation to complete because of generating DMAR region 
not found error although it exist.
If this patch is not apply, below error is throw by "cell create" command whether 
intel_iommu On or Off because "reserved" regions are currently excluded from the 
generated config although DMAR region exists. Thus, DMAR under reserved section must be parsed by 
parser.


             if size == 0:
                 raise RuntimeError('DMAR region size cannot be identified.\n'
                                    'Target Linux must run with Intel IOMMU '
                                    'enabled.')



Some formal remarks:
- we need the signed-off line, check CONTRIBUTING.md for its semantics
- you will make your own and my life easier if you commit your changes
  and then use "git format-patch" to generate the email content - or
  even use git send-email

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

--
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to