qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] system/vl.c: do not allow mixed -accel opts


From: Paolo Bonzini
Subject: Re: [PATCH 1/2] system/vl.c: do not allow mixed -accel opts
Date: Mon, 1 Jul 2024 18:23:32 +0200

On Mon, Jul 1, 2024 at 5:53 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
> > We use '-accel kvm -accel tcg' to allow kvm to fail (e.g. no /dev/kvm 
> > permission) and proceed with tcg.
> >
> > This patch will cause testsuite failures.
>
> For the issue I want to fix patch 2 alone is enough. I'll re-send.

It doesn't; it effectively changes '-accel kvm -accel tcg' to just
'-accel tcg'.  This is why you didn't see any failures, I think.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]