|
0f569c88cc
|
Move out dmesg cleaning from run
|
2018-10-07 14:29:31 +00:00 |
|
|
e1ffda19d2
|
Simplify CentOS docker files
|
2018-10-07 14:18:18 +00:00 |
|
|
65a34d8ec8
|
Add vagrant file for generate centos image
|
2018-10-07 12:52:33 +00:00 |
|
|
6991877493
|
Add example kernel exploit skeleton
|
2018-10-07 12:08:31 +00:00 |
|
|
97842d8753
|
Add example kernel module
|
2018-10-07 10:48:25 +00:00 |
|
|
0e03daf21c
|
Now default source path is current working directory
|
2018-10-07 08:44:51 +00:00 |
|
|
e1a3de5d05
|
Must return after found one supported kernel
|
2018-10-07 08:44:20 +00:00 |
|
|
46122397b5
|
{artifact,distro}Type unmarshalling
|
2018-10-07 08:28:31 +00:00 |
|
|
dfcd11c549
|
Add quotes to toml config
|
2018-10-07 08:07:43 +00:00 |
|
|
ce0fc1c10d
|
Add symbolic links to Ubuntu images
|
2018-10-07 08:02:23 +00:00 |
|
|
71c0395f62
|
Fix kernel generation for Ubuntu 14.04
|
2018-10-06 21:35:24 +00:00 |
|
|
335d4e8211
|
Add vagrant vbguest plugin to readme
|
2018-10-06 20:01:27 +00:00 |
|
|
f579303bb9
|
Guarantee remove previous ssh config values
|
2018-10-06 19:56:12 +00:00 |
|
|
792ad78b15
|
Basic implementation of out-of-tree util
|
2018-10-06 19:25:03 +00:00 |
|
|
153b556bc5
|
Generate images for trusty, xenial, bionic
|
2018-10-06 18:21:58 +00:00 |
|
|
a06ccea904
|
Rewrite rc.local, not append
|
2018-10-06 18:15:29 +00:00 |
|
|
0f24022b95
|
Fix image/kernel/initrd names
|
2018-10-06 17:48:53 +00:00 |
|
|
33fe9ed78d
|
Generate kernels.toml in kernel-factory bootstrap
|
2018-10-06 17:47:13 +00:00 |
|
|
847c934bda
|
Stop qemu if kernel panic occurs
|
2018-10-06 14:00:48 +00:00 |
|
|
6670cd544b
|
Implements async ssh commands
|
2018-10-06 14:00:31 +00:00 |
|
|
335fb038a4
|
Allow access to qemu log while VM is running
|
2018-10-06 12:47:09 +00:00 |
|
|
865de3b1a9
|
Supress minor scp errors
|
2018-10-06 12:46:11 +00:00 |
|
|
4e898b421a
|
Add script for generate kernels with docker
|
2018-10-06 06:37:54 +00:00 |
|
|
a662e77f48
|
Fix initrd name/mask
|
2018-10-05 21:22:42 +00:00 |
|
|
9aded6e1f1
|
Install libelf-dev for CONFIG_STACK_VALIDATION
|
2018-10-05 20:50:59 +00:00 |
|
|
9cf5e1ff33
|
Install development tools in docker images
|
2018-10-05 20:37:22 +00:00 |
|
|
6a6ccfe728
|
Ignore .vagrant directory
|
2018-10-05 20:36:44 +00:00 |
|
|
56175eb4ed
|
Add README.md
|
2018-10-05 07:47:49 +00:00 |
|
|
bedc20d6c3
|
github.com/jollheef/go-qemu-kernel -> github.com/jollheef/out-of-tree/qemu
|
2018-10-05 07:34:10 +00:00 |
|
|
f386b5d805
|
Add TODO for qemu-debian-img
|
2018-10-05 06:54:46 +00:00 |
|
|
997d6e24d3
|
Add docker files for build environment and generation of kernels
|
2018-10-05 03:36:08 +00:00 |
|
|
308808cc59
|
Remove qemu timeout from test itself (must be from test framework)
|
2018-09-25 16:47:42 +00:00 |
|
|
0053f56b6f
|
Use real kernel path for some tests
|
2018-09-22 14:00:49 +00:00 |
|
|
5bd995a66e
|
Add usage example
|
2018-09-22 13:54:45 +00:00 |
|
|
8649c791ea
|
Implements insmod kernel module from local file
|
2018-09-22 13:18:25 +00:00 |
|
|
623a7f08c1
|
Parallel run for longtests
|
2018-09-22 12:59:01 +00:00 |
|
|
a7ecd80784
|
Implements copying executable then run it on qemu
|
2018-09-22 12:44:34 +00:00 |
|
|
737eee67e0
|
Implements copying files from host machine to qemu
|
2018-09-22 12:18:01 +00:00 |
|
|
bb8a0a013b
|
Implements initrd support
|
2018-09-22 10:43:29 +00:00 |
|
|
32c91bc0ba
|
Use one CPU by default
|
2018-09-22 10:13:58 +00:00 |
|
|
ac6dc96d69
|
Implements timeout for qemu
|
2018-09-22 07:28:08 +00:00 |
|
|
a33d658001
|
Use configuration file for tests instead of hardcoded kernel/qcow2 path
|
2018-09-21 01:00:17 +00:00 |
|
|
ab7a1d5d75
|
Vagrant configuration for bootstrap debian/ubuntu images
|
2018-09-21 00:17:56 +00:00 |
|
|
663407b241
|
Use HVF on macOS
|
2018-09-21 00:13:29 +00:00 |
|
|
2acf22802e
|
Use 127.0.0.0/8 only on linux
|
2018-09-20 23:47:36 +00:00 |
|
|
667c42a8c6
|
Move qemu init for tests to separate function
|
2018-09-20 23:45:46 +00:00 |
|
|
5c31812089
|
Implements executing of commands on qemu system
|
2018-09-19 07:00:12 +00:00 |
|
|
dfc1f64841
|
Save forwarded ssh port
|
2018-09-19 06:18:05 +00:00 |
|
|
a41de84157
|
Correct qemu arguments
|
2018-09-19 06:13:28 +00:00 |
|
|
e923c7c3c8
|
Qemu debian image generator
|
2018-09-19 05:09:53 +00:00 |
|