[PATCH-for-10.1 v7 0/2] hw/core/machine: Display CPU model name in 'info cpus' command

Philippe Mathieu-Daudé posted 2 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715090624.52377-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/machine.json          | 3 +++
hw/core/machine-hmp-cmds.c | 4 +++-
hw/core/machine-qmp-cmds.c | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)
[PATCH-for-10.1 v7 0/2] hw/core/machine: Display CPU model name in 'info cpus' command
Posted by Philippe Mathieu-Daudé 4 months ago
Since v6 [*]:
- Expose QOM type name on QMP (instead of model name)

(R-b tags kept)

[*] https://lore.kernel.org/qemu-devel/20250703173248.44995-2-philmd@linaro.org/

Philippe Mathieu-Daudé (2):
  qapi/machine: Add @qom-type field to CpuInfoFast structure
  hw/core/machine: Display CPU model name in 'info cpus' command

 qapi/machine.json          | 3 +++
 hw/core/machine-hmp-cmds.c | 4 +++-
 hw/core/machine-qmp-cmds.c | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

-- 
2.49.0


Re: [PATCH-for-10.1 v7 0/2] hw/core/machine: Display CPU model name in 'info cpus' command
Posted by Philippe Mathieu-Daudé 4 months ago
On 15/7/25 11:06, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (2):
>    qapi/machine: Add @qom-type field to CpuInfoFast structure
>    hw/core/machine: Display CPU model name in 'info cpus' command

Queued, thanks.