On Feb 7, 2008 12:29 PM, Myles Watson myles@pel.cs.byu.edu wrote:
Coreboot-v3 calls the qemu board qemu-x86, but Coreboot-v2 calls it qemu-i386. I think that qemu-x86 should be the preferred name.
Does anyone have any reservations about the switch to qemu-x86 in Coreboot-v2?
I didn't think it would be so easy. Here is the patch, which will be followed by these svn commands:
svn mv targets/emulation/qemu-i386/ targets/emulation/qemu-x86 svn mv --force targets/emulation/qemu-i386/ targets/emulation/qemu-x86 svn mv --force src/mainboard/emulation/qemu-i386/ src/mainboard/emulation/qemu-x86 svn mv --force src/cpu/emulation/qemu-i386/ src/cpu/emulation/qemu-x86
The patch for buildrom is also pretty simple. If no one has objections to this one I'll submit that one too.
Myles
Signed-off-by: Myles Watson myles@pel.cs.byu.edu