diff options
Diffstat (limited to 'numa.c')
| -rw-r--r-- | numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numa.c b/numa.c index e67322a69b..28c857c66a 100644 --- a/numa.c +++ b/numa.c @@ -456,7 +456,7 @@ static int query_memdev(Object *obj, void *opaque) m->value->policy = object_property_get_enum(obj, "policy", - HostMemPolicy_lookup, + "HostMemPolicy", &err); if (err) { goto error; |