aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qemu: show signal when failingJason A. Donenfeld2019-06-181-3/+14
|
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* qemu: show log if process crashesJason A. Donenfeld2018-07-241-10/+16
|
* qemu: more granular memleak detectionJason A. Donenfeld2018-02-121-2/+15
|
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* qemu: more debuggingJason A. Donenfeld2017-11-101-0/+6
|
* qemu: check for memory leaksJason A. Donenfeld2017-11-101-0/+24
|
* qemu: allow for cross compilationJason A. Donenfeld2017-10-311-38/+46
|
* qemu: phase out bitbangingJason A. Donenfeld2017-10-171-27/+3
| | | | | | | Although I was secretly proud of having figured out these unholy hacks, it turns out -no-reboot lets us do things in a platform-independent way. Suggested-by: Jann Horn <jann@thejh.net>
* qemu: open /dev/console if we're started earlyJason A. Donenfeld2017-10-171-3/+19
|
* qemu: simplify shutdownJason A. Donenfeld2017-10-171-4/+2
| | | | | Now that we have the watchdog, killing the watchdog process is another way of shutting down.
* global: satisfy bitshift pedantryJason A. Donenfeld2017-10-031-1/+1
| | | | Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* qemu: add watchdog for not hanging on oopsJason A. Donenfeld2017-10-021-1/+22
|
* global: wireguard.io --> wireguard.comJason A. Donenfeld2017-07-201-1/+1
| | | | | Due to concerns with the .io TLD, we are switching to using wireguard.com instead.
* qemu: work on ARM64Jason A. Donenfeld2017-04-141-0/+4
|
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
|
* tests: make sure ncat gets killedJason A. Donenfeld2016-12-041-7/+6
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-0/+2
|
* main: add version to dmesgJason A. Donenfeld2016-11-211-1/+1
|
* qemu: fail if module selftests failJason A. Donenfeld2016-11-051-2/+12
|
* qemu: move marker to top and flushJason A. Donenfeld2016-11-051-3/+3
|
* qemu: work around termio race conditionJason A. Donenfeld2016-11-051-1/+6
|
* qemu: enhancementsJason A. Donenfeld2016-08-171-22/+94
|
* tests: use makefile and expand greatlyJason A. Donenfeld2016-08-081-0/+110