| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This includes an update against the SMBIOS reference specification v2.7.0
Signed-off-by: David Sommerseth <davids@redhat.com>
|
|
|
|
|
|
|
|
|
| |
This function can be used instead of dmi_string() and
dmixml_AddTextChild(). In those cases where dmi_string() returns
NULL, this situation is handled more gracefully. In addition of
also handling "not specified" situations better as well.
Signed-off-by: David Sommerseth <davids@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This function will ignore the case of the string of the value to be
found. This improves the behaviour mentioned in
commit 20030e42b4d3f7283f6143641cb009a8dbf1da24.
At the moment, the immediate advantage is that the pymap.xml is
not strictly bound to if the type IDs in hex are in upper and/or
lower case. Both cases and mixed cases will now work.
|
|
|
|
| |
The previous version did not consider the tag name when searching for nodes.
|
| |
|
|
|
|
|
|
|
| |
Updated test unit to match.
Throw an exception instead of returning None/False in some
functions.
|
|
|
|
|
| |
This rewrite was to handle XPATH_NUMBER more correctly. Now these
functions needs an preallocated memory buffer for the result.
|
|
|
|
| |
Reverted commit 75aaf67d43cf4a28fe8d3e07111dab75a0c4396d in addition
|
| |
|
| |
|
| |
|
|
|