Hi,
On Thu, Jul 19, 2018 at 09:21:36AM +, linzhecheng wrote:
> Hi, all
> I found that qemu has a constraint in function numa_node_parse now:
> If (node->has_memdev != have_memdevs) {
> Error_setg(errp, "qemu: memdev option must be specified for either "
> "all
Hi, all
I found that qemu has a constraint in function numa_node_parse now:
If (node->has_memdev != have_memdevs) {
Error_setg(errp, "qemu: memdev option must be specified for either "
"all or no nodes");
Return;
}
This restricts us from being able to