| 535 | }; |
| 536 | |
| 537 | void |
| 538 | run_cli(__rte_unused void *arg) |
| 539 | { |
| 540 | struct cmdline *cl; |
| 541 | |
| 542 | cl = cmdline_stdin_new(main_ctx, "vmpower> "); |
| 543 | if (cl == NULL) |
| 544 | return; |
| 545 | |
| 546 | cmdline_interact(cl); |
| 547 | cmdline_stdin_exit(cl); |
| 548 | } |
no test coverage detected