qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to


From: Dinah B
Subject: Re: [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works.
Date: Mon, 11 Dec 2023 01:02:58 -0500

Hi,

Due to extracting CPU features via a qmp command, it only works on qemu-system-* builds.
Building qmp for non system builds strikes me as extreme overkill so I need a way to exclude this from non system builds.
Or maybe there's a way to disentangle querying CPU features independent from the qom or qmp based data structures it's currently intertwined with.

Thanks,
-Dinah

On Tue, Nov 14, 2023 at 12:44 PM Markus Armbruster <armbru@redhat.com> wrote:
Dinah B <dinahbaum123@gmail.com> writes:

> Hi,
>
> Is there a way to distinguish between qemu-system-* vs qemu-* builds?
> At first I thought #CONFIG_LINUX_USER might be it but not all non-mmu
> builds set this.

What are you trying to accomplish?


reply via email to

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