update to qemu v2.9.0! rand_check.c, init_forward.sh

This commit is contained in:
Ciro Santilli
2017-10-07 04:11:08 +01:00
parent 88cd83cd02
commit 62976c688b
6 changed files with 51 additions and 5 deletions

View File

@@ -6,7 +6,3 @@ We use it to for things like:
- customized configuration files
- userland module test scripts
Most tests correspond clearly to a given kernel module, but the following ones don't:
- [gpio](gpio.sh)

6
rootfs_overlay/init_forward.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Failed attempt at debugging /init, because:
# init must be run as pid 1
# Is this just a random BusyBox sanity check?
# - https://stackoverflow.com/questions/35019995/strace-init-process-pid-1-in-linux
/sbin/init "$@"