aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/qemu
AgeCommit message (Collapse)Author
2011-01-14run-qemu.sh: Add new commandline arg to specify imageKhem Raj
* This was earlier hardcoded in the script so you needed to modify the script everytime you wanted a different image to boot Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-01run-qemu.sh: Use ext3 image instead of ext2 by default.Khem Raj
* Disable network boot by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-14contrib/qemu: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-13run-qemu.sh: Update docs / help outputTom Rini
- The old second argument is the third argument now, so change that. - Document the new second argument, libc - Update the arch list Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-27run-qemu.sh: Add new target mips64 and mips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-11run-qemu.sh: Add qemumipsel targetKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-30contrib/qemu/run-qemu.sh: Dont search for hdimage when doing a nfsbootKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09run-qemu.sh: Suppport option to boot into single user shell.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26run-qemu.sh: Pass libc as a parameter instead of modifying scriptKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16linux-2.6.33: Make 2.6.33 as default kernel for qemux86Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15machine/qemush4: Add new machine for SH4 on qemuKhem Raj
* Make improvements to run-qemu script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15qemuppc: Add new machine qemuppc running ppc on QEMU.Khem Raj
* Tested with DISTRO=minimal image=minimal-image * Adjust run-qemu.sh to use native-qemu and fix variables needed for powerpc run. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-01contrib: Add scripts to run qemuKhem Raj
* These scripts are tested on ubuntu and should run on debian like systems. * For networking to work it needs ethernet does not work on wireless. Signed-off-by: Khem Raj <raj.khem@gmail.com>