aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-guestkernel
Commit message (Collapse)AuthorAgeFilesLines
* testing: Fix URL for kernel sourcesTobias Brunner2017-03-201-1/+1
|
* testing: Fix initial kernel buildTobias Brunner2015-07-311-2/+2
| | | | | | The directory does not exist yet if the kernel was never built. Fixes: a4a13d0be29b ("testing: Extract and patch each kernel version only once")
* testing: Do not overwrite kernel configuration if it already existsMartin Willi2015-07-121-1/+4
| | | | | This allows us to do changes to the kernel configuration using menuconfig and friends, and update the kernel with make-testing.
* testing: Extract and patch each kernel version only onceMartin Willi2015-07-121-8/+11
| | | | | | This allows us to do modifications to the kernel tree and rebuild that kernel using make-testing. We can even have a git kernel tree in a directory to do kernel development.
* testing: Fix kernel download URL for kernel versions != 4.xTobias Brunner2015-05-191-1/+1
|
* testing: Migration of KVM framework to Linux 4.x kernelAndreas Steffen2015-04-251-1/+1
|
* Starting with 3.1.7 kernel.org replaced bz2 with xz formatAndreas Steffen2014-01-151-1/+1
|
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-1/+0
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* Make test scripts callable from any pathReto Buerki2013-01-171-1/+3
|
* Test availability of required commandsReto Buerki2013-01-171-0/+2
|
* Rename build-umlkernel script to build-guestkernelReto Buerki2013-01-171-0/+46