[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/8] hmp command IO- and Local APIC dump state
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 0/8] hmp command IO- and Local APIC dump state |
Date: |
Fri, 19 Jun 2015 08:56:16 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 06/19/2015 08:48 AM, Denis V. Lunev wrote:
> Added the hmp command to query IO- and Local APIC registers state,
> it can be very useful to identify problems related to the emulation devices.
Will there ever be a desire to expose this via QMP, or is it really a
debugging aid unlikely to be used by QMP management applications? (We
do have other such HMP-only commands like 'p' and 'x', but it's always
worth asking).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 1/8] apic_internal.h: move apic_get_bit(), apic_set_bit() to apic_internal.h, (continued)
- [Qemu-devel] [PATCH 1/8] apic_internal.h: move apic_get_bit(), apic_set_bit() to apic_internal.h, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 6/8] ioapic_internal.h: added more constants, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 2/8] apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 5/8] hmp: added local apic dump state, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 7/8] hmp: added io apic dump state, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 8/8] hmp: implemented io apic dump state for emulator, Denis V. Lunev, 2015/06/19
- [Qemu-devel] [PATCH 4/8] apic_internal.h: Fix formatting and drop unused consts, Denis V. Lunev, 2015/06/19
- Re: [Qemu-devel] [PATCH 0/8] hmp command IO- and Local APIC dump state,
Eric Blake <=