qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v8 13/13] dump: add 'query-dump-guest-memory-cap


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH v8 13/13] dump: add 'query-dump-guest-memory-capability' command
Date: Mon, 10 Feb 2014 23:02:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

On 02/10/14 20:10, Luiz Capitulino wrote:
> On Tue, 28 Jan 2014 14:22:06 +0800
> qiaonuohan <address@hidden> wrote:
> 
>> 'query-dump-guest-memory-capability' is used to query whether option 'format'
>> is available for 'dump-guest-memory' and the available format. The output
>> of the command will be like:
>>
>> -> { "execute": "query-dump-guest-memory-capability" }
>> <- { "return": {
>>         "format-option": "optional",
>>         "capabilities": [
>>             {"available": true, "format": "elf"},
>>             {"available": true, "format": "kdump-zlib"},
>>             {"available": true, "format": "kdump-lzo"},
>>             {"available": true, "format": "kdump-snappy"}
>>         ]
>>     }
> 
> I don't want to hold this series anymore, this series is long and I know it
> took you and Laszlo's a long time to get it right. On the other hand we can't
> allow every single command to have its own introspection protocol.
> 
> I think I'm fine accepting this one now, as long as it's fine for libvirt
> too. Eric, can you confirm this please?

We discussed this before, and Eric participated. In fact the custom
introspection was one of his recommendations.

http://thread.gmane.org/gmane.comp.emulators.qemu/221270/focus=246650

(Which I agreed with because it would give us the most independence.)

Of course I'm not trying to imply that this one specific interface will
doubtlessly serve all of libvirt's needs wrt. the kdump feature. We
certainly need Eric to sign off on that.

Thanks,
Laszlo




reply via email to

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