qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] hmp: support querying lapic through apic-id for 'info lapic'
@ 2017-07-26  6:18 Yi Wang
  2017-07-26  6:18 ` no-reply
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Yi Wang @ 2017-07-26  6:18 UTC (permalink / raw)
  To: dgilbert, armbru, pbonzini, rth, ehabkost, imammedo, qemu-devel
  Cc: wang.yi59, Liu.Jianjun3, liu.yunh

This series add support querying local apic through apic-id for 'info
lapic'.
As cpu_index will not be used afterwards, so extend 'info registers'
firstly to get apic-id through monitor commands.

v1 -> v2:
 * PATCH 01: Make the code simpler [Igor]
 * PATCH 02: use cpu_by_arch_id() to obtain CPU [Eduardo]

Yi Wang (2):
  hmp: dump ids including socket-id, core-id and so on for 'info registers'
  hmp: allow apic-id for "info lapic"

 hmp-commands-info.hx  |  7 ++++---
 include/qom/cpu.h     | 10 ++++++++++
 qom/cpu.c             | 11 ++++++++---
 target/i386/helper.c  |  8 ++++++++
 target/i386/monitor.c | 10 +++++++++-
 5 files changed, 39 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-07-27 16:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26  6:18 [Qemu-devel] [PATCH v2 0/2] hmp: support querying lapic through apic-id for 'info lapic' Yi Wang
2017-07-26  6:18 ` no-reply
2017-07-26  6:18 ` [Qemu-devel] [PATCH v2 1/2] hmp: dump ids including socket-id, core-id and so on for 'info registers' Yi Wang
2017-07-26 14:01   ` Eduardo Habkost
2017-07-26 14:27     ` Igor Mammedov
2017-07-26 17:50       ` Eduardo Habkost
2017-07-27 15:12         ` Igor Mammedov
2017-07-27 16:46           ` Eduardo Habkost
2017-07-26 14:29   ` Igor Mammedov
2017-07-26  6:18 ` [Qemu-devel] [PATCH v2 2/2] hmp: allow apic-id for "info lapic" Yi Wang
2017-07-26 17:36   ` Eduardo Habkost
2017-07-26 18:53     ` [Qemu-devel] [PATCH] cpu: cpu_by_arch_id() helper Eduardo Habkost
2017-07-26 18:53   ` [Qemu-devel] [PATCH v2 2/2] hmp: allow apic-id for "info lapic" Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).