OOPS in hvc / virtconsole

Andy Lutomirski luto at amacapital.net
Tue Apr 1 10:49:45 EST 2014


On Mon, Mar 31, 2014 at 3:31 PM, Andy Lutomirski <luto at amacapital.net> 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=ttyS0
> -nographic
>
> (There are more, but these are the interesting ones, I think.)

You can reproduce it by downloading this:

https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git/commit/?h=crash-virtconsole&id=c55df415154e6331a1dc96a5e2ffcf5c684fc2f9

and running:

./virtme-run --installed-kernel 3.13.7-200.fc20.x86_64 --console
--qemu-opts -m 2048 -smp 2

Adjust the requested kernel version as appropriate.

--Andy


More information about the Linuxppc-dev mailing list