Re: [pve-devel] [PATCH v4 qemu 02/12] Write understood CPU flags into static file

2019-10-14 Thread Fabian Grünbichler
On October 7, 2019 2:47 pm, Stefan Reiter wrote: > located at /usr/share/kvm/cpu-flags-understood-$arch > > This file can be read by qemu-server's "query_understood_cpu_flags" > function, avoiding a more expensive call to QEMU. > > For now, only x86_64 is implemented, since aarch64 doesn't print

[pve-devel] [PATCH v4 qemu 02/12] Write understood CPU flags into static file

2019-10-07 Thread Stefan Reiter
located at /usr/share/kvm/cpu-flags-understood-$arch This file can be read by qemu-server's "query_understood_cpu_flags" function, avoiding a more expensive call to QEMU. For now, only x86_64 is implemented, since aarch64 doesn't print any flags when called this way. Signed-off-by: Stefan Reiter