[CentOS] KVM virsh console to physical console?

Sun Feb 13 03:20:19 UTC 2022
Gordon Messmer <gordon.messmer at gmail.com>

On 2/11/22 15:33, Lists wrote:
> Is there a way to "connect" the virsh console directly to a physical Linux
> terminal?
>
> EG: Ctl+Alt+F8 to access the Windows virsh console for Windows Server


You could do something like "openvt virsh console mywindowsvm", which 
would run "virsh" on the first unused VT.  (Assuming you've set up 
serial console support in the VM.)  That seems like it's not a great 
solution in general, since it doesn't scale up to many VMs