Commit Graph

8 Commits

Author SHA1 Message Date
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 351dbedd8b runners: enable console at kernel command line 2017-07-31 01:03:22 +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