Fix console of xen-pvm
authorIustin Pop <iustin@google.com>
Mon, 29 Oct 2012 13:27:15 +0000 (14:27 +0100)
committerIustin Pop <iustin@google.com>
Mon, 29 Oct 2012 15:27:25 +0000 (16:27 +0100)
commit7ce4d690b2a00a1a936caf4fd60b853e8ffb9d5d
tree34faee1c44fb8e97cb3d843bb22295a576046f29
parent31ca0c96bfee38f2662a5fb017ff760884f4bc02
Fix console of xen-pvm

This fixes issue 284: the current serial console code only activates
is when HV_SERIAL_CONSOLE is set, but that's a parameter that applies
only to kvm; for xen-pvm, we always want to activate the console,
albeit on a different device.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
create