Skip to content

Commit

Permalink
fix incorrect memory negative case error msg
Browse files Browse the repository at this point in the history
Signed-off-by: nanli <[email protected]>
  • Loading branch information
nanli1 committed Jan 31, 2024
1 parent e302976 commit b97c335
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
addr_type = 'fakedimm'
define_error = "Invalid value for attribute 'type' in element 'address': '${addr_type}'"
define_error_8 = "unknown address type '${addr_type}'"
aarch64:
define_error = "unknown address type '${addr_type}'"
addr_dict = "'address':{'attrs': {'type': '${addr_type}', 'base': '${addr_base}', 'slot': '${slot}'}}"
source_dict = "'source': {'nodemask': '${node_mask}','pagesize': %d, 'pagesize_unit':'${pagesize_unit}'}"
dimm_dict = {'mem_model':'dimm', ${source_dict}, ${addr_dict}, 'target': {'size':${target_size}, 'size_unit':'KiB','node':${guest_node}}}
Expand Down

0 comments on commit b97c335

Please sign in to comment.