qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus comman


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command
Date: Tue, 12 May 2015 12:47:36 -0300
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, May 12, 2015 at 05:38:37PM +0200, Markus Armbruster wrote:
[...]
> > @@ -699,8 +701,9 @@
> >  #        data is sent to the client, the guest may no longer be halted.
> >  ##
> >  { 'struct': 'CpuInfo',
> > -  'data': {'CPU': 'int', 'current': 'bool', 'halted': 'bool', '*pc': 'int',
> > -           '*nip': 'int', '*npc': 'int', '*PC': 'int', 'thread_id': 'int'} 
> > }
> > +  'data': {'CPU': 'int', 'current': 'bool', 'halted': 'bool', 'qom_path': 
> > 'str',
> 
> Long line.

It has exactly 80 characters.

-- 
Eduardo



reply via email to

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