Allow autoconnect to virsh console in create/start. Refuse to connect to remote consoles

This commit is contained in:
Daniel P. Berrange
2009-04-03 14:03:38 +00:00
parent 92ff72b52c
commit f0817018b1
2 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
Fri Apr 3 15:03:00 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* src/virsh.c: Add --console arg for create & start commands
to auto-attach to console. Print info about escape key for
console. Refuse to connect to remote consoles.
Fri Apr 3 13:41:00 BST 2009 Daniel P. Berrange <berrange@redhat.com>
Misc NUMA memory fixes