Re: [XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"

2021-05-10 Thread Anthony PERARD
On Wed, Apr 28, 2021 at 12:53:12PM -0400, Jason Andryuk wrote: > On Fri, Apr 23, 2021 at 12:16 PM Anthony PERARD > wrote: > > +static int qmp_parse_query_cpus_fast(libxl__gc *gc, > > + libxl_domid domid, > > + const

Re: [XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"

2021-04-28 Thread Jason Andryuk
On Fri, Apr 23, 2021 at 12:16 PM Anthony PERARD wrote: > > We use the deprecated QMP command "query-cpus" which is removed in the > QEMU 6.0 release. There's a replacement which is "query-cpus-fast", > and have been available since QEMU 2.12 (April 2018). > > This patch try the new command first

[XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"

2021-04-23 Thread Anthony PERARD
We use the deprecated QMP command "query-cpus" which is removed in the QEMU 6.0 release. There's a replacement which is "query-cpus-fast", and have been available since QEMU 2.12 (April 2018). This patch try the new command first and when the command isn't available, it fall back to the