Re: [PATCH 06/14] machine: remove 'query-cpus' QMP command

2021-02-25 Thread Wainer dos Santos Moschetta
versions.py @@ -246,7 +246,7 @@ class CascadelakeArchCapabilities(avocado_qemu.Test): :avocado: tags=arch:x86_64 """ def get_cpu_prop(self, prop): -cpu_path = self.vm.command('query-cpus')[0].get('qom_path') +cpu_path = self.vm.command('query-cpus-fast')

Re: [libvirt] [Qemu-devel] Libvirt upstream CI efforts

2019-02-28 Thread Wainer dos Santos Moschetta
On 02/21/2019 03:50 PM, Cleber Rosa wrote: On 2/21/19 9:39 AM, Erik Skultety wrote: Hi, I'm starting this thread in order to continue with the ongoing efforts to bring actual integration testing to libvirt. Currently, the status quo is that we build libvirt (along with our unit test suite)