Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to 'mapped' access mode for hostfs | Reto Buerki | 2013-01-17 | 1 | -11/+8 |
| | | | | | | | | | | | 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 path | Reto Buerki | 2013-01-17 | 1 | -2/+4 |
| | |||||
* | Export compile directory to guests | Reto Buerki | 2013-01-17 | 1 | -0/+3 |
| | | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory. | ||||
* | Create all images in $BUILDDIR/images | Reto Buerki | 2013-01-17 | 1 | -0/+1 |
| | |||||
* | Don't refer to recipes and images via $TESTDIR | Tobias Brunner | 2013-01-17 | 1 | -1/+1 |
| | | | | This way no symlink to the testing directory is required in $TESTDIR. | ||||
* | Make root image a clone of the base image | Reto Buerki | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Rename build-umlrootfs script to build-rootimg | Reto Buerki | 2013-01-17 | 1 | -0/+64 |