On 10/28/20 7:02 AM, Thomas Huth wrote:
> On 27/10/2020 11.21, Philippe Mathieu-Daudé wrote:
>> From: Alexander von Gluck IV
>>
...
>> +class HaikuVM(basevm.BaseVM):
>> +name = "haiku"
>> +arch = "x86_64"
>> +
>> +link =
>> "https://app.vagrantup.com/haiku-os/boxes/r1beta2-x86_64/vers
On 27/10/2020 11.21, Philippe Mathieu-Daudé wrote:
> From: Alexander von Gluck IV
>
> Signed-off-by: Alexander von Gluck IV
> [PMD: Avoid recreating the image each time]
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tests/keys/vagrant| 27 +
> tests/keys/vagrant.pub| 1
From: Alexander von Gluck IV
Signed-off-by: Alexander von Gluck IV
[PMD: Avoid recreating the image each time]
Signed-off-by: Philippe Mathieu-Daudé
---
tests/keys/vagrant| 27 +
tests/keys/vagrant.pub| 1 +
tests/vm/Makefile.include | 3 +-
tests/vm/basevm.py|