Il 17/07/2013 11:29, Wanlong Gao ha scritto: > Change -numa option like following as Paolo suggested: > -numa node,nodeid=0,cpus=0-1 \ > -numa mem,nodeid=0,size=1G > > This new option will make later coming memory hotplug better. > And this new option is implemented using OptsVisitor.
It shouldn't be changed. The old "mem" suboption should remain valid (as legacy), and it should be equivalent to a separate "-numa mem" argument. Never, ever break existing command lines. Paolo