summaryrefslogtreecommitdiffstats
path: root/board/qemu/x86_64/readme.txt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-07-07 19:34:07 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-08 08:30:44 +0200
commit332687c8fdf9720dd7ccfe188a38a353def88c0b (patch)
tree0e4fa321193b6c038095f3eb28c7338bbc4dc4f2 /board/qemu/x86_64/readme.txt
parent0fbee81a64c7f0d572e2084212b9db7cef2a6def (diff)
downloadbuildroot-novena-332687c8fdf9720dd7ccfe188a38a353def88c0b.tar.gz
buildroot-novena-332687c8fdf9720dd7ccfe188a38a353def88c0b.zip
configs/qemu: bump relevant config versions
While at it add the missing network interfaces to configurations that support it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/x86_64/readme.txt')
-rw-r--r--board/qemu/x86_64/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt
index 6c8185321..f5a3a127b 100644
--- a/board/qemu/x86_64/readme.txt
+++ b/board/qemu/x86_64/readme.txt
@@ -1,7 +1,7 @@
Run the emulation with:
- qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+ qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda -net nic,model=rtl8139 -net user
The login prompt will appear in the graphical window.
-Tested with QEMU 1.4.0
+Tested with QEMU 1.4.2