Chris Larson reported that the previous fix to automatically disable kvm support in qemu-native didn't work for him on CentOS 5.4 - he needed to explicitly add --disable-kvm rather than just omit --enable-kvm. Although 5.4 is quite old by now if it doesn't cause any harm (and it causes no ill effects on CentOS 5.7) given the trivial nature of the patch I figured it was worthwhile.
The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:09 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/qemu-kvm2 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qemu-kvm2 Paul Eggleton (1): qemu: explicitly disable kvm support for native without kvm header meta/recipes-devtools/qemu/qemu.inc | 2 +- meta/recipes-devtools/qemu/qemu_0.14.0.bb | 2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
