Re: OOPS in hvc / virtconsole

2014-03-31 Thread Andy Lutomirski
On Mon, Mar 31, 2014 at 3:31 PM, Andy Lutomirski wrote: > I'm running a Fedora distro kernel (3.13.7-200.fc20.x86_64) in kvm > with these options: > > -chardev null,id=hvc0,signal=off > -device virtio-serial-pci > -device virtconsole,chardev=hvc0,name=virtme_console > -append console=hvc0 console=

OOPS in hvc / virtconsole

2014-03-31 Thread Andy Lutomirski
I'm running a Fedora distro kernel (3.13.7-200.fc20.x86_64) in kvm with these options: -chardev null,id=hvc0,signal=off -device virtio-serial-pci -device virtconsole,chardev=hvc0,name=virtme_console -append console=hvc0 console=ttyS0 -nographic (There are more, but these are the interesting ones,