mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
packaging: Remove NEMU mentions
There's no more NEMU, for some time already. Considering this, let's just remove any mention to it as part of our project. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
@@ -273,9 +273,7 @@ generate_qemu_options() {
|
||||
|
||||
# Disable TCG support
|
||||
case "$arch" in
|
||||
aarch64)
|
||||
echo $hypervisor | grep -q nemu && qemu_options+=(size:--disable-tcg)
|
||||
;;
|
||||
aarch64) ;;
|
||||
x86_64) qemu_options+=(size:--disable-tcg) ;;
|
||||
ppc64le) ;;
|
||||
s390x) qemu_options+=(size:--disable-tcg) ;;
|
||||
|
Reference in New Issue
Block a user