aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-10-02Use readonly=on for EFI flash deviceHEADmasterMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <maz@kernel.org>
2021-06-24Add license blurbMarc Zyngier2-0/+364
Just in case there was any doubt, this is all GPLv2 crap. Signed-off-by: Marc Zyngier <maz@kernel.org>
2021-06-24Fix 32bit documentationMarc Zyngier1-2/+2
32bit EFI has been available for quite a long time, but that was never reflected here. Do so. Signed-off-by: Marc Zyngier <maz@kernel.org>
2021-02-06build-cd-image: Add PRESEED_PATH option for alternative pressed fileMarc Zyngier2-2/+7
Signed-off-by: Marc Zyngier <maz@kernel.org>
2021-02-06runinstallvm: Add TEMPLATE option for self-contained installMarc Zyngier2-1/+7
Signed-off-by: Marc Zyngier <maz@kernel.org>
2021-01-26Don't ask about restarting daemonsMarc Zyngier1-0/+4
Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-06-08runefivm: Allow multiple tap interfacesMarc Zyngier2-36/+52
Allow multiple interfaces by passing them as a colon-separated list in the NETIF variable: NETIF="tap0:tap1" Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-05-24runinstallvm: Fix image pathMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-05-24runefivm: Use gic-version instead of gic_versionMarc Zyngier1-1/+1
The latter used to work, but has been removed from QEMU 5.0. Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-05-24runefivm: Use AIO and don't cache disk accessesMarc Zyngier1-1/+1
Host-side caching is silly, let's not do that. Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-05-24build-cd-image: Always pick the last kernelMarc Zyngier1-1/+1
Fixes the Debian armhf image. Signed-off-by: Marc Zyngier <maz@kernel.org>
2019-11-23runefivm: Don't hardcode QEMU binaryMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <maz@kernel.org>
2019-08-18preseed: Halt VM after rebootMarc Zyngier1-1/+3
Signed-off-by: Marc Zyngier <maz@kernel.org>
2019-05-19Add WITHDTB configuration variableMarc Zyngier1-0/+5
Allows the guest to be run with a specific DTB instead of the one generated with QEMU. It still has to match the HW somehow... Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2019-05-19Add DUMPDTB configuration variableMarc Zyngier1-0/+6
DUMPDTB allows the guest's DTB to be dumped to a file. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2019-05-19Allow TCG instead of mandating KVMMarc Zyngier1-1/+3
Now parses ACCEL and CPUTYPE variables, so that a guest can be run using TCG (ACCEL=tcg CPUTYPE=cortex-a57, for example). Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-13doc: Add Fedora 26 as a supported imageMarc Zyngier1-5/+15
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-13build-cd-image: Allow generation of kickstarted Fedora imagesMarc Zyngier2-4/+70
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-13build-cd-image: Fix vmlinux path checkMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-04runinstallvm: Add SIZE parameter for block deviceMarc Zyngier2-1/+4
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-04runinstallvm: Generate files in place if KEEPME is setMarc Zyngier1-11/+13
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-04First attempt at some documentationMarc Zyngier1-0/+90
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-04runefivm: Allow no EFI variables to be providedMarc Zyngier1-3/+6
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-04runefivm: Allow no disk to be configuredMarc Zyngier1-3/+7
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03runinstallvm: Keep VM around if requiredMarc Zyngier1-0/+14
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03Add required tmp directoryMarc Zyngier1-0/+5
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03runefivm: Allow no networking at allMarc Zyngier1-1/+5
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03runefivm: Improve qemu version parsingMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03preseed: Add non-free and contribMarc Zyngier1-2/+2
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03preseed: Set locale as en_GB.UTF-8Marc Zyngier1-2/+2
Not to everybody's taste, but I don't care. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-07-03build-cd-image: Remove dependency on bsdtarMarc Zyngier1-13/+15
bsdtar doesn't seem to cope with the latest Debian images, and xorriso does everything we need anyway. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-05-22Communicate RAM amount to guestMarc Zyngier1-1/+1
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-05-11Initial dropMarc Zyngier4-0/+593
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>