Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autodetect KVM | Phil Wise | 2017-11-16 | 1 | -1/+5 |
| | | | | | | | | | | | Autodetect KVM by using the 'kvm-ok' command line tool. This has two benefits: Firstly, it improves the UX of run-qemu-ota when working on machines without KVM (e.g. AWS). Previously, people had to use the --no-kvm option in these cases. Secondary, it makes oe-selftest usable on machines without KVM. Our tests call run-qemu-ota, and we want to able to run them on machines without KVM. | ||||
* | Remove unused import, break long lines | Phil Wise | 2017-11-16 | 1 | -2/+5 |
| | |||||
* | Refactor QemuCommand class into its own file/module. | Patrick Vacek | 2017-11-13 | 1 | -116/+2 |
| | |||||
* | Fix race condition in run-qemu-ota | Anton Gerasimov | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Make it easier to build from branches and run a specific image | Phil Wise | 2017-09-13 | 1 | -3/+7 |
| | | | | | | | | | | Is is now easy to build a specific branch by adding the following line to local.conf BRANCH_pn-aktualizr = "mybranchname" Also, the run-qemu-ota script can also take a path to an image file, which is useful for long-term test images. | ||||
* | PRO-3923 Add persistence option to run-qemu script | Jon Oster | 2017-09-05 | 1 | -2/+25 |
| | |||||
* | Copy run-qemu script over from meta-updater-qemux86-64 | Phil Wise | 2017-07-20 | 1 | -0/+150 |
Also remove old bash scripts for running inside qemu |