Re: [Qemu-devel] [PATCH] spapr: quantify error messages regarding capability settings

2019-07-31 Thread David Gibson
On Thu, Aug 01, 2019 at 09:34:38AM +1000, Daniel Black wrote: > Its not immediately obvious how cap-X=y setting need to be applied > to the command line so this has been clarified to "appending to the > machine name" in spapr capability error messages. > > The wrong value messages have been left a

[Qemu-devel] [PATCH] spapr: quantify error messages regarding capability settings

2019-07-31 Thread Daniel Black
Its not immediately obvious how cap-X=y setting need to be applied to the command line so this has been clarified to "appending to the machine name" in spapr capability error messages. The wrong value messages have been left as is, as the user has found the right location. Signed-off-by: Daniel B