diff options
author | Sunil Muthuswamy | 2020-10-22 02:27:55 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-26 12:08:39 +0100 |
commit | 57e2a1f82c6cf37cbf164d0824cca692e0db7133 (patch) | |
tree | 647dacb55812d504ab8ba7989ccc7d5c9703bdba /util | |
parent | configure: move install_blobs from configure to meson (diff) | |
download | qemu-57e2a1f82c6cf37cbf164d0824cca692e0db7133.tar.gz qemu-57e2a1f82c6cf37cbf164d0824cca692e0db7133.tar.xz qemu-57e2a1f82c6cf37cbf164d0824cca692e0db7133.zip |
WHPX: Fix WHPX build break
With upstream commit#8a19980e3fc4, logic was introduced to only
allow WHPX build on x64. But, the logic checks for the cpu family
and not the cpu. On my fedora container build, the cpu family is
x86 and the cpu is x86_64. Fixing the build break by checking for
the cpu, instead of the cpu family.
Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
Message-Id: <SN4PR2101MB0880D706A85793DDFC411304C01D0@SN4PR2101MB0880.namprd21.prod.outlook.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions