Re: OOPS in hvc / virtconsole

From: Andy Lutomirski
Date: Mon Mar 31 2014 - 19:50:21 EST


On Mon, Mar 31, 2014 at 3:31 PM, Andy Lutomirski <luto@xxxxxxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/