lbwww/site/docs/hardware/r400.md

2.4 KiB

Hardware virtualization (vt-x)

The R400, when run without CPU microcode updates in coreboot, currently kernel panics if running QEMU with vt-x enabled on 2 cores for the guest. With a single core enabled for the guest, the guest panics (but the host is fine). Working around this in QEMU might be possible; if not, software virtualization should work fine (it's just slower).

On GM45 hardware (with libreboot), make sure that the kvm and kvm_intel kernel modules are not loaded, when using QEMU.

The following errata datasheet from Intel might help with investigation: http://download.intel.com/design/mobile/specupdt/320121.pdf

The R400 is almost identical to the X200, code-wise. See x200.md.

TODO: put hardware register logs here like on the X200 and T400 page.