Commit Graph

13 Commits

Author SHA1 Message Date
Giacomo Tesio be4f2df614 runOver9P.sh: add reminder for debugging `ufs` 2020-01-17 02:03:11 +01:00
Giacomo Tesio 55c6d4dfb8 runOver9P.sh: remove empty line 2018-11-20 00:18:38 +01:00
Giacomo Tesio 3ad20858a4 devtools: fix usbDev in runOver0P.sh and runDisk.sh 2017-12-19 00:27:32 +01:00
Giacomo Tesio e286892bf9 fix #4 (really): use -device and -netdev options instead of -redir
The correct arguments to qemu are

	-netdev user,id=ethernet.0,hostfwd=tcp::5555-:1522,hostfwd=tcp::9999-:9,hostfwd=tcp::17010-:17010,hostfwd=tcp::17013-:17013
		to forward several host ports to the guests ports on ethernet.0
	-device rtl8139,netdev=ethernet.0
		to define the emulated hardware of ethernet.0

They are both required and the netdev's value of the -device option
must match the id's value of the -netdev option.
2017-09-04 22:56:36 +02:00
Giacomo Tesio 1c7d2a35fd fix #4: avoid qemu -redir option (thanks R41z) 2017-09-01 01:58:05 +02:00
Giacomo Tesio b7a9f208c3 QA.sh & runOver9P.sh: introduce qemu-user boot parameter 2017-08-30 23:15:17 +02:00
Giacomo Tesio 351dbedd8b runners: enable console at kernel command line 2017-07-31 01:03:22 +02:00
Giacomo Tesio 18592a0455 runOver9P.sh & syslinux.cfg: pass *acpi parameter 2017-07-19 01:22:56 +02:00
Giacomo Tesio f33c913574 Qemu runners: set -rtc clock=vm 2017-05-15 01:15:07 +02:00
Giacomo Tesio ded9ac9fb9 various fixes 2017-01-20 01:54:11 +01:00
Giacomo Tesio 7d54956ba2 make runDisk.sh and runOver9P.sh uniform 2017-01-19 23:36:01 +01:00
Giacomo Tesio 1ba806ca1b new development tools 2016-11-25 13:41:57 +00:00
Giacomo Tesio 0874dc3613 initial commit 2015-12-22 10:10:07 +00:00