]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/kvm: Select `HAVE_IBMPC` only on x86_64
authorSamuel Hym <samuel@tarides.com>
Mon, 20 Jan 2025 17:40:30 +0000 (18:40 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Thu, 6 Mar 2025 10:49:59 +0000 (10:49 +0000)
commit30f46524e73327d19a9f51d8fc656259ba28f82d
tree4754c7d42c35db7a9fff957eb544dcb397280f63
parent3d755d05e100b64b2aa7b1adb286d0e9cac6636b
plat/kvm: Select `HAVE_IBMPC` only on x86_64

Without this patch, asking `kraft` to build for QEMU on arm64 with its
default configuration gives a series of warnings such as:

```
WARNING: unmet direct dependencies detected for HAVE_IBMPC_VGA
  Depends on [n]: ARCH_X86_64 [=n]
  Selected by [y]:
  - HAVE_IBMPC [=y]
```

and `HAVE_IBMPC` is set to yes in the generated configuration.

Signed-off-by: Samuel Hym <samuel@tarides.com>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
GitHub-Closes: #1565
plat/kvm/Config.uk