summaryrefslogtreecommitdiffstats
path: root/hmp-commands-info.hx
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-09-10 18:48:34 +0200
committerDaniel P. Berrangé2021-11-02 16:55:13 +0100
commit3e11e0b2dd5b0ed98d129aeacf46276f3671b5f5 (patch)
treecc3d727b3e718ac8e12f4214bcc8e883670f10c9 /hmp-commands-info.hx
parentMerge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu... (diff)
downloadqemu-3e11e0b2dd5b0ed98d129aeacf46276f3671b5f5.tar.gz
qemu-3e11e0b2dd5b0ed98d129aeacf46276f3671b5f5.tar.xz
qemu-3e11e0b2dd5b0ed98d129aeacf46276f3671b5f5.zip
monitor: remove 'info ioapic' HMP command
This command was turned into a no-op four years ago in commit 0c8465440d50c18a7bb13d0a866748f0593e193a Author: Peter Xu <peterx@redhat.com> Date: Fri Dec 29 15:31:04 2017 +0800 hmp: obsolete "info ioapic" Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r--hmp-commands-info.hx15
1 files changed, 0 insertions, 15 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 4c966e8a6b..24c478aead 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -127,21 +127,6 @@ SRST
Show local APIC state
ERST
-#if defined(TARGET_I386)
- {
- .name = "ioapic",
- .args_type = "",
- .params = "",
- .help = "show io apic state",
- .cmd = hmp_info_io_apic,
- },
-#endif
-
-SRST
- ``info ioapic``
- Show io APIC state
-ERST
-
{
.name = "cpus",
.args_type = "",