]> git.proxmox.com Git - pve-qemu.git/commit
Write recognized CPUID flags into static file
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 11:37:02 +0000 (13:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 11:39:21 +0000 (13:39 +0200)
commit376d9ce806c14660db312a94b788ddf78fa2af00
tree498b6e9da88afe9d6e1b8cc01a5da1c443d215d6
parentb8e0d5bc0f8460fcadc7e8639a6b7248a71a82e1
Write recognized CPUID flags into static file

located at /usr/share/kvm/recognized-CPUID-flags-x86_64

It's a simple one flag per line list of all flags the build of QEMU
can understand for x86_64 CPUs.

It will be used in qemu-server for the custom CPU model feature.

For now, only x86_64 is implemented, since aarch64 doesn't print any flags when
called this way.

Co-developed-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/parse-cpu-flags.pl [new file with mode: 0755]
debian/rules