[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command
From: |
Peter Xu |
Subject: |
Re: [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command |
Date: |
Fri, 29 Oct 2021 10:02:06 +0800 |
On Thu, Oct 28, 2021 at 04:54:36PM +0100, Daniel P. Berrangé wrote:
> 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: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command, Daniel P . Berrangé, 2021/10/28
- Re: [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command,
Peter Xu <=
- [PATCH v4 02/22] monitor: make hmp_handle_error return a boolean, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 03/22] docs/devel: rename file for writing monitor commands, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 04/22] docs/devel: tweak headings in monitor command docs, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 05/22] docs/devel: update error handling guidance for HMP commands, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 06/22] monitor: introduce HumanReadableText and HMP support, Daniel P . Berrangé, 2021/10/28