You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml/import: allow (and ignore for now) info children in more xml tags
This commit is mostly for backport in v2.x since it will simplify
xml compatibility between 3.0 export and 2.x import.
Allow info tags inside all tags where it could be useful one day
(topology, page_type, distances2*, memattr). We already had them
in object and cpukind.
It's not clear yet whether we'll use info in more objects in v3
(distances and topology have been proposed but not decided yet),
but ignoring them is easy to make (current) v3 XML importable in v2.
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments