Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-30 Thread Claudio Fontana
On 6/30/22 12:20, Daniel P. Berrangé wrote: > On Thu, Jun 30, 2022 at 12:14:36PM +0200, Claudio Fontana wrote: >> On 6/9/22 14:52, Dr. David Alan Gilbert wrote: >>> * Daniel P. Berrangé (berra...@redhat.com) wrote: On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: > Hello al

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-30 Thread Daniel P . Berrangé
On Thu, Jun 30, 2022 at 12:14:36PM +0200, Claudio Fontana wrote: > On 6/9/22 14:52, Dr. David Alan Gilbert wrote: > > * Daniel P. Berrangé (berra...@redhat.com) wrote: > >> On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: > >>> Hello all, > >>> > >>> it would be really good to be ab

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-30 Thread Claudio Fontana
On 6/9/22 14:52, Dr. David Alan Gilbert wrote: > * Daniel P. Berrangé (berra...@redhat.com) wrote: >> On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: >>> Hello all, >>> >>> it would be really good to be able to rely on this command or something >>> similar, >>> to be able to know

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-09 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: > > Hello all, > > > > it would be really good to be able to rely on this command or something > > similar, > > to be able to know the approximate size of a migration before starti

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-09 Thread David Hildenbrand
On 09.06.22 12:19, Daniel P. Berrangé wrote: > On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: >> Hello all, >> >> it would be really good to be able to rely on this command or something >> similar, >> to be able to know the approximate size of a migration before starting it. >> >

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-09 Thread Daniel P . Berrangé
On Thu, Jun 09, 2022 at 12:07:31PM +0200, Claudio Fontana wrote: > Hello all, > > it would be really good to be able to rely on this command or something > similar, > to be able to know the approximate size of a migration before starting it. > > in QEMU ram_bytes_total() returns what I would lik

Re: [PULL 15/18] qapi: introduce x-query-ramblock QMP command

2022-06-09 Thread Claudio Fontana
Hello all, it would be really good to be able to rely on this command or something similar, to be able to know the approximate size of a migration before starting it. in QEMU ram_bytes_total() returns what I would like to have, but there is currently no QMP way to get it without starting a migrat

[PULL 15/18] qapi: introduce x-query-ramblock QMP command

2021-11-02 Thread Daniel P . Berrangé
This is a counterpart to the HMP "info ramblock" command. It is being added with an "x-" prefix because this QMP command is intended as an adhoc debugging tool and will thus not be modelled in QAPI as fully structured data, nor will it have long term guaranteed stability. The existing HMP command i