On Thu, 2011-08-11 at 16:47 +0300, Pekka Enberg wrote: > On Thu, 11 Aug 2011, Sasha Levin wrote: > >> This is a nice cleanup but I'm not happy about the fact that you also nuke > >> the above printf(). Is there a simple way to keep it there? > >> > > > > You get that printf from the normal exit path. > > You get a different printf: > > $ grep -r "KVM session" *.c > builtin-run.c: printf("\n # KVM session ended normally.\n"); > term.c: printf("\n # KVM session terminated.\n"); > > It's nice to see that the user terminated the session without going > through reboot cycle. Dunno how much it matters but it'd be nice to keep > it since it's already there. Hm... In that case, how about changing it to "# KVM session terminating..." which will be followed by "# KVM session terminated" when the guest is actually dead? -- Sasha. -- 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