]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: correctly set format for root FS as raw
authorCristian Iorga <cristian.iorga@intel.com>
Mon, 29 Jun 2015 15:03:11 +0000 (18:03 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:03:14 +0000 (23:03 +0100)
commit6f7144ebe2da4c72ef58280e034b2cc75331a471
treee31e6e1e32f9bf857d231eaaa834064df83e8eab
parentdf96b8895457deeeffc00e849118f2ac6d352e1e
runqemu-internal: correctly set format for root FS as raw

qemu guesses via probing the format of root FS, but
gives a warning and restricts write operations on block 0.
Fix it by setting correctly the format as raw for more
machines and non-KVM machines.
In some cases, replaced the way machine disk is set for qemu.

Fix for [YOCTO #7918]

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu-internal