mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hmp: obsolete "info ioapic"
Let's start to use "info pic" just like other platforms. For now we keep the command for a while so that old users can know what is the new command to use. Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20171229073104.3810-6-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cce5405e0e
commit
0c8465440d
4 changed files with 2 additions and 29 deletions
|
@ -658,12 +658,8 @@ void hmp_info_local_apic(Monitor *mon, const QDict *qdict)
|
|||
|
||||
void hmp_info_io_apic(Monitor *mon, const QDict *qdict)
|
||||
{
|
||||
if (kvm_irqchip_in_kernel() &&
|
||||
!kvm_irqchip_is_split()) {
|
||||
kvm_ioapic_dump_state(mon, qdict);
|
||||
} else {
|
||||
ioapic_dump_state(mon, qdict);
|
||||
}
|
||||
monitor_printf(mon, "This command is obsolete and will be "
|
||||
"removed soon. Please use 'info pic' instead.\n");
|
||||
}
|
||||
|
||||
SevInfo *qmp_query_sev(Error **errp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue