On Mon, 15 Aug 2011, Sasha Levin wrote:
+static int do_memstat(const char *name, int pid) +{ + printf("Sending memstat command to %s, output should be on the targets' terminal.\n", name); + return kill(pid, SIGKVMMEMSTAT); +}
I applied the patch but I think we should come up with a mechanism to transport the output back to the command. Doing the printout in the guest terminal isn't going to work in the long run.
Pekka -- 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