When a guest domain reboots the "xm console" command exits. It should automagically reconnect to the console of the 'new' domain.
One way to approach this is to wait for a while then
look for a xenstore entry with the same UUID as the
previous domain. It's a bit tricky though to work out
whether the domain will restart - it's dependent on
both the way the domain died and the on_reboot etc.
properties.
I'm fixing this via 'virt-console'. xm won't be fixed though.
|