[elbe-devel] [PATCH v2 3/3] initvm: Prevent trying old kvm interpreter names
Bastian Germann
bage at linutronix.de
Thu Jun 30 16:36:57 CEST 2022
Am 30.06.22 um 16:33 schrieb John Ogness:
> On 2022-06-30, Bastian Germann <bage at linutronix.de> wrote:
>> diff --git a/debian/control b/debian/control
>> index 8ecbed5dc1..bbeb4eb97e 100644
>> --- a/debian/control
>> +++ b/debian/control
>> @@ -87,7 +87,7 @@ Depends: ${misc:Depends},
>> python3-elbe-bin (= ${binary:Version}),
>> python3-elbe-control (= ${binary:Version}),
>> qemu-utils,
>> - qemu-kvm,
>> + qemu-system-x86,
>
> I realize that there is much more work needed to allow elbe/kvm to run
> on another arch (for example, aarch64), but hard-coding x86 as the
> package dependency seems to be a strong step towards an x86-only future
> for the initvm.
>
> John Ogness
Should I make it "qemu-system-x86 | qemu-kvm"?
This is okay as the virtual pkg is only an alternative.
More information about the elbe-devel
mailing list