mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
KVM_GET_SUPPORTED_CPUID has been known to fail to return -E2BIG when it runs out of entries. Detect this by always trying again with a bigger table if the ioctl() fills the table. Signed-off-by: Mark McLoughlin <markmc@redhat.com>