Re: [PATCH v2 0/7] qemu: remove support for query-cpus

2022-08-08 Thread Pavel Hrdina
On Mon, Aug 08, 2022 at 05:15:01PM +0200, Paolo Bonzini wrote: > The query-cpus-fast command was introduced in 2.12, therefore query-cpus > is never used on supported versions of QEMU. Remove the logic to parse > its output, as well as the parameters to choose between the two commands. > > Since

Re: [PATCH v2 0/7] qemu: remove support for query-cpus

2022-08-08 Thread Peter Krempa
On Mon, Aug 08, 2022 at 17:15:01 +0200, Paolo Bonzini wrote: > The query-cpus-fast command was introduced in 2.12, therefore query-cpus > is never used on supported versions of QEMU. Remove the logic to parse > its output, as well as the parameters to choose between the two commands. > > Since

[PATCH v2 0/7] qemu: remove support for query-cpus

2022-08-08 Thread Paolo Bonzini
The query-cpus-fast command was introduced in 2.12, therefore query-cpus is never used on supported versions of QEMU. Remove the logic to parse its output, as well as the parameters to choose between the two commands. Since most tests were still mocking the query-cpus command, the expected