kumquat-buildroot/board/qemu/x86
Gustavo Zacarias 122d613b57 configs/qemu: specify drive image file format (raw)
Specify that the drive image file format is raw to avoid warnings and
restrictions.
Also switch to -drive syntax for all configs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-12-04 21:26:56 +01:00
..
linux-4.3.config configs/qemu: bump x86 to 4.3 kernel 2015-11-17 21:20:44 +01:00
readme.txt configs/qemu: specify drive image file format (raw) 2015-12-04 21:26:56 +01:00

Run the emulation with:

  qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide,format=raw -append root=/dev/sda -net nic,model=rtl8139 -net user

The login prompt will appear in the graphical window.

Tested with QEMU 2.3.0