qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] add "info ioapic" monitor command


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] add "info ioapic" monitor command
Date: Wed, 30 Dec 2009 16:49:01 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0

On 12/30/2009 08:26 AM, Gleb Natapov wrote:
On Wed, Dec 30, 2009 at 08:16:30AM -0600, Anthony Liguori wrote:
On 12/30/2009 03:27 AM, Gleb Natapov wrote:
On Tue, Dec 29, 2009 at 08:00:09PM -0600, Anthony Liguori wrote:
On 12/24/2009 09:02 AM, Gleb Natapov wrote:
Knowing ioapic configuration is very useful for the poor soles
how need to debug guest occasionally.

Can this be implemented in terms of VMState?

What do you mean and why it whould be any better?

We've been discussing having a command that's something like
'info-device ioapic' that would dump the device state based on
what's stored in VMState for the device.

The advantage of a command like this is that it works for any qdev
device making it much more useful.

The disadvantage is that at the moment, we store ioredtbl as an
array of uint64s.  To get the level of info you're looking for we
would need to teach VMState how to decode this structure.


So this is completely orthogonal to my patch. There are devices already
that have info command.

The other commands were added before we had the ability to do it right. Now we can do it right and there's really no reason not to.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]