* Prasad Joshi <prasadjoshi124@xxxxxxxxx> wrote: > > struct cmd_struct kvm_commands[] = { > > + { "pause", kvm_cmd_pause, NULL, 0 }, > > We automatically generate <include/common-cmds.h> header file that > lists the command options with kvm. Should we ensure 'pause' is > added to the file? I think then './kvm help' will display 'pause' > as one of the possible command. That is done by adding the new command to command-list.txt - then the Makefile will generate everything correctly. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html