Re: [PATCH v3 0/5] Generate x86 cpu features

2024-03-11 Thread Daniel P . Berrangé
On Mon, Mar 11, 2024 at 12:32:03PM +0100, Tim Wiederhake wrote: > On Tue, 2024-03-05 at 14:17 +, Daniel P. Berrangé wrote: > > > Looking at this fresh, I'm left wondering why I didn't suggested > > > using 'QMP' to expose this information when reviewing the earlier > > > versions. I see Igor

Re: [PATCH v3 0/5] Generate x86 cpu features

2024-03-11 Thread Tim Wiederhake
On Tue, 2024-03-05 at 14:17 +, Daniel P. Berrangé wrote: > > On Tue, Feb 06, 2024 at 02:47:34PM +0100, Tim Wiederhake wrote: > > > > Synchronizing the list of cpu features and models with qemu is > > > > a > > > > recurring > > > > task in libvirt. For x86, this is done by reading > > > >

Re: [PATCH v3 0/5] Generate x86 cpu features

2024-03-05 Thread Daniel P . Berrangé
On Tue, Feb 06, 2024 at 02:47:34PM +0100, Tim Wiederhake wrote: > Synchronizing the list of cpu features and models with qemu is a recurring > task in libvirt. For x86, this is done by reading qom-list-properties for > max-x86_64-cpu and manually filtering out everthing that does not look like > a

Re: [PATCH v3 0/5] Generate x86 cpu features

2024-03-04 Thread Tim Wiederhake
ping On Tue, 2024-02-06 at 14:47 +0100, Tim Wiederhake wrote: > Synchronizing the list of cpu features and models with qemu is a > recurring > task in libvirt. For x86, this is done by reading qom-list-properties > for > max-x86_64-cpu and manually filtering out everthing that does not > look

[PATCH v3 0/5] Generate x86 cpu features

2024-02-06 Thread Tim Wiederhake
Synchronizing the list of cpu features and models with qemu is a recurring task in libvirt. For x86, this is done by reading qom-list-properties for max-x86_64-cpu and manually filtering out everthing that does not look like a feature name, as well as parsing target/i386/cpu.c for cpu models.