qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH 0/2] hmp: support querying lapic through
@ 2017-07-21  7:38 Yi Wang
  2017-07-21  7:38 ` [Qemu-devel] [PATCH 1/2] [PATCH] hmp: dump ids including socket-id, core-id and so on for 'info registers' Yi Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yi Wang @ 2017-07-21  7:38 UTC (permalink / raw)
  To: dgilbert, armbru, pbonzini, rth, ehabkost, 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.

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  |  6 +++---
 include/qom/cpu.h     | 12 ++++++++++++
 monitor.c             |  1 +
 qom/cpu.c             | 10 ++++++++++
 target/i386/cpu.c     |  1 +
 target/i386/cpu.h     | 11 +++++++++++
 target/i386/helper.c  | 29 +++++++++++++++++++++++++++++
 target/i386/monitor.c |  9 ++++++++-
 8 files changed, 75 insertions(+), 4 deletions(-)

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-21  7:38 [Qemu-devel] [PATCH 0/2] hmp: support querying lapic through Yi Wang
2017-07-21  7:38 ` [Qemu-devel] [PATCH 1/2] [PATCH] hmp: dump ids including socket-id, core-id and so on for 'info registers' Yi Wang
2017-07-21 13:24   ` Igor Mammedov
2017-07-21  7:38 ` [Qemu-devel] [PATCH 2/2] [PATCH] hmp: allow apic-id for "info lapic" Yi Wang
2017-07-21 19:40   ` Eduardo Habkost
2017-07-21  7:39 ` [Qemu-devel] [PATCH 0/2] hmp: support querying lapic through no-reply
2017-07-27 12:49 ` no-reply

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).