Although the machines definitions in meta-intel are meant to target real hardware, begin able to start the resulting images under qemu is nevertheless useful for testing.
intel-core2-32 and intel-corei7-64 work (tested with an Ostro OS derivative with OVMF as firmware), whereas intel-quark hangs while showing the OVMF/TianoCore logo. The patch should also work with the normal BIOS, I merely haven't tested that. In all three cases there's a (harmless?) warning: warning: TCG doesn't support requested feature: CPUID.01H:EDX.vme [bit 1] The only enabled change on the target are the virtio drivers. The downside is that the images do not take the wired IP address from the boot parameters. Changes since V1: - introduced a much light qemu-intel.inc which only enables virtio Patrick Ohly (1): meta-intel: enable qemu and select more suitable virtual machine options conf/machine/include/meta-intel.inc | 7 +++++++ conf/machine/include/qemu-intel.inc | 16 ++++++++++++++++ conf/machine/include/qemuboot-intel.inc | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 conf/machine/include/qemu-intel.inc create mode 100644 conf/machine/include/qemuboot-intel.inc base-commit: 1d36b0c379d3e08507d07ada1ad277e0c99fb80d -- git-series 0.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
