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:
Fabiano Fidêncio
2021-02-18 12:20:54 +01:00
parent f21c54a985
commit 4e494e34c9
3 changed files with 2 additions and 31 deletions

View File

@@ -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) ;;